diff --git a/Directory.Build.props b/Directory.Build.props index fd5e67bf0b3..18ffc64973d 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -11,7 +11,7 @@ $(CopyrightMicrosoft) Apache-2.0 - + MicrosoftAspNetCore Entity Framework Core;entity-framework-core;EF;Data;O/RM;EntityFramework;EntityFrameworkCore;EFCore @@ -23,11 +23,6 @@ https://go.microsoft.com/fwlink/?LinkID=288859 https://docs.microsoft.com/ef/core/ - - - - $(NoWarn);NU5125 - diff --git a/Directory.Build.targets b/Directory.Build.targets index c8f8c7f6b0b..0f351772a87 100644 --- a/Directory.Build.targets +++ b/Directory.Build.targets @@ -1,11 +1,6 @@ - - - $(MicrosoftNETCorePlatformsPackageVersion) - - diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index d05c5c3a399..9949dbc3aea 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -41,10 +41,6 @@ https://github.com/aspnet/Extensions 7510ef5a5d8f20da9e76ad1494e543786c91dd49 - - https://github.com/dotnet/corefx - 80f411d58df8338ccd9430900b541a037a9cb383 - https://github.com/dotnet/core-setup d15a0adeb874801e7bfaa4fbbb306a2efa268497 diff --git a/eng/Versions.props b/eng/Versions.props index 77ef278b8f2..96865404cab 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -37,7 +37,6 @@ 4.6.0-preview8.19378.8 - 3.0.0-preview8.19378.8 1.6.0-preview8.19378.8 4.6.0-preview8.19378.8 4.6.0-preview8.19378.8 diff --git a/test/EFCore.CrossStore.FunctionalTests/EFCore.CrossStore.FunctionalTests.csproj b/test/EFCore.CrossStore.FunctionalTests/EFCore.CrossStore.FunctionalTests.csproj index b9c618a8996..73d1f45cfe2 100644 --- a/test/EFCore.CrossStore.FunctionalTests/EFCore.CrossStore.FunctionalTests.csproj +++ b/test/EFCore.CrossStore.FunctionalTests/EFCore.CrossStore.FunctionalTests.csproj @@ -4,8 +4,6 @@ netcoreapp3.0 Microsoft.EntityFrameworkCore.CrossStore.FunctionalTests Microsoft.EntityFrameworkCore - - true CrossStore.FunctionalTests ..\..\EFCore.ruleset diff --git a/test/EFCore.Sqlite.FunctionalTests/EFCore.Sqlite.FunctionalTests.csproj b/test/EFCore.Sqlite.FunctionalTests/EFCore.Sqlite.FunctionalTests.csproj index ecb291b89b4..83497770591 100644 --- a/test/EFCore.Sqlite.FunctionalTests/EFCore.Sqlite.FunctionalTests.csproj +++ b/test/EFCore.Sqlite.FunctionalTests/EFCore.Sqlite.FunctionalTests.csproj @@ -4,8 +4,6 @@ netcoreapp3.0 Microsoft.EntityFrameworkCore.Sqlite.FunctionalTests Microsoft.EntityFrameworkCore - - true ..\..\EFCore.ruleset @@ -25,8 +23,6 @@ - - diff --git a/test/EFCore.Sqlite.Tests/EFCore.Sqlite.Tests.csproj b/test/EFCore.Sqlite.Tests/EFCore.Sqlite.Tests.csproj index 5645669512e..0bb4c228634 100644 --- a/test/EFCore.Sqlite.Tests/EFCore.Sqlite.Tests.csproj +++ b/test/EFCore.Sqlite.Tests/EFCore.Sqlite.Tests.csproj @@ -4,8 +4,6 @@ netcoreapp3.0 Microsoft.EntityFrameworkCore.Sqlite.Tests Microsoft.EntityFrameworkCore - - true ..\..\EFCore.ruleset