Add dotnet-ef to dependencies.props (#435)

This commit is contained in:
Jass Bagga 2018-04-03 10:45:15 -07:00 committed by GitHub
parent d12e5c7489
commit ab55bae128
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -4,6 +4,7 @@
</PropertyGroup>
<PropertyGroup Label="Package Versions">
<InternalAspNetCoreSdkPackageVersion>2.1.0-preview3-17002</InternalAspNetCoreSdkPackageVersion>
<DotNetEfPackageVersion>2.1.0-preview3-32080</DotNetEfPackageVersion>
<MicrosoftAspNetCoreAllPackageVersion>2.1.0-preview3-32080</MicrosoftAspNetCoreAllPackageVersion>
<MicrosoftAspNetCoreAuthenticationAzureADB2CUIPackageVersion>2.1.0-preview2-32080</MicrosoftAspNetCoreAuthenticationAzureADB2CUIPackageVersion>
<MicrosoftAspNetCoreAuthenticationAzureADUIPackageVersion>2.1.0-preview2-32080</MicrosoftAspNetCoreAuthenticationAzureADUIPackageVersion>