Skip to content
This repository was archived by the owner on Apr 23, 2023. It is now read-only.

Commit 07d08c8

Browse files
Bump Microsoft.AspNetCore.All in /EFCore/EFCoreSamples/MigrationsWebApp
Bumps [Microsoft.AspNetCore.All](https://github.com/aspnet/AspNetCore) from 2.1.15 to 2.1.21. - [Release notes](https://github.com/aspnet/AspNetCore/releases) - [Changelog](https://github.com/dotnet/aspnetcore/blob/main/docs/ReleasePlanning.md) - [Commits](dotnet/aspnetcore@v2.1.15...v2.1.21) --- updated-dependencies: - dependency-name: Microsoft.AspNetCore.All dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 85f150e commit 07d08c8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

EFCore/EFCoreSamples/MigrationsWebApp/MigrationsWebApp.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
<Project Sdk="Microsoft.NET.Sdk.Web">
1+
<Project Sdk="Microsoft.NET.Sdk.Web">
22

33
<PropertyGroup>
44
<TargetFramework>netcoreapp2.1</TargetFramework>
55
</PropertyGroup>
66

77
<ItemGroup>
8-
<PackageReference Include="Microsoft.AspNetCore.All" Version="2.1.15" />
8+
<PackageReference Include="Microsoft.AspNetCore.All" Version="2.1.21" />
99
</ItemGroup>
1010

1111
<ItemGroup>

0 commit comments

Comments
 (0)