We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bedb668 commit 03e77f7Copy full SHA for 03e77f7
src/ProjectTemplates/Directory.Build.props
@@ -4,7 +4,7 @@
4
<PropertyGroup>
5
<!-- The .csproj files in this folder do not actually produce .dll's. They are only present to produce .nupkgs and enable Visual Studio support -->
6
<IsProjectReferenceProvider>false</IsProjectReferenceProvider>
7
- <DisableThrowNavigationException>true</DisableThrowNavigationException>
+ <BlazorDisableThrowNavigationException>true</BlazorDisableThrowNavigationException>
8
</PropertyGroup>
9
10
<Import Project="TemplateProjects.props" Condition=" !$(IsTestProject) AND '$(IsTestAssetProject)' != 'true'" />
0 commit comments