Skip to content

Commit b277fc3

Browse files
authored
Update .NET SDK to 9.0.300 (#1436)
* Update .NET SDK Update .NET SDK to version 9.0.300. --- updated-dependencies: - dependency-name: Microsoft.NET.Sdk dependency-version: 9.0.300 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: costellobot <[email protected]> * Bump .NET NuGet packages Bumps .NET dependencies to their latest versions for the .NET 9.0.300 SDK. Bumps Microsoft.AspNetCore.Mvc.Testing from 9.0.4 to 9.0.5. Bumps Microsoft.AspNetCore.OpenApi from 9.0.4 to 9.0.5. Bumps Microsoft.EntityFrameworkCore.Sqlite from 9.0.4 to 9.0.5. --- updated-dependencies: - dependency-name: Microsoft.AspNetCore.Mvc.Testing dependency-version: 9.0.5 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: Microsoft.AspNetCore.OpenApi dependency-version: 9.0.5 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: Microsoft.EntityFrameworkCore.Sqlite dependency-version: 9.0.5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: costellobot <[email protected]> --------- Signed-off-by: costellobot <[email protected]>
1 parent 50d3ed8 commit b277fc3

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

global.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"sdk": {
3-
"version": "9.0.203",
3+
"version": "9.0.300",
44
"allowPrerelease": false,
55
"rollForward": "latestMajor",
66
"paths": [ ".dotnet", "$host$" ],

src/TodoApp/TodoApp.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
</PropertyGroup>
1212
<ItemGroup>
1313
<PackageReference Include="AspNet.Security.OAuth.GitHub" Version="9.3.0" />
14-
<PackageReference Include="Microsoft.AspNetCore.OpenApi" Version="9.0.4" />
15-
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="9.0.4" />
14+
<PackageReference Include="Microsoft.AspNetCore.OpenApi" Version="9.0.5" />
15+
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="9.0.5" />
1616
<PackageReference Include="Microsoft.TypeScript.MSBuild" Version="5.8.3" PrivateAssets="all" />
1717
</ItemGroup>
1818
<ItemGroup>

tests/TodoApp.Tests/TodoApp.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<PackageReference Include="JunitXml.TestLogger" Version="6.1.0" />
1414
<PackageReference Include="JustEat.HttpClientInterception" Version="5.1.1" />
1515
<PackageReference Include="MartinCostello.Logging.XUnit.v3" Version="0.5.1" />
16-
<PackageReference Include="Microsoft.AspNetCore.Mvc.Testing" Version="9.0.4" />
16+
<PackageReference Include="Microsoft.AspNetCore.Mvc.Testing" Version="9.0.5" />
1717
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.13.0" />
1818
<PackageReference Include="Microsoft.Playwright" Version="1.52.0" />
1919
<PackageReference Include="ReportGenerator" Version="5.4.7" />

0 commit comments

Comments
 (0)