File tree Expand file tree Collapse file tree
Microsoft.VisualStudio.Threading.Analyzers.Tests/Helpers Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1212 </PropertyGroup >
1313 <ItemGroup >
1414 <PackageVersion Include =" DNNE" Version =" 2.0.8" />
15- <PackageVersion Include =" Microsoft.Bcl.AsyncInterfaces" Version =" 9 .0.11 " />
15+ <PackageVersion Include =" Microsoft.Bcl.AsyncInterfaces" Version =" 10 .0.1 " />
1616 <PackageVersion Include =" Microsoft.CodeAnalysis" Version =" $(CodeAnalysisVersion)" />
1717 <PackageVersion Include =" Microsoft.CodeAnalysis.Analyzers" Version =" 3.11.0" />
1818 <PackageVersion Include =" Microsoft.CodeAnalysis.Common" Version =" $(CodeAnalysisVersion)" />
3333 <PackageVersion Include =" Nullable" Version =" 1.3.1" />
3434 <PackageVersion Include =" System.Collections.Immutable" Version =" 8.0.0" />
3535 <PackageVersion Include =" System.Memory" Version =" 4.6.0" />
36- <PackageVersion Include =" System.Runtime.CompilerServices.Unsafe" Version =" 6.1.0 " />
37- <PackageVersion Include =" System.Threading.Tasks.Extensions" Version =" 4.6.0 " />
36+ <PackageVersion Include =" System.Runtime.CompilerServices.Unsafe" Version =" 6.1.2 " />
37+ <PackageVersion Include =" System.Threading.Tasks.Extensions" Version =" 4.6.3 " />
3838 <PackageVersion Include =" System.ValueTuple" Version =" 4.6.1" />
3939 <PackageVersion Include =" xunit.v3.core.mtp-v2" Version =" 3.2.2" />
4040 <PackageVersion Include =" Xunit.Combinatorial" Version =" 2.0.24" />
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ internal static class ReferencesHelper
2424 . WithNuGetConfigFilePath ( NuGetConfigPath )
2525 . WithPackages ( ImmutableArray . Create (
2626 new PackageIdentity ( "System . Collections . Immutable ", "6.0 .0 ") ,
27- new PackageIdentity ( "System. Threading . Tasks . Extensions ", "4.6 .0 ") ,
27+ new PackageIdentity ( "System. Threading . Tasks . Extensions ", "4.6 .3 ") ,
2828 new PackageIdentity ( "Microsoft . Bcl . AsyncInterfaces ", "6.0 .0 ") ) ) ;
2929
3030 internal static readonly ImmutableArray < string > VSSDKPackageReferences = ImmutableArray . Create ( new string [ ]
You can’t perform that action at this time.
0 commit comments