Skip to content

Commit 8ba74bd

Browse files
authored
Update .NET SDK to 9.0.201 (#1360)
* Update .NET SDK Update .NET SDK to version 9.0.201. --- updated-dependencies: - dependency-name: Microsoft.NET.Sdk 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.201 SDK. Bumps Microsoft.AspNetCore.Mvc.Testing from 9.0.2 to 9.0.3. Bumps Microsoft.AspNetCore.OpenApi from 9.0.2 to 9.0.3. Bumps Microsoft.EntityFrameworkCore.Sqlite from 9.0.2 to 9.0.3. --- updated-dependencies: - dependency-name: Microsoft.AspNetCore.Mvc.Testing dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: Microsoft.AspNetCore.OpenApi dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: Microsoft.EntityFrameworkCore.Sqlite dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: costellobot <[email protected]> --------- Signed-off-by: costellobot <[email protected]>
1 parent c6827f9 commit 8ba74bd

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

global.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"sdk": {
3-
"version": "9.0.200",
3+
"version": "9.0.201",
44
"allowPrerelease": false,
55
"rollForward": "latestMajor"
66
}

src/TodoApp/TodoApp.csproj

+2-2
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.0.0" />
14-
<PackageReference Include="Microsoft.AspNetCore.OpenApi" Version="9.0.2" />
15-
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="9.0.2" />
14+
<PackageReference Include="Microsoft.AspNetCore.OpenApi" Version="9.0.3" />
15+
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="9.0.3" />
1616
<PackageReference Include="Microsoft.TypeScript.MSBuild" Version="5.8.1" PrivateAssets="all" />
1717
</ItemGroup>
1818
<ItemGroup>

tests/TodoApp.Tests/TodoApp.Tests.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<PackageReference Include="GitHubActionsTestLogger" Version="2.4.1" />
1313
<PackageReference Include="JustEat.HttpClientInterception" Version="5.1.1" />
1414
<PackageReference Include="MartinCostello.Logging.XUnit.v3" Version="0.5.1" />
15-
<PackageReference Include="Microsoft.AspNetCore.Mvc.Testing" Version="9.0.2" />
15+
<PackageReference Include="Microsoft.AspNetCore.Mvc.Testing" Version="9.0.3" />
1616
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.13.0" />
1717
<PackageReference Include="Microsoft.Playwright" Version="1.50.0" />
1818
<PackageReference Include="ReportGenerator" Version="5.4.4" />

0 commit comments

Comments
 (0)