File tree Expand file tree Collapse file tree 2 files changed +1
-1
lines changed Expand file tree Collapse file tree 2 files changed +1
-1
lines changed Original file line number Diff line number Diff line change 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'" />
Original file line number Diff line number Diff line change 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) -->
You can’t perform that action at this time.
0 commit comments