Skip to content

Commit

Permalink
GlobalPackageReference would mark private assets automatically.
Browse files Browse the repository at this point in the history
  • Loading branch information
hcoona committed Aug 16, 2022
1 parent 5ab8904 commit c62c744
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Packages.props
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
<?xml version="1.0" encoding="utf-8"?>
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup Label="Git Versioning">
<GlobalPackageReference Include="Nerdbank.GitVersioning" Version="3.5.108" DevelopmentDependency="true" PrivateAssets="All" Condition=" '$(EnableGitVersioning)' != 'false' " />
<GlobalPackageReference Include="Nerdbank.GitVersioning" Version="3.5.108" />
</ItemGroup>

<ItemGroup Label="Code Analyzing" Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<GlobalPackageReference Include="Microsoft.CodeAnalysis.FxCopAnalyzers" Version="2.9.8" DevelopmentDependency="true" PrivateAssets="All" />
<GlobalPackageReference Include="Microsoft.CodeAnalysis.BannedApiAnalyzers" Version="2.9.8" DevelopmentDependency="true" PrivateAssets="All" />
<GlobalPackageReference Include="StyleCop.Analyzers" Version="1.1.118" DevelopmentDependency="true" PrivateAssets="All" />
<GlobalPackageReference Include="Microsoft.CodeAnalysis.FxCopAnalyzers" Version="2.9.8" />
<GlobalPackageReference Include="Microsoft.CodeAnalysis.BannedApiAnalyzers" Version="2.9.8" />
<GlobalPackageReference Include="StyleCop.Analyzers" Version="1.1.118" />
</ItemGroup>

<ItemGroup Label="CLI Tools">
Expand Down

0 comments on commit c62c744

Please sign in to comment.