File tree Expand file tree Collapse file tree
test/Microsoft.VisualStudio.Threading.Analyzers.Tests/Helpers Expand file tree Collapse file tree 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 @@ -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