diff --git a/MarquesSolution.sln b/MarquesSolution.sln
index fa9a98b..9798de0 100644
--- a/MarquesSolution.sln
+++ b/MarquesSolution.sln
@@ -1,11 +1,11 @@
Microsoft Visual Studio Solution File, Format Version 12.00
-# Visual Studio Version 16
-VisualStudioVersion = 16.0.29319.158
+# Visual Studio Version 17
+VisualStudioVersion = 17.8.34309.116
MinimumVisualStudioVersion = 15.0.26124.0
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{4FABF8F0-B74E-41F3-8906-81AB348AA1D9}"
EndProject
-Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Marques.EFCorev3.0.SnakeCase", "src\Marques.EFCore.SnakeCase\Marques.EFCorev6.0.SnakeCase.csproj", "{0CEEA081-1946-45E8-BE25-09E806D98340}"
+Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Marques.EFCorev8.0.SnakeCase", "src\Marques.EFCore.SnakeCase\Marques.EFCorev8.0.SnakeCase.csproj", "{0CEEA081-1946-45E8-BE25-09E806D98340}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SnakeCaseTests", "tests\SnakeCaseTests\SnakeCaseTests.csproj", "{499CF1D5-7A27-48B3-9812-53D93D36AA0E}"
EndProject
diff --git a/sample/SampleConsoleApp/.config/dotnet-tools.json b/sample/SampleConsoleApp/.config/dotnet-tools.json
index 82e7e22..e3cadb9 100644
--- a/sample/SampleConsoleApp/.config/dotnet-tools.json
+++ b/sample/SampleConsoleApp/.config/dotnet-tools.json
@@ -3,7 +3,7 @@
"isRoot": true,
"tools": {
"dotnet-ef": {
- "version": "6.0.2",
+ "version": "8.0.0",
"commands": [
"dotnet-ef"
]
diff --git a/sample/SampleConsoleApp/SampleConsoleApp.csproj b/sample/SampleConsoleApp/SampleConsoleApp.csproj
index ff7b7d0..8ca530d 100644
--- a/sample/SampleConsoleApp/SampleConsoleApp.csproj
+++ b/sample/SampleConsoleApp/SampleConsoleApp.csproj
@@ -2,20 +2,20 @@
Exe
- net6.0
+ net8.0
-
-
+
+
all
runtime; build; native; contentfiles; analyzers; buildtransitive
-
+
-
+
diff --git a/src/Marques.EFCore.SnakeCase/Marques.EFCorev6.0.SnakeCase.csproj b/src/Marques.EFCore.SnakeCase/Marques.EFCorev8.0.SnakeCase.csproj
similarity index 88%
rename from src/Marques.EFCore.SnakeCase/Marques.EFCorev6.0.SnakeCase.csproj
rename to src/Marques.EFCore.SnakeCase/Marques.EFCorev8.0.SnakeCase.csproj
index 1d221d4..c22d75b 100644
--- a/src/Marques.EFCore.SnakeCase/Marques.EFCorev6.0.SnakeCase.csproj
+++ b/src/Marques.EFCore.SnakeCase/Marques.EFCorev8.0.SnakeCase.csproj
@@ -1,16 +1,16 @@
- net6.0
+ net8.0
Ashley Marques
Extension Method to SnakeCase all EFCore v6.0 database structures(tables,relations,schemas,etc) so your entity 'PersonLog' will become a table 'person_log' and so on. This will help your fellow DBA smile.
MIT
-
-
+
+
- Marques.EFCorev6.0.SnakeCase
+ Marques.EFCorev8.0.SnakeCase
1.0.0
false
Extension Method to SnakeCase all EFCore database structures(tables,relations,schemas,etc) so your entity 'PersonLog' will become a table 'person_log' and so on.
diff --git a/tests/SnakeCaseTests/SnakeCaseTests.csproj b/tests/SnakeCaseTests/SnakeCaseTests.csproj
index a1f9b8e..5513887 100644
--- a/tests/SnakeCaseTests/SnakeCaseTests.csproj
+++ b/tests/SnakeCaseTests/SnakeCaseTests.csproj
@@ -1,23 +1,23 @@
- net6.0
+ net8.0
false
-
-
-
-
+
+
+
+
all
runtime; build; native; contentfiles; analyzers
-
+