Skip to content

Commit 67d086b

Browse files
committed
Move the property.
1 parent 03e77f7 commit 67d086b

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

src/ProjectTemplates/Directory.Build.props

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
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-
<BlazorDisableThrowNavigationException>true</BlazorDisableThrowNavigationException>
87
</PropertyGroup>
98

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

src/ProjectTemplates/Web.ProjectTemplates/BlazorWeb-CSharp.csproj.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
<NoDefaultLaunchSettingsFile Condition="'$(ExcludeLaunchSettings)' == 'True'">True</NoDefaultLaunchSettingsFile>
99
<RootNamespace Condition="'$(name)' != '$(name{-VALUE-FORMS-}safe_namespace)'">BlazorWeb-CSharp</RootNamespace>
1010
<AssemblyName Condition="'$(name)' != '$(name{-VALUE-FORMS-}safe_namespace)'">`$(AssemblyName.Replace(' ', '_'))</AssemblyName>
11+
<BlazorDisableThrowNavigationException>true</BlazorDisableThrowNavigationException>
1112
</PropertyGroup>
1213

1314
<!--#if (IndividualLocalAuth && !UseLocalDB) -->

0 commit comments

Comments
 (0)