Skip to content

Commit

Permalink
refs or cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonCropp committed Mar 26, 2024
1 parent 83dce22 commit 0f973b0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion src/Tests/Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,10 @@
<PackageReference Include="Flurl.Http" Version="4.0.2" />
<PackageReference Include="Verify.DiffPlex" Version="2.3.0" />
<PackageReference Include="Argon" Version="0.17.0" />
<PackageReference Include="MarkdownSnippets.MsBuild" Version="26.0.1" />
<PackageReference Include="MarkdownSnippets.MsBuild" Version="27.0.1">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
<PackageReference Include="Xunit" Version="2.7.0" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.7" PrivateAssets="all" />
<PackageReference Include="Verify.Xunit" Version="23.5.2" />
Expand Down
2 changes: 1 addition & 1 deletion src/Verify.Flurl/Verify.Flurl.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<PackageReference Include="Verify" Version="23.5.2" />
<PackageReference Include="Argon" Version="0.17.0" />
<PackageReference Include="Argon.Xml" Version="0.17.0" />
<PackageReference Include="Polyfill" Version="4.0.0" PrivateAssets="all" />
<PackageReference Include="Polyfill" Version="4.1.0" PrivateAssets="all" />
<PackageReference Include="ProjectDefaults" Version="1.0.125" PrivateAssets="all" />
<PackageReference Include="Verify.Http" Version="6.2.0" />
</ItemGroup>
Expand Down

0 comments on commit 0f973b0

Please sign in to comment.