We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09976f3 commit 6169023Copy full SHA for 6169023
Directory.Packages.props
@@ -1,6 +1,7 @@
1
<Project>
2
<PropertyGroup>
3
<ManagePackageVersionsCentrally>true</ManagePackageVersionsCentrally>
4
+ <CentralPackageTransitivePinningEnabled>true</CentralPackageTransitivePinningEnabled>
5
</PropertyGroup>
6
<ItemGroup>
7
<PackageVersion Include="Microsoft.Diagnostics.Tracing.TraceEvent" Version="2.0.74" />
@@ -13,4 +14,4 @@
13
14
<PackageVersion Include="System.Runtime.CompilerServices.Unsafe" Version="6.0.0" />
15
<PackageVersion Include="System.Text.Json" Version="8.0.5" />
16
</ItemGroup>
-</Project>
17
+</Project>
0 commit comments