Update the EF Core sample to netcoreapp3.0

This commit is contained in:
Nate McMaster 2018-09-06 10:19:59 -07:00
parent 9941fb825f
commit fe10d1a125
No known key found for this signature in database
GPG Key ID: A778D9601BD78810
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
<PropertyGroup>
<OutputType>exe</OutputType>
<TargetFrameworks>net461;netcoreapp2.1</TargetFrameworks>
<TargetFrameworks>net461;netcoreapp3.0</TargetFrameworks>
</PropertyGroup>
<ItemGroup>