Skip to content

Commit 63e0d55

Browse files
costellobotmartincostello
authored andcommitted
Update .NET SDK to 9.0.100-rc.1.24415.1 (#46)
* Update .NET SDK Update .NET SDK to version 9.0.100-rc.1.24415.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.24402.2 to 9.0.0-rc.1.24415.3 Bumps Microsoft.EntityFrameworkCore.Sqlite from 9.0.0-rc.1.24402.2 to 9.0.0-rc.1.24415.3. --- 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 0bda0eb commit 63e0d55

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.24414.26",
3+
"version": "9.0.100-rc.1.24415.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.24414.4" />
18-
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="9.0.0-rc.1.24402.2" />
18+
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="9.0.0-rc.1.24415.3" />
1919
<PackageReference Include="Microsoft.Extensions.ApiDescription.Server" Version="9.0.0-rc.1.24414.4" PrivateAssets="all" />
2020
<PackageReference Include="Microsoft.OpenApi" Version="1.6.17" />
2121
<PackageReference Include="Microsoft.TypeScript.MSBuild" Version="5.5.3" PrivateAssets="all" />

0 commit comments

Comments
 (0)