diff --git a/Directory.Build.props b/Directory.Build.props new file mode 100644 index 00000000..5c0ab3d1 --- /dev/null +++ b/Directory.Build.props @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/Oqtane.Package/release.cmd b/Oqtane.Package/release.cmd index 3aa117db..2bd68347 100644 --- a/Oqtane.Package/release.cmd +++ b/Oqtane.Package/release.cmd @@ -1,5 +1,6 @@ del "*.nupkg" del "*.zip" +dotnet restore ..\Oqtane.sln dotnet clean -c Release ..\Oqtane.sln dotnet build -c Release ..\Oqtane.sln nuget.exe pack Oqtane.Client.nuspec diff --git a/Oqtane.Server/Oqtane.Server.csproj b/Oqtane.Server/Oqtane.Server.csproj index 386fa74a..b4d2af32 100644 --- a/Oqtane.Server/Oqtane.Server.csproj +++ b/Oqtane.Server/Oqtane.Server.csproj @@ -34,15 +34,15 @@ - - - - + + + + all runtime; build; native; contentfiles; analyzers; buildtransitive - +