Skip to content

Commit

Permalink
Update SDK, nuget (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
deqenq authored Apr 21, 2024
1 parent 010d8e1 commit fd16683
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion global.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"sdk": {
"version": "8.0.202",
"version": "8.0.204",
"rollForward": "latestFeature"
}
}
4 changes: 2 additions & 2 deletions src/Cake.Wget.Tests/Cake.Wget.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
<PrivateAssets>all</PrivateAssets>
</PackageReference>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.9.0" />
<PackageReference Include="XUnit" Version="2.7.0" />
<PackageReference Include="XUnit.runner.visualstudio" Version="2.5.7">
<PackageReference Include="XUnit" Version="2.7.1" />
<PackageReference Include="XUnit.runner.visualstudio" Version="2.5.8">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
Expand Down

0 comments on commit fd16683

Please sign in to comment.