Skip to content

Commit

Permalink
Merge pull request #3601 from sharwell/update-testing
Browse files Browse the repository at this point in the history
Update to the latest version of the testing library
  • Loading branch information
sharwell committed Feb 10, 2023
2 parents f7bd910 + f59c641 commit 50610bc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="3.6.0" />
<PackageReference Include="xunit" Version="2.4.1" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.1" PrivateAssets="all" />

<!-- Increase the NuGet.Framworks version to the minimum supported by the net472 build of the testing library -->
<PackageReference Include="NuGet.Frameworks" Version="6.3.1" />
</ItemGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,15 @@

<ItemGroup>
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="1.3.2" />
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.CodeFix.Testing.XUnit" Version="1.1.1-beta1.22081.4" />
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.CodeFix.Testing.XUnit" Version="1.1.2-beta1.23110.2" />
<PackageReference Include="Microsoft.VisualStudio.Composition" Version="16.1.8" />
<PackageReference Include="System.ValueTuple" Version="4.5.0" />
<PackageReference Include="xunit" Version="2.4.1" />
<PackageReference Include="Xunit.Combinatorial" Version="1.4.1" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.1" PrivateAssets="all" />

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

<ItemGroup>
Expand Down

0 comments on commit 50610bc

Please sign in to comment.