Skip to content

Commit 2f7bb4a

Browse files
committed
bug: use newer Microsoft.AspNetCore.App package
- update reference in sample app
1 parent 14cc9d0 commit 2f7bb4a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CacheDatabaseQueriesApiSample/CacheDatabaseQueriesApiSample.csproj

+2-2
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.2</TargetFramework>
55
</PropertyGroup>
66

77
<ItemGroup>
8-
<PackageReference Include="Microsoft.AspNetCore.All" Version="2.2.2" />
8+
<PackageReference Include="Microsoft.AspNetCore.App" />
99
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="2.2.2" />
1010
</ItemGroup>
1111

0 commit comments

Comments
 (0)