File tree Expand file tree Collapse file tree 4 files changed +12
-4
lines changed
Microsoft.VisualStudio.Threading.Analyzers.Tests/Helpers Expand file tree Collapse file tree 4 files changed +12
-4
lines changed Original file line number Diff line number Diff line change 5252 "matchJsonata" : [ " sharedVariableName='CodeAnalysisVersion'" ],
5353 "enabled" : false
5454 }
55+ ],
56+ "customManagers" : [
57+ {
58+ "customType" : " regex" ,
59+ "datasourceTemplate" : " nuget" ,
60+ "fileMatch" : [" test/Microsoft.VisualStudio.Threading.Analyzers.Tests/Helpers/ReferencesHelper.cs" ],
61+ "matchStrings" : [" PackageIdentity\\ (\" (?<packageName>[^\" ]+)\" , \" (?<currentValue>[^\" ]+)\"\\ )" ]
62+ }
5563 ]
5664}
Original file line number Diff line number Diff line change 3636 <PackageVersion Include =" System.Collections.Immutable" Version =" 8.0.0" />
3737 <PackageVersion Include =" System.Memory" Version =" 4.6.0" />
3838 <PackageVersion Include =" System.Runtime.CompilerServices.Unsafe" Version =" 6.1.0" />
39- <PackageVersion Include =" System.Threading.Tasks.Extensions" Version =" 4.5.4 " />
39+ <PackageVersion Include =" System.Threading.Tasks.Extensions" Version =" 4.6.0 " />
4040 <PackageVersion Include =" System.ValueTuple" Version =" 4.5.0" />
4141 <PackageVersion Include =" xunit.abstractions" Version =" 2.0.3" />
4242 <PackageVersion Include =" Xunit.Combinatorial" Version =" 1.6.24" />
Original file line number Diff line number Diff line change 1010 <assemblyBinding xmlns =" urn:schemas-microsoft-com:asm.v1" >
1111 <dependentAssembly >
1212 <assemblyIdentity name =" System.Threading.Tasks.Extensions" publicKeyToken =" cc7b13ffcd2ddd51" culture =" neutral" />
13- <bindingRedirect oldVersion =" 0.0.0.0-4.2.0.1 " newVersion =" 4.2.0.1 " />
13+ <bindingRedirect oldVersion =" 0.0.0.0-4.2.1.0 " newVersion =" 4.2.1.0 " />
1414 </dependentAssembly >
1515 </assemblyBinding >
1616 <assemblyBinding xmlns =" urn:schemas-microsoft-com:asm.v1" >
Original file line number Diff line number Diff line change @@ -16,8 +16,8 @@ internal static class ReferencesHelper
1616#error Fix TFM conditions
1717#endif
1818 . WithPackages ( ImmutableArray . Create (
19- new PackageIdentity ( "System . Collections . Immutable ", "5 .0.0 ") ,
20- new PackageIdentity ( "System. Threading . Tasks . Extensions ", "4.5 .4 ") ,
19+ new PackageIdentity ( "System . Collections . Immutable ", "6 .0.0 ") ,
20+ new PackageIdentity ( "System. Threading . Tasks . Extensions ", "4.6 .0 ") ,
2121 new PackageIdentity ( "Microsoft . Bcl . AsyncInterfaces ", "6.0 .0 ") ) ) ;
2222
2323 internal static readonly ImmutableArray < string > VSSDKPackageReferences = ImmutableArray . Create ( new string [ ]
You can’t perform that action at this time.
0 commit comments