Skip to content

Commit 1043638

Browse files
costellobotmartincostello
authored andcommitted
Update .NET SDK to 9.0.100-rc.1.24419.1 (#50)
* Update .NET SDK Update .NET SDK to version 9.0.100-rc.1.24419.1. --- 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-rc.1.24415.3 to 9.0.0-rc.1.24418.2 Bumps Microsoft.EntityFrameworkCore.Sqlite from 9.0.0-rc.1.24415.3 to 9.0.0-rc.1.24418.2. --- 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 8f8f505 commit 1043638

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-rc.1.24417.9",
3+
"version": "9.0.100-rc.1.24419.1",
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-rc.1.24416.6" />
18-
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="9.0.0-rc.1.24415.3" />
18+
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="9.0.0-rc.1.24418.2" />
1919
<PackageReference Include="Microsoft.Extensions.ApiDescription.Server" Version="9.0.0-rc.1.24416.6" PrivateAssets="all" />
2020
<PackageReference Include="Microsoft.OpenApi" Version="1.6.19" />
2121
<PackageReference Include="Microsoft.TypeScript.MSBuild" Version="5.5.3" PrivateAssets="all" />

0 commit comments

Comments
 (0)