Skip to content

Commit

Permalink
update DotNetDev.ArcadeLight.Sdk version (#322)
Browse files Browse the repository at this point in the history
  • Loading branch information
Bertk authored Nov 2, 2024
1 parent 6810c84 commit 581eee6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@ Arcade-light is inspired from [dotnet/arcade](https://github.com/dotnet/arcade)
```json
{
"sdk": {
"version": "8.0.201",
"version": "8.0.403",
"rollForward": "latestFeature"
},
"tools": {
"dotnet": "8.0.201"
"dotnet": "8.0.403"
},
"msbuild-sdks": {
"DotNetDev.ArcadeLight.Sdk": "1.7.1"
"DotNetDev.ArcadeLight.Sdk": "1.7.5"
}
}
```
Expand Down Expand Up @@ -56,7 +56,7 @@ Arcade-light is inspired from [dotnet/arcade](https://github.com/dotnet/arcade)
</PropertyGroup>

<ItemGroup>
<GlobalPackageReference Include="Nerdbank.GitVersioning" Version="3.6.133" />
<GlobalPackageReference Include="Nerdbank.GitVersioning" Version="3.6.146" />
</ItemGroup>
...
<\Project>
Expand Down
2 changes: 1 addition & 1 deletion eng/Versions.props
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
<Project>
<PropertyGroup>
<!-- Libs -->
<XUnitVersion>2.4.2</XUnitVersion>
<XUnitVersion>2.9.2</XUnitVersion>
</PropertyGroup>
</Project>
2 changes: 1 addition & 1 deletion global.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
"dotnet": "9.0.100-rc.1.24452.12"
},
"msbuild-sdks": {
"DotNetDev.ArcadeLight.Sdk": "1.7.4"
"DotNetDev.ArcadeLight.Sdk": "1.7.5"
}
}

0 comments on commit 581eee6

Please sign in to comment.