diff --git a/Oqtane.Application/Server/Oqtane.Application.Server.csproj b/Oqtane.Application/Server/Oqtane.Application.Server.csproj index 9baec673..4d6ad43b 100644 --- a/Oqtane.Application/Server/Oqtane.Application.Server.csproj +++ b/Oqtane.Application/Server/Oqtane.Application.Server.csproj @@ -9,6 +9,7 @@ false false true + true diff --git a/Oqtane.Package/FixProps.exe b/Oqtane.Package/FixProps.exe index e4a9ef00..e2c449ec 100644 Binary files a/Oqtane.Package/FixProps.exe and b/Oqtane.Package/FixProps.exe differ diff --git a/Oqtane.Package/release.cmd b/Oqtane.Package/release.cmd index f957ed98..cc12b123 100644 --- a/Oqtane.Package/release.cmd +++ b/Oqtane.Package/release.cmd @@ -1,4 +1,5 @@ dotnet build -c Release ..\Oqtane.slnx +FixProps.exe nuget.exe pack Oqtane.Client.nuspec nuget.exe pack Oqtane.Server.nuspec nuget.exe pack Oqtane.Shared.nuspec