Skip to content

Commit

Permalink
Merge pull request #1407 from microsoft/renovate/system.threading.tas…
Browse files Browse the repository at this point in the history
…ks.extensions-4.x

Update dependency System.Threading.Tasks.Extensions to 4.6.0
  • Loading branch information
AArnott authored Feb 6, 2025
2 parents abb9883 + acb16c2 commit 0b7ee6f
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
8 changes: 8 additions & 0 deletions .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,5 +52,13 @@
"matchJsonata": [ "sharedVariableName='CodeAnalysisVersion'" ],
"enabled": false
}
],
"customManagers": [
{
"customType": "regex",
"datasourceTemplate": "nuget",
"fileMatch": ["test/Microsoft.VisualStudio.Threading.Analyzers.Tests/Helpers/ReferencesHelper.cs"],
"matchStrings": ["PackageIdentity\\(\"(?<packageName>[^\"]+)\", \"(?<currentValue>[^\"]+)\"\\)"]
}
]
}
2 changes: 1 addition & 1 deletion Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
<PackageVersion Include="System.Collections.Immutable" Version="8.0.0" />
<PackageVersion Include="System.Memory" Version="4.6.0" />
<PackageVersion Include="System.Runtime.CompilerServices.Unsafe" Version="6.1.0" />
<PackageVersion Include="System.Threading.Tasks.Extensions" Version="4.5.4" />
<PackageVersion Include="System.Threading.Tasks.Extensions" Version="4.6.0" />
<PackageVersion Include="System.ValueTuple" Version="4.5.0" />
<PackageVersion Include="xunit.abstractions" Version="2.0.3" />
<PackageVersion Include="Xunit.Combinatorial" Version="1.6.24" />
Expand Down
2 changes: 1 addition & 1 deletion test/IsolatedTestHost/App.config
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<dependentAssembly>
<assemblyIdentity name="System.Threading.Tasks.Extensions" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-4.2.0.1" newVersion="4.2.0.1" />
<bindingRedirect oldVersion="0.0.0.0-4.2.1.0" newVersion="4.2.1.0" />
</dependentAssembly>
</assemblyBinding>
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ internal static class ReferencesHelper
#error Fix TFM conditions
#endif
.WithPackages(ImmutableArray.Create(
new PackageIdentity("System.Collections.Immutable", "5.0.0"),
new PackageIdentity("System.Threading.Tasks.Extensions", "4.5.4"),
new PackageIdentity("System.Collections.Immutable", "6.0.0"),
new PackageIdentity("System.Threading.Tasks.Extensions", "4.6.0"),
new PackageIdentity("Microsoft.Bcl.AsyncInterfaces", "6.0.0")));

internal static readonly ImmutableArray<string> VSSDKPackageReferences = ImmutableArray.Create(new string[]
Expand Down

0 comments on commit 0b7ee6f

Please sign in to comment.