Skip to content

Commit f7466b5

Browse files
authored
Update .NET SDK to 9.0.100-rtm.24513.10 (#121)
* Update .NET SDK Update .NET SDK to version 9.0.100-rtm.24513.10. --- updated-dependencies: - dependency-name: Microsoft.NET.Sdk dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: costellobot <[email protected]> * Bump Microsoft.EntityFrameworkCore.Sqlite from 9.0.0-rtm.24511.3 to 9.0.0-rtm.24513.1 Bumps Microsoft.EntityFrameworkCore.Sqlite from 9.0.0-rtm.24511.3 to 9.0.0-rtm.24513.1. --- updated-dependencies: - dependency-name: Microsoft.EntityFrameworkCore.Sqlite dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: costellobot <[email protected]> --------- Signed-off-by: costellobot <[email protected]>
1 parent 6719d33 commit f7466b5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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.100-rtm.24512.1",
3+
"version": "9.0.100-rtm.24513.10",
44
"allowPrerelease": false,
55
"rollForward": "latestMajor"
66
}

src/TodoApp/TodoApp.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
</PropertyGroup>
1616
<ItemGroup>
1717
<PackageReference Include="Microsoft.AspNetCore.OpenApi" Version="9.0.0-rtm.24511.11" />
18-
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="9.0.0-rtm.24511.3" />
18+
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="9.0.0-rtm.24513.1" />
1919
<PackageReference Include="Microsoft.Extensions.ApiDescription.Server" Version="9.0.0-rtm.24511.11" PrivateAssets="all" />
2020
<PackageReference Include="Microsoft.OpenApi" Version="1.6.22" />
2121
<PackageReference Include="Microsoft.TypeScript.MSBuild" Version="5.6.2" PrivateAssets="all" />

0 commit comments

Comments
 (0)