Skip to content

Commit

Permalink
refs
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonCropp committed Feb 14, 2024
1 parent 5e28267 commit 5fb320c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/Tests/Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<PackageReference Include="MarkdownSnippets.MsBuild" Version="26.0.1" PrivateAssets="all" />
<PackageReference Include="Verify.DiffPlex" Version="2.3.0" />
<PackageReference Include="Xunit" Version="2.6.6" />
<PackageReference Include="Verify.Xunit" Version="23.1.0" />
<PackageReference Include="Verify.Xunit" Version="23.2.0" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.6" PrivateAssets="all" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.9.0" />
<PackageReference Include="ProjectDefaults" Version="1.0.110" PrivateAssets="all" />
Expand Down
2 changes: 1 addition & 1 deletion src/Verify.Wolverine/Verify.Wolverine.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Argon" Version="0.17.0" />
<PackageReference Include="Verify" Version="23.1.0" />
<PackageReference Include="Verify" Version="23.2.0" />
<PackageReference Include="ProjectDefaults" Version="1.0.110" PrivateAssets="all" />
<PackageReference Include="Polyfill" Version="2.3.0" PrivateAssets="all" />
<PackageReference Include="WolverineFx" Version="1.17.0" />
Expand Down
2 changes: 1 addition & 1 deletion src/global.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"sdk": {
"version": "8.0.101",
"version": "8.0.200",
"allowPrerelease": true,
"rollForward": "latestFeature"
}
Expand Down

0 comments on commit 5fb320c

Please sign in to comment.