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 72648fd commit 13c9a7eCopy full SHA for 13c9a7e
Directory.Packages.props
@@ -5,6 +5,7 @@
5
<MinVerSkip Condition="'$(Configuration)' == 'Debug'">true</MinVerSkip>
6
<ImplicitUsings>enable</ImplicitUsings>
7
<Nullable>enable</Nullable>
8
+ <CentralPackageTransitivePinningEnabled>true</CentralPackageTransitivePinningEnabled>
9
</PropertyGroup>
10
<ItemGroup>
11
<GlobalPackageReference Include="MinVer" Version="6.0.0" PrivateAssets="All" />
0 commit comments