Merge pull request #5808 from sbwalker/dev

resolved issues in Oqtane Application Template in .NET 10
This commit is contained in:
Shaun Walker
2025-11-14 12:22:22 -05:00
committed by GitHub
3 changed files with 2 additions and 0 deletions

View File

@@ -9,6 +9,7 @@
<CompressionEnabled>false</CompressionEnabled>
<StaticWebAssetsFingerprintContent>false</StaticWebAssetsFingerprintContent>
<BlazorDisableThrowNavigationException>true</BlazorDisableThrowNavigationException>
<RequiresAspNetWebAssets>true</RequiresAspNetWebAssets>
</PropertyGroup>
<ItemGroup>

Binary file not shown.

View File

@@ -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