File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change 5454
5555 <ItemGroup >
5656 <PackageReference Include =" Microsoft.SourceLink.GitHub" Version =" 8.0.0" PrivateAssets =" All" />
57- <PackageReference Include =" Backport.System.Threading.Lock" Version =" 3.1.4" />
57+ <PackageReference Include =" Backport.System.Threading.Lock" Version =" 3.1.4" >
58+ <PrivateAssets >all</PrivateAssets >
59+ <IncludeAssets >analyzers</IncludeAssets >
60+ </PackageReference >
5861 <Using Condition =" $([MSBuild]::IsTargetFrameworkCompatible('$(TargetFramework)', 'net9.0'))" Alias =" Lock" Include =" System.Threading.Lock" />
5962 <Using Condition =" !$([MSBuild]::IsTargetFrameworkCompatible('$(TargetFramework)', 'net9.0'))" Alias =" Lock" Include =" Backport.System.Threading.Lock" />
6063 <Using Alias =" LockFactory" Include =" Backport.System.Threading.LockFactory" />
You can’t perform that action at this time.
0 commit comments