diff --git a/NuGet.config b/NuGet.config
index 11689b03faa0..abafb2835fb0 100644
--- a/NuGet.config
+++ b/NuGet.config
@@ -4,6 +4,7 @@
+
diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml
index c5d9c44996ab..838bf2e0ecb2 100644
--- a/eng/Version.Details.xml
+++ b/eng/Version.Details.xml
@@ -29,33 +29,33 @@
https://github.com/dotnet/aspnetcore-tooling
9cc4b747544c7f18829829f997239bf6c60cfcbb
-
- https://github.com/aspnet/EntityFrameworkCore
- e37a6be067ab62da7fe9b33b93faaa90ed829237
+
+ https://github.com/dotnet/efcore
+ b4ae28206d90fbef35bac82278444913d7666675
-
- https://github.com/aspnet/EntityFrameworkCore
- e37a6be067ab62da7fe9b33b93faaa90ed829237
+
+ https://github.com/dotnet/efcore
+ b4ae28206d90fbef35bac82278444913d7666675
-
- https://github.com/aspnet/EntityFrameworkCore
- e37a6be067ab62da7fe9b33b93faaa90ed829237
+
+ https://github.com/dotnet/efcore
+ b4ae28206d90fbef35bac82278444913d7666675
-
- https://github.com/aspnet/EntityFrameworkCore
- e37a6be067ab62da7fe9b33b93faaa90ed829237
+
+ https://github.com/dotnet/efcore
+ b4ae28206d90fbef35bac82278444913d7666675
-
- https://github.com/aspnet/EntityFrameworkCore
- e37a6be067ab62da7fe9b33b93faaa90ed829237
+
+ https://github.com/dotnet/efcore
+ b4ae28206d90fbef35bac82278444913d7666675
-
- https://github.com/aspnet/EntityFrameworkCore
- e37a6be067ab62da7fe9b33b93faaa90ed829237
+
+ https://github.com/dotnet/efcore
+ b4ae28206d90fbef35bac82278444913d7666675
-
- https://github.com/aspnet/EntityFrameworkCore
- e37a6be067ab62da7fe9b33b93faaa90ed829237
+
+ https://github.com/dotnet/efcore
+ b4ae28206d90fbef35bac82278444913d7666675
https://github.com/dotnet/extensions
diff --git a/eng/Versions.props b/eng/Versions.props
index ee9077ebae90..66e070487c69 100644
--- a/eng/Versions.props
+++ b/eng/Versions.props
@@ -69,7 +69,7 @@
5.0.0-alpha.1.20075.5
5.0.0-alpha.1.20075.5
2.1.0-alpha.1.20075.5
-
+
5.0.0-alpha.1.20075.5
5.0.0-alpha.1.20075.5
5.0.0-alpha.1.20075.5
@@ -158,13 +158,13 @@
5.0.0-alpha.1.20076.1
5.0.0-preview3.1.20076.1
- 5.0.0-alpha.1.19602.5
- 5.0.0-alpha.1.19602.5
- 5.0.0-alpha.1.19602.5
- 5.0.0-alpha.1.19602.5
- 5.0.0-alpha.1.19602.5
- 5.0.0-alpha.1.19602.5
- 5.0.0-alpha.1.19602.5
+ 5.0.0-alpha.1.20078.1
+ 5.0.0-alpha.1.20078.1
+ 5.0.0-alpha.1.20078.1
+ 5.0.0-alpha.1.20078.1
+ 5.0.0-alpha.1.20078.1
+ 5.0.0-alpha.1.20078.1
+ 5.0.0-alpha.1.20078.1
5.0.0-alpha.1.20076.1
5.0.0-alpha.1.20076.1
diff --git a/src/DataProtection/samples/EntityFrameworkCoreSample/EntityFrameworkCoreSample.csproj b/src/DataProtection/samples/EntityFrameworkCoreSample/EntityFrameworkCoreSample.csproj
index c1b2662b907f..6c161137a507 100644
--- a/src/DataProtection/samples/EntityFrameworkCoreSample/EntityFrameworkCoreSample.csproj
+++ b/src/DataProtection/samples/EntityFrameworkCoreSample/EntityFrameworkCoreSample.csproj
@@ -3,9 +3,6 @@
exe
$(DefaultNetCoreTargetFramework)
-
- $(NoWarn);NU1605
diff --git a/src/Middleware/HealthChecks.EntityFrameworkCore/test/Microsoft.Extensions.Diagnostics.HealthChecks.EntityFrameworkCore.Tests.csproj b/src/Middleware/HealthChecks.EntityFrameworkCore/test/Microsoft.Extensions.Diagnostics.HealthChecks.EntityFrameworkCore.Tests.csproj
index 4f1c6075fd2a..7cd8abe25227 100644
--- a/src/Middleware/HealthChecks.EntityFrameworkCore/test/Microsoft.Extensions.Diagnostics.HealthChecks.EntityFrameworkCore.Tests.csproj
+++ b/src/Middleware/HealthChecks.EntityFrameworkCore/test/Microsoft.Extensions.Diagnostics.HealthChecks.EntityFrameworkCore.Tests.csproj
@@ -3,9 +3,6 @@
$(DefaultNetCoreTargetFramework)
Microsoft.AspNetCore.Diagnostics.HealthChecks
-
- $(NoWarn);NU1605
diff --git a/src/ProjectTemplates/test/ProjectTemplates.Tests.csproj b/src/ProjectTemplates/test/ProjectTemplates.Tests.csproj
index a6201a54006f..037552d49270 100644
--- a/src/ProjectTemplates/test/ProjectTemplates.Tests.csproj
+++ b/src/ProjectTemplates/test/ProjectTemplates.Tests.csproj
@@ -53,7 +53,7 @@
<_Parameter1>DotNetEfFullPath
- <_Parameter2>$([MSBuild]::EnsureTrailingSlash('$(NuGetPackageRoot)'))dotnet-ef/$(DotnetEfPackageVersion)/tools/$(DefaultNetCoreTargetFramework)/any/dotnet-ef.dll
+ <_Parameter2>$([MSBuild]::EnsureTrailingSlash('$(NuGetPackageRoot)'))dotnet-ef/$(DotnetEfPackageVersion)/tools/netcoreapp3.1/any/dotnet-ef.dll
<_Parameter1>TestPackageRestorePath