Skip to content

Commit

Permalink
Update dotnet monorepo
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and kengwang committed Feb 15, 2024
1 parent 21fdd37 commit b0f18c7
Show file tree
Hide file tree
Showing 3 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.0",
"version": "8.0.200",
"rollForward": "latestMajor",
"allowPrerelease": true
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

<ItemGroup>
<PackageReference Include="Kengwang.Toolkit" Version="1.0.0"/>
<PackageReference Include="System.Text.Json" Version="7.0.3"/>
<PackageReference Include="System.Text.Json" Version="7.0.4"/>
</ItemGroup>


Expand Down
2 changes: 1 addition & 1 deletion refs/HyPlayer.PlayCore/global.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"sdk": {
"version": "7.0.0",
"version": "7.0.406",
"rollForward": "latestMinor",
"allowPrerelease": false
}
Expand Down

0 comments on commit b0f18c7

Please sign in to comment.