Skip to content

Commit 7c5d5c8

Browse files
chore(deps): update dotnet monorepo (#306)
| datasource | package | from | to | | -------------- | ------------------------------------ | ------- | ------- | | nuget | Microsoft.EntityFrameworkCore.Sqlite | 8.0.20 | 8.0.21 | | dotnet-version | dotnet-sdk | 8.0.414 | 8.0.415 | Signed-off-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com> Co-authored-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com>
1 parent 658037a commit 7c5d5c8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/net8.0/aspnetcore/aspnetcore.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<ItemGroup>
1313
<PackageReference Include="AWSSDK.S3" Version="4.0.7.9" />
1414
<PackageReference Include="Microsoft.Data.SqlClient" Version="6.1.2" />
15-
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="8.0.20" />
15+
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="8.0.21" />
1616
<PackageReference Include="Microsoft.VisualStudio.Azure.Containers.Tools.Targets" Version="1.22.1" />
1717
<PackageReference Include="OpenTelemetry.Exporter.Console" Version="1.12.0" />
1818
<PackageReference Include="Swashbuckle.AspNetCore" Version="9.0.6" />

global.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"sdk": {
33
"rollForward": "latestFeature",
4-
"version": "8.0.414",
4+
"version": "8.0.415",
55
"allowPrerelease": false
66
}
77
}

0 commit comments

Comments
 (0)