diff --git a/Directory.Build.props b/Directory.Build.props
new file mode 100644
index 0000000..7ac835a
--- /dev/null
+++ b/Directory.Build.props
@@ -0,0 +1,6 @@
+
+
+
+ LatestMajor
+
+
diff --git a/Longhorn.Tests/Longhorn.Tests.csproj b/Longhorn.Tests/Longhorn.Tests.csproj
index 6b21a84..a80ba2e 100644
--- a/Longhorn.Tests/Longhorn.Tests.csproj
+++ b/Longhorn.Tests/Longhorn.Tests.csproj
@@ -1,39 +1,46 @@
- net10.0
+ net8.0
enable
enable
false
+ LatestMajor
-
-
-
+
+
+
-
+
-
+
-
+
-
-
-
-
+
+ runtime; build; native; contentfiles; analyzers; buildtransitive
+ all
+
+
+
+
+ runtime; build; native; contentfiles; analyzers; buildtransitive
+ all
+
-
+
diff --git a/Longhorn.slnx b/Longhorn.slnx
index 16a130d..5b88ebb 100644
--- a/Longhorn.slnx
+++ b/Longhorn.slnx
@@ -1,4 +1,10 @@
+
+
+
+
+
+
diff --git a/Longhorn/Longhorn.csproj b/Longhorn/Longhorn.csproj
index 2e4dcd3..0871773 100644
--- a/Longhorn/Longhorn.csproj
+++ b/Longhorn/Longhorn.csproj
@@ -1,14 +1,15 @@
- net10.0
+ net8.0
Exe
enable
enable
false
+ LatestMajor
-
+
diff --git a/global.json b/global.json
new file mode 100644
index 0000000..fae657f
--- /dev/null
+++ b/global.json
@@ -0,0 +1,6 @@
+{
+ "sdk": {
+ "version": "8.0.100",
+ "rollForward": "latestMajor"
+ }
+}
\ No newline at end of file