Skip to content

Commit

Permalink
Merge pull request #136 from SixLabors/sw/private-compiler
Browse files Browse the repository at this point in the history
make compiler toolset private
  • Loading branch information
tocsoft authored May 13, 2020
2 parents 84c4300 + de08429 commit 79fa329
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Directory.Build.targets
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<!-- Package versions for package references across all projects -->
<ItemGroup>
<!--Global Dependencies-->
<PackageReference Update="Microsoft.Net.Compilers.Toolset" Version="3.3.1" />
<PackageReference Update="Microsoft.Net.Compilers.Toolset" Version="3.3.1" PrivateAssets="All" />
<PackageReference Update="Microsoft.NETFramework.ReferenceAssemblies" PrivateAssets="All" Version="1.0.0" />
<PackageReference Update="StyleCop.Analyzers" PrivateAssets="All" Version="1.1.118" />

Expand Down

0 comments on commit 79fa329

Please sign in to comment.