Skip to content

Commit

Permalink
Update .NET SDK to 8.0.301 (#206)
Browse files Browse the repository at this point in the history
  • Loading branch information
1 parent e808049 commit 4623854
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<PackageVersion Include="JetBrains.Annotations" Version="2023.3.0" />
<PackageVersion Include="JustEat.HttpClientInterception" Version="4.3.0" />
<PackageVersion Include="MartinCostello.Logging.XUnit" Version="0.3.0" />
<PackageVersion Include="Microsoft.AspNetCore.Mvc.Testing" Version="8.0.5" />
<PackageVersion Include="Microsoft.AspNetCore.Mvc.Testing" Version="8.0.6" />
<PackageVersion Include="Microsoft.AspNetCore.TestHost" Version="8.0.6" />
<PackageVersion Include="Microsoft.IdentityModel.Protocols" Version="7.0.3" />
<PackageVersion Include="Shouldly" Version="4.2.1" />
Expand Down
4 changes: 2 additions & 2 deletions global.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"sdk": {
"version": "8.0.300",
"version": "8.0.301",
"allowPrerelease": true,
"rollForward": "major"
},

"tools": {
"dotnet": "8.0.300"
"dotnet": "8.0.301"
},

"msbuild-sdks": {
Expand Down

0 comments on commit 4623854

Please sign in to comment.