diff --git a/Dependencies.targets b/Dependencies.targets
deleted file mode 100644
index c4a2bba44..000000000
--- a/Dependencies.targets
+++ /dev/null
@@ -1,57 +0,0 @@
-
-
- [9.0.0,9.0.999]
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/Directory.Build.props b/Directory.Build.props
index 13a3ed118..1f44703b7 100644
--- a/Directory.Build.props
+++ b/Directory.Build.props
@@ -13,6 +13,7 @@
icon.png
true
latest
+ true
true
MIT
https://github.com/PomeloFoundation/Pomelo.EntityFrameworkCore.MySql
diff --git a/Directory.Build.targets b/Directory.Build.targets
deleted file mode 100644
index 46b45a2ad..000000000
--- a/Directory.Build.targets
+++ /dev/null
@@ -1,3 +0,0 @@
-
-
-
\ No newline at end of file
diff --git a/Directory.Packages.props b/Directory.Packages.props
new file mode 100644
index 000000000..f51a5e904
--- /dev/null
+++ b/Directory.Packages.props
@@ -0,0 +1,57 @@
+
+
+ [9.0.0,9.0.999]
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/NuGet.config b/NuGet.config
index 61d71d04a..cf0626ac7 100644
--- a/NuGet.config
+++ b/NuGet.config
@@ -9,6 +9,10 @@
-
+
+
+
+
+
diff --git a/Pomelo.EFCore.MySql.sln b/Pomelo.EFCore.MySql.sln
index b3b8d2410..04c27fbd0 100644
--- a/Pomelo.EFCore.MySql.sln
+++ b/Pomelo.EFCore.MySql.sln
@@ -17,12 +17,11 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
.editorconfig = .editorconfig
Development.props.sample = Development.props.sample
Directory.Build.props = Directory.Build.props
- Directory.Build.targets = Directory.Build.targets
global.json = global.json
Version.props = Version.props
README.md = README.md
dotnet-tools.json = dotnet-tools.json
- Dependencies.targets = Dependencies.targets
+ Directory.Packages.props = Directory.Packages.props
NuGet.config = NuGet.config
EndProjectSection
EndProject