Skip to content

Commit

Permalink
Removed explicit namespace from project template
Browse files Browse the repository at this point in the history
  • Loading branch information
egil committed Dec 24, 2020
1 parent a680fbe commit b292610
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/bunit.template/template/Company.BlazorTests1.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

<PropertyGroup>
<TargetFramework>net5.0</TargetFramework>
<RootNamespace Condition="'$(name)' != '$(name{-VALUE-FORMS-}safe_namespace)'">RazorTestingClasslib</RootNamespace>
</PropertyGroup>

<ItemGroup>
Expand All @@ -21,4 +20,4 @@
</PackageReference>
</ItemGroup>

</Project>
</Project>

0 comments on commit b292610

Please sign in to comment.