Skip to content

Commit 50610bc

Browse files
authored
Merge pull request #3601 from sharwell/update-testing
Update to the latest version of the testing library
2 parents f7bd910 + f59c641 commit 50610bc

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

StyleCop.Analyzers/StyleCop.Analyzers.Test.CSharp8/StyleCop.Analyzers.Test.CSharp8.csproj

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@
2020
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="3.6.0" />
2121
<PackageReference Include="xunit" Version="2.4.1" />
2222
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.1" PrivateAssets="all" />
23+
24+
<!-- Increase the NuGet.Framworks version to the minimum supported by the net472 build of the testing library -->
25+
<PackageReference Include="NuGet.Frameworks" Version="6.3.1" />
2326
</ItemGroup>
2427

2528
<ItemGroup>

StyleCop.Analyzers/StyleCop.Analyzers.Test/StyleCop.Analyzers.Test.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,15 @@
1818

1919
<ItemGroup>
2020
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="1.3.2" />
21-
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.CodeFix.Testing.XUnit" Version="1.1.1-beta1.22081.4" />
21+
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.CodeFix.Testing.XUnit" Version="1.1.2-beta1.23110.2" />
2222
<PackageReference Include="Microsoft.VisualStudio.Composition" Version="16.1.8" />
2323
<PackageReference Include="System.ValueTuple" Version="4.5.0" />
2424
<PackageReference Include="xunit" Version="2.4.1" />
2525
<PackageReference Include="Xunit.Combinatorial" Version="1.4.1" />
2626
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.1" PrivateAssets="all" />
2727

2828
<!-- Make sure NuGet can parse the 'net5.0' TFM -->
29-
<PackageReference Include="NuGet.Frameworks" Version="5.6.0" />
29+
<PackageReference Include="NuGet.Frameworks" Version="5.9.3" />
3030
</ItemGroup>
3131

3232
<ItemGroup>

0 commit comments

Comments
 (0)