Skip to content

Commit 99f5afb

Browse files
Bump Microsoft.Extensions.Caching.SqlServer from 9.0.12 to 10.0.3
--- updated-dependencies: - dependency-name: Microsoft.Extensions.Caching.SqlServer dependency-version: 10.0.3 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent bdc77cf commit 99f5afb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DotnetPlayground.Web/DotnetPlayground.Web.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
</PackageReference>
4242
<PackageReference Include="Microsoft.EntityFrameworkCore.Relational" Version="9.0.13" />
4343
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="9.0.13" Condition="$(DefineConstants.Contains('INCLUDE_SQLSERVER'))" />
44-
<PackageReference Include="Microsoft.Extensions.Caching.SqlServer" Version="9.0.13" Condition="$(DefineConstants.Contains('INCLUDE_SQLSERVER'))" />
44+
<PackageReference Include="Microsoft.Extensions.Caching.SqlServer" Version="10.0.3" Condition="$(DefineConstants.Contains('INCLUDE_SQLSERVER'))" />
4545
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="9.0.13" />
4646
<PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="9.0.4" Condition="$(DefineConstants.Contains('INCLUDE_POSTGRES'))" />
4747
<PackageReference Include="Pomelo.EntityFrameworkCore.MySql" Version="9.0.0" Condition="$(DefineConstants.Contains('INCLUDE_MYSQL'))" />

0 commit comments

Comments
 (0)