diff --git a/.gitignore b/.gitignore
index 3e16852..1a65a0b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,5 @@
bin/
obj/
-.vs/
\ No newline at end of file
+.vs/
+# Legacy solution file (replaced by .slnx)
+*.sln
diff --git a/data-replicator.sln b/data-replicator.sln
deleted file mode 100644
index c122c98..0000000
--- a/data-replicator.sln
+++ /dev/null
@@ -1,25 +0,0 @@
-
-Microsoft Visual Studio Solution File, Format Version 12.00
-# Visual Studio Version 17
-VisualStudioVersion = 17.10.35013.160
-MinimumVisualStudioVersion = 10.0.40219.1
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "data-replicator", "data-replicator\data-replicator.csproj", "{D7D3221B-BC90-4DE5-8975-04BB35F7729E}"
-EndProject
-Global
- GlobalSection(SolutionConfigurationPlatforms) = preSolution
- Debug|Any CPU = Debug|Any CPU
- Release|Any CPU = Release|Any CPU
- EndGlobalSection
- GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {D7D3221B-BC90-4DE5-8975-04BB35F7729E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {D7D3221B-BC90-4DE5-8975-04BB35F7729E}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {D7D3221B-BC90-4DE5-8975-04BB35F7729E}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {D7D3221B-BC90-4DE5-8975-04BB35F7729E}.Release|Any CPU.Build.0 = Release|Any CPU
- EndGlobalSection
- GlobalSection(SolutionProperties) = preSolution
- HideSolutionNode = FALSE
- EndGlobalSection
- GlobalSection(ExtensibilityGlobals) = postSolution
- SolutionGuid = {9ACF5598-9433-4687-BE16-84FE149E4534}
- EndGlobalSection
-EndGlobal
diff --git a/data-replicator.slnx b/data-replicator.slnx
new file mode 100644
index 0000000..3dc9628
--- /dev/null
+++ b/data-replicator.slnx
@@ -0,0 +1,3 @@
+
+
+
diff --git a/data-replicator/data-replicator.csproj b/data-replicator/data-replicator.csproj
index bc79e25..e967f6d 100644
--- a/data-replicator/data-replicator.csproj
+++ b/data-replicator/data-replicator.csproj
@@ -2,14 +2,14 @@
Exe
- net8.0
+ net10.0
data_replicator
enable
enable
-
+