Skip to content

Commit

Permalink
housekeeping: Update directory.build.props
Browse files Browse the repository at this point in the history
  • Loading branch information
glennawatson authored Jul 21, 2022
1 parent 69696e4 commit 49d70ce
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/directory.build.props
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<Platform>AnyCPU</Platform>
<IsTestProject>$(MSBuildProjectName.Contains('Tests'))</IsTestProject>
<DebugType>embedded</DebugType>

<EnableNETAnalyzers>true</EnableNETAnalyzers>
<!-- Publish the repository URL in the built .nupkg (in the NuSpec <Repository> element) -->
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<!-- Embed source files that are not tracked by the source control manager in the PDB -->
Expand Down Expand Up @@ -60,7 +60,6 @@
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
<PackageReference Include="Microsoft.CodeAnalysis.NetAnalyzers" PrivateAssets="all" />
</ItemGroup>
<ItemGroup>
<AdditionalFiles Include="$(MSBuildThisFileDirectory)stylecop.json" Link="stylecop.json" />
Expand Down

0 comments on commit 49d70ce

Please sign in to comment.