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 54
54
55
55
<ItemGroup >
56
56
<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 >
58
61
<Using Condition =" $([MSBuild]::IsTargetFrameworkCompatible('$(TargetFramework)', 'net9.0'))" Alias =" Lock" Include =" System.Threading.Lock" />
59
62
<Using Condition =" !$([MSBuild]::IsTargetFrameworkCompatible('$(TargetFramework)', 'net9.0'))" Alias =" Lock" Include =" Backport.System.Threading.Lock" />
60
63
<Using Alias =" LockFactory" Include =" Backport.System.Threading.LockFactory" />
You can’t perform that action at this time.
0 commit comments