Skip to content

Commit

Permalink
Disable global usings
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeRobich committed Aug 25, 2021
1 parent 046627e commit ee776c2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@

<Import Project="Sdk.props" Sdk="Microsoft.DotNet.Arcade.Sdk" />

<PropertyGroup>
<!-- Disable until they are better supported in tooling. -->
<DisableImplicitNamespaceImports>true</DisableImplicitNamespaceImports>
</PropertyGroup>

<!-- Nuget settings -->
<PropertyGroup>
<!-- Use Directory.Packages.props for nuget package versions -->
Expand Down

0 comments on commit ee776c2

Please sign in to comment.