Skip to content

Commit 03e77f7

Browse files
committed
With Blazor prefix it's easier to detect where this switch belongs.
1 parent bedb668 commit 03e77f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ProjectTemplates/Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<PropertyGroup>
55
<!-- The .csproj files in this folder do not actually produce .dll's. They are only present to produce .nupkgs and enable Visual Studio support -->
66
<IsProjectReferenceProvider>false</IsProjectReferenceProvider>
7-
<DisableThrowNavigationException>true</DisableThrowNavigationException>
7+
<BlazorDisableThrowNavigationException>true</BlazorDisableThrowNavigationException>
88
</PropertyGroup>
99

1010
<Import Project="TemplateProjects.props" Condition=" !$(IsTestProject) AND '$(IsTestAssetProject)' != 'true'" />

0 commit comments

Comments
 (0)