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