Skip to content

Commit

Permalink
Use central package transitive pinning (#147)
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredpar authored Jul 25, 2024
1 parent 5ccbd34 commit e6a6eb9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions Directory.Packages.props
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<Project>
<PropertyGroup>
<ManagePackageVersionsCentrally>true</ManagePackageVersionsCentrally>
<CentralPackageTransitivePinningEnabled>true</CentralPackageTransitivePinningEnabled>
<_RoslynVersion>4.10.0</_RoslynVersion>
</PropertyGroup>
<ItemGroup>
Expand Down
1 change: 0 additions & 1 deletion src/Basic.CompilerLog.Util/Basic.CompilerLog.Util.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
<PackageReference Include="Microsoft.Extensions.ObjectPool" />
<PackageReference Include="MSBuild.StructuredLogger" />
<PackageReference Include="System.IO.Compression" Condition="'$(TargetFramework)' == 'net472'" />
<PackageReference Include="Microsoft.IO.Redist" Condition="'$(TargetFramework)' == 'net472'" />
</ItemGroup>

</Project>

0 comments on commit e6a6eb9

Please sign in to comment.