From cbb3f94440477db184c858f2e5fcb0df5a3f09f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Luthi?= Date: Mon, 3 Jul 2023 11:06:04 +0200 Subject: [PATCH] Remove unnecessary references in `EntityFrameworkCore.Jet.Data` Now that `EntityFrameworkCore.Jet.Data` targets `net6.0` those references are not required anymore. Note that the `Microsoft.Win32.Registry` package reference was the root cause of the failure to publish the `EntityFrameworkCore.Jet.Data` 7.0.0 package because of [warning NU5104][1] (treated as error): > A stable release of a package should not have a prerelease dependency. Either modify the version spec of dependency "Microsoft.Win32.Registry [6.0.0-preview.5.21301.5, )" or update the version field in the nuspec. [1]: https://bubibubi.visualstudio.com/EntityFrameworkCore.Jet/_build/results?buildId=280&view=logs&j=67ea8d94-b5a7-504b-2d4b-07baddfad3f1&t=1e07b7f6-b7a1-55f6-9cca-c04683790a41&l=37 --- Dependencies.targets | 5 ----- src/EFCore.Jet.Data/EFCore.Jet.Data.csproj | 10 ---------- 2 files changed, 15 deletions(-) diff --git a/Dependencies.targets b/Dependencies.targets index 706abb8..e894195 100644 --- a/Dependencies.targets +++ b/Dependencies.targets @@ -16,11 +16,6 @@ - - - - - diff --git a/src/EFCore.Jet.Data/EFCore.Jet.Data.csproj b/src/EFCore.Jet.Data/EFCore.Jet.Data.csproj index 0d24f8a..7434e63 100644 --- a/src/EFCore.Jet.Data/EFCore.Jet.Data.csproj +++ b/src/EFCore.Jet.Data/EFCore.Jet.Data.csproj @@ -9,15 +9,5 @@ $(PackageTags);System.Data.Jet annotations - - - - - - - - - - \ No newline at end of file