Skip to content

Commit e9fbf4e

Browse files
authored
Merge pull request #505 from aspnet/jbagga/RespondToDotNetEfUpgrade
Respond to dotnet-ef upgrade
2 parents 601f410 + 4b50481 commit e9fbf4e

File tree

3 files changed

+36
-36
lines changed

3 files changed

+36
-36
lines changed

build/dependencies.props

Lines changed: 33 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -3,47 +3,47 @@
33
<MSBuildAllProjects>$(MSBuildAllProjects);$(MSBuildThisFileFullPath)</MSBuildAllProjects>
44
</PropertyGroup>
55
<PropertyGroup Label="Package Versions">
6-
<DotNetEfPackageVersion>2.1.0-rc1-30613</DotNetEfPackageVersion>
7-
<InternalAspNetCoreSdkPackageVersion>2.1.0-rc1-15774</InternalAspNetCoreSdkPackageVersion>
8-
<MicrosoftAspNetCoreAllPackageVersion>2.1.0-rc1-30613</MicrosoftAspNetCoreAllPackageVersion>
9-
<MicrosoftAspNetCoreAppPackageVersion>2.1.0-rc1-30613</MicrosoftAspNetCoreAppPackageVersion>
10-
<MicrosoftAspNetCoreAuthenticationAzureADB2CUIPackageVersion>2.1.0-rc1-30613</MicrosoftAspNetCoreAuthenticationAzureADB2CUIPackageVersion>
11-
<MicrosoftAspNetCoreAuthenticationAzureADUIPackageVersion>2.1.0-rc1-30613</MicrosoftAspNetCoreAuthenticationAzureADUIPackageVersion>
12-
<MicrosoftAspNetCoreAuthenticationCookiesPackageVersion>2.1.0-rc1-30613</MicrosoftAspNetCoreAuthenticationCookiesPackageVersion>
13-
<MicrosoftAspNetCoreAuthenticationJwtBearerPackageVersion>2.1.0-rc1-30613</MicrosoftAspNetCoreAuthenticationJwtBearerPackageVersion>
14-
<MicrosoftAspNetCoreAuthenticationOpenIdConnectPackageVersion>2.1.0-rc1-30613</MicrosoftAspNetCoreAuthenticationOpenIdConnectPackageVersion>
15-
<MicrosoftAspNetCoreCertificatesGenerationSourcesPackageVersion>2.1.0-rc1-30613</MicrosoftAspNetCoreCertificatesGenerationSourcesPackageVersion>
16-
<MicrosoftAspNetCoreCookiePolicyPackageVersion>2.1.0-rc1-30613</MicrosoftAspNetCoreCookiePolicyPackageVersion>
17-
<MicrosoftAspNetCoreDiagnosticsEntityFrameworkCorePackageVersion>2.1.0-rc1-30613</MicrosoftAspNetCoreDiagnosticsEntityFrameworkCorePackageVersion>
18-
<MicrosoftAspNetCoreHttpsPolicyPackageVersion>2.1.0-rc1-30613</MicrosoftAspNetCoreHttpsPolicyPackageVersion>
19-
<MicrosoftAspNetCoreIdentityEntityFrameworkCorePackageVersion>2.1.0-rc1-30613</MicrosoftAspNetCoreIdentityEntityFrameworkCorePackageVersion>
20-
<MicrosoftAspNetCoreIdentityUIPackageVersion>2.1.0-rc1-30613</MicrosoftAspNetCoreIdentityUIPackageVersion>
21-
<MicrosoftAspNetCoreMvcPackageVersion>2.1.0-rc1-30613</MicrosoftAspNetCoreMvcPackageVersion>
22-
<MicrosoftAspNetCoreMvcRazorViewCompilationPackageVersion>2.1.0-rc1-30613</MicrosoftAspNetCoreMvcRazorViewCompilationPackageVersion>
23-
<MicrosoftAspNetCorePackageVersion>2.1.0-rc1-30613</MicrosoftAspNetCorePackageVersion>
24-
<MicrosoftAspNetCoreSpaServicesExtensionsPackageVersion>2.1.0-rc1-30613</MicrosoftAspNetCoreSpaServicesExtensionsPackageVersion>
25-
<MicrosoftAspNetCoreSpaServicesPackageVersion>2.1.0-rc1-30613</MicrosoftAspNetCoreSpaServicesPackageVersion>
26-
<MicrosoftAspNetCoreStaticFilesPackageVersion>2.1.0-rc1-30613</MicrosoftAspNetCoreStaticFilesPackageVersion>
27-
<MicrosoftAspNetCoreTestingPackageVersion>2.1.0-rc1-30613</MicrosoftAspNetCoreTestingPackageVersion>
6+
<DotNetEfPackageVersion>2.1.0-rc1-30677</DotNetEfPackageVersion>
7+
<InternalAspNetCoreSdkPackageVersion>2.1.0-rtm-15776</InternalAspNetCoreSdkPackageVersion>
8+
<MicrosoftAspNetCoreAllPackageVersion>2.1.0-rc1-30677</MicrosoftAspNetCoreAllPackageVersion>
9+
<MicrosoftAspNetCoreAppPackageVersion>2.1.0-rc1-30677</MicrosoftAspNetCoreAppPackageVersion>
10+
<MicrosoftAspNetCoreAuthenticationAzureADB2CUIPackageVersion>2.1.0-rc1-30677</MicrosoftAspNetCoreAuthenticationAzureADB2CUIPackageVersion>
11+
<MicrosoftAspNetCoreAuthenticationAzureADUIPackageVersion>2.1.0-rc1-30677</MicrosoftAspNetCoreAuthenticationAzureADUIPackageVersion>
12+
<MicrosoftAspNetCoreAuthenticationCookiesPackageVersion>2.1.0-rc1-30677</MicrosoftAspNetCoreAuthenticationCookiesPackageVersion>
13+
<MicrosoftAspNetCoreAuthenticationJwtBearerPackageVersion>2.1.0-rc1-30677</MicrosoftAspNetCoreAuthenticationJwtBearerPackageVersion>
14+
<MicrosoftAspNetCoreAuthenticationOpenIdConnectPackageVersion>2.1.0-rc1-30677</MicrosoftAspNetCoreAuthenticationOpenIdConnectPackageVersion>
15+
<MicrosoftAspNetCoreCertificatesGenerationSourcesPackageVersion>2.1.0-rc1-30677</MicrosoftAspNetCoreCertificatesGenerationSourcesPackageVersion>
16+
<MicrosoftAspNetCoreCookiePolicyPackageVersion>2.1.0-rc1-30677</MicrosoftAspNetCoreCookiePolicyPackageVersion>
17+
<MicrosoftAspNetCoreDiagnosticsEntityFrameworkCorePackageVersion>2.1.0-rc1-30677</MicrosoftAspNetCoreDiagnosticsEntityFrameworkCorePackageVersion>
18+
<MicrosoftAspNetCoreHttpsPolicyPackageVersion>2.1.0-rc1-30677</MicrosoftAspNetCoreHttpsPolicyPackageVersion>
19+
<MicrosoftAspNetCoreIdentityEntityFrameworkCorePackageVersion>2.1.0-rc1-30677</MicrosoftAspNetCoreIdentityEntityFrameworkCorePackageVersion>
20+
<MicrosoftAspNetCoreIdentityUIPackageVersion>2.1.0-rc1-30677</MicrosoftAspNetCoreIdentityUIPackageVersion>
21+
<MicrosoftAspNetCoreMvcPackageVersion>2.1.0-rc1-30677</MicrosoftAspNetCoreMvcPackageVersion>
22+
<MicrosoftAspNetCoreMvcRazorViewCompilationPackageVersion>2.1.0-rc1-30677</MicrosoftAspNetCoreMvcRazorViewCompilationPackageVersion>
23+
<MicrosoftAspNetCorePackageVersion>2.1.0-rc1-30677</MicrosoftAspNetCorePackageVersion>
24+
<MicrosoftAspNetCoreSpaServicesExtensionsPackageVersion>2.1.0-rc1-30677</MicrosoftAspNetCoreSpaServicesExtensionsPackageVersion>
25+
<MicrosoftAspNetCoreSpaServicesPackageVersion>2.1.0-rc1-30677</MicrosoftAspNetCoreSpaServicesPackageVersion>
26+
<MicrosoftAspNetCoreStaticFilesPackageVersion>2.1.0-rc1-30677</MicrosoftAspNetCoreStaticFilesPackageVersion>
27+
<MicrosoftAspNetCoreTestingPackageVersion>2.1.0-rc1-30677</MicrosoftAspNetCoreTestingPackageVersion>
2828
<MicrosoftBuildFrameworkPackageVersion>15.6.82</MicrosoftBuildFrameworkPackageVersion>
2929
<MicrosoftBuildUtilitiesCorePackageVersion>15.6.82</MicrosoftBuildUtilitiesCorePackageVersion>
30-
<MicrosoftEntityFrameworkCoreSqlitePackageVersion>2.1.0-rc1-30613</MicrosoftEntityFrameworkCoreSqlitePackageVersion>
31-
<MicrosoftEntityFrameworkCoreSqlServerPackageVersion>2.1.0-rc1-30613</MicrosoftEntityFrameworkCoreSqlServerPackageVersion>
32-
<MicrosoftEntityFrameworkCoreToolsPackageVersion>2.1.0-rc1-30613</MicrosoftEntityFrameworkCoreToolsPackageVersion>
33-
<MicrosoftExtensionsCommandLineUtilsSourcesPackageVersion>2.1.0-rc1-30613</MicrosoftExtensionsCommandLineUtilsSourcesPackageVersion>
34-
<MicrosoftExtensionsProcessSourcesPackageVersion>2.1.0-rc1-30613</MicrosoftExtensionsProcessSourcesPackageVersion>
30+
<MicrosoftEntityFrameworkCoreSqlitePackageVersion>2.1.0-rc1-30677</MicrosoftEntityFrameworkCoreSqlitePackageVersion>
31+
<MicrosoftEntityFrameworkCoreSqlServerPackageVersion>2.1.0-rc1-30677</MicrosoftEntityFrameworkCoreSqlServerPackageVersion>
32+
<MicrosoftEntityFrameworkCoreToolsPackageVersion>2.1.0-rc1-30677</MicrosoftEntityFrameworkCoreToolsPackageVersion>
33+
<MicrosoftExtensionsCommandLineUtilsSourcesPackageVersion>2.1.0-rc1-30677</MicrosoftExtensionsCommandLineUtilsSourcesPackageVersion>
34+
<MicrosoftExtensionsProcessSourcesPackageVersion>2.1.0-rc1-30677</MicrosoftExtensionsProcessSourcesPackageVersion>
3535
<MicrosoftNETCoreApp20PackageVersion>2.0.0</MicrosoftNETCoreApp20PackageVersion>
36-
<MicrosoftNETCoreApp21PackageVersion>2.1.0-rc1-26419-02</MicrosoftNETCoreApp21PackageVersion>
37-
<MicrosoftNETSdkRazorPackageVersion>2.1.0-rc1-30613</MicrosoftNETSdkRazorPackageVersion>
36+
<MicrosoftNETCoreApp21PackageVersion>2.1.0-rc1-26423-06</MicrosoftNETCoreApp21PackageVersion>
37+
<MicrosoftNETSdkRazorPackageVersion>2.1.0-rc1-30677</MicrosoftNETSdkRazorPackageVersion>
3838
<MicrosoftNETTestSdkPackageVersion>15.6.1</MicrosoftNETTestSdkPackageVersion>
39-
<MicrosoftVisualStudioWebBrowserLinkPackageVersion>2.1.0-rc1-30613</MicrosoftVisualStudioWebBrowserLinkPackageVersion>
40-
<MicrosoftVisualStudioWebCodeGenerationDesignPackageVersion>2.1.0-rc1-30613</MicrosoftVisualStudioWebCodeGenerationDesignPackageVersion>
41-
<NETStandardLibrary20PackageVersion>2.0.1</NETStandardLibrary20PackageVersion>
39+
<MicrosoftVisualStudioWebBrowserLinkPackageVersion>2.1.0-rc1-30677</MicrosoftVisualStudioWebBrowserLinkPackageVersion>
40+
<MicrosoftVisualStudioWebCodeGenerationDesignPackageVersion>2.1.0-rc1-30677</MicrosoftVisualStudioWebCodeGenerationDesignPackageVersion>
41+
<NETStandardLibrary20PackageVersion>2.0.3</NETStandardLibrary20PackageVersion>
4242
<SeleniumFirefoxWebDriverPackageVersion>0.19.0</SeleniumFirefoxWebDriverPackageVersion>
4343
<SeleniumSupportPackageVersion>3.7.0</SeleniumSupportPackageVersion>
4444
<SeleniumWebDriverMicrosoftDriverPackageVersion>16.16299.0</SeleniumWebDriverMicrosoftDriverPackageVersion>
4545
<SeleniumWebDriverPackageVersion>3.7.0</SeleniumWebDriverPackageVersion>
46-
<SystemSecurityPermissionsPackageVersion>4.5.0-rc1-26419-03</SystemSecurityPermissionsPackageVersion>
46+
<SystemSecurityPermissionsPackageVersion>4.5.0-rc1-26423-06</SystemSecurityPermissionsPackageVersion>
4747
<XunitAnalyzersPackageVersion>0.8.0</XunitAnalyzersPackageVersion>
4848
<XunitPackageVersion>2.3.1</XunitPackageVersion>
4949
<XunitRunnerVisualStudioPackageVersion>2.4.0-beta.1.build3945</XunitRunnerVisualStudioPackageVersion>

korebuild-lock.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
version:2.1.0-rc1-15774
2-
commithash:ed5ca9de3c652347dbb0158a9a65eff3471d2114
1+
version:2.1.0-rtm-15776
2+
commithash:2a0c826e10e15decc8878a6b9b9f31543712ba6f

test/Templates.Test/Templates.Test.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
<ItemGroup>
3333
<AssemblyAttribute Include="System.Reflection.AssemblyMetadataAttribute">
3434
<_Parameter1>DotNetEfFullPath</_Parameter1>
35-
<_Parameter2>$([MSBuild]::EnsureTrailingSlash('$(NuGetPackageRoot)'))dotnet-ef/$(DotnetEfPackageVersion)/tools/netcoreapp2.0/any/dotnet-ef.dll</_Parameter2>
35+
<_Parameter2>$([MSBuild]::EnsureTrailingSlash('$(NuGetPackageRoot)'))dotnet-ef/$(DotnetEfPackageVersion)/tools/netcoreapp2.1/any/dotnet-ef.dll</_Parameter2>
3636
</AssemblyAttribute>
3737
</ItemGroup>
3838

0 commit comments

Comments
 (0)