Remove unwanted linebreak from Razor Components template

This commit is contained in:
Steve Sanderson 2019-01-18 13:37:06 -08:00 committed by Artak
parent 4259fda63f
commit ee5d6a2246
1 changed files with 0 additions and 1 deletions

View File

@ -2,7 +2,6 @@
<PropertyGroup>
<TargetFramework>netcoreapp3.0</TargetFramework>
<NoDefaultLaunchSettingsFile Condition="'$(ExcludeLaunchSettings)' == 'True'">True</NoDefaultLaunchSettingsFile>
<RootNamespace Condition="'$(name)' != '$(name{-VALUE-FORMS-}safe_namespace)'">RazorComponentsWeb_CSharp.Server</RootNamespace>
</PropertyGroup>