Skip to content

Commit 4758e03

Browse files
Updated to use the latest package of the community toolkit.
1 parent 7fa8c12 commit 4758e03

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
using Microsoft.VisualStudio.Shell;
22

33
[assembly: ProvideCodeBase(AssemblyName = "Community.VisualStudio.Toolkit")]
4+
5+
[assembly: ProvideBindingRedirection(AssemblyName = "Community.VisualStudio.Toolkit",
6+
NewVersion = "17.0.475.0", OldVersionLowerBound = "17.0.430.0", OldVersionUpperBound = "17.0.451.0")]

test/VSSDK.TestExtension/VSSDK.DITestExtension.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
</ItemGroup>
7272
<ItemGroup>
7373
<PackageReference Include="Community.VisualStudio.Toolkit.17">
74-
<Version>17.0.430</Version>
74+
<Version>17.0.475</Version>
7575
</PackageReference>
7676
<PackageReference Include="Community.VisualStudio.VSCT">
7777
<Version>16.0.29.6</Version>

0 commit comments

Comments
 (0)