Add dotnet-ef to dependencies.props (#435)
This commit is contained in:
parent
d12e5c7489
commit
ab55bae128
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue