Skip to content

Commit

Permalink
bug: use newer Microsoft.AspNetCore.App package
Browse files Browse the repository at this point in the history
- update reference in sample app
  • Loading branch information
alastairtree committed Feb 25, 2019
1 parent 14cc9d0 commit 2f7bb4a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<Project Sdk="Microsoft.NET.Sdk.Web">
<Project Sdk="Microsoft.NET.Sdk.Web">

<PropertyGroup>
<TargetFramework>netcoreapp2.2</TargetFramework>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.All" Version="2.2.2" />
<PackageReference Include="Microsoft.AspNetCore.App" />
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="2.2.2" />
</ItemGroup>

Expand Down

0 comments on commit 2f7bb4a

Please sign in to comment.