diff --git a/.github/workflows/pr-validation.yml b/.github/workflows/pr-validation.yml
index 211702c..892a474 100644
--- a/.github/workflows/pr-validation.yml
+++ b/.github/workflows/pr-validation.yml
@@ -38,4 +38,4 @@ jobs:
- name: Run tests Linux
if: matrix.os == 'ubuntu-latest'
- run: dotnet test /p:TargetFramework=net6.0
+ run: dotnet test /p:TargetFramework=net8.0
diff --git a/Directory.Build.props b/Directory.Build.props
index 42dfe75..4b5babd 100644
--- a/Directory.Build.props
+++ b/Directory.Build.props
@@ -27,11 +27,9 @@
net462
- netstandard2.1
- netstandard2.0
- net6.0
+ net8.0
- $(NetStandardVersion);$(NetfxVersion);$(NetCoreVersion);$(NetStandardVersion20)
+ $(NetfxVersion);$(NetCoreVersion)
false
Microsoft SQL Script DOM
diff --git a/Test/Directory.Build.props b/Test/Directory.Build.props
index ee4c60e..15d559a 100644
--- a/Test/Directory.Build.props
+++ b/Test/Directory.Build.props
@@ -31,8 +31,7 @@
$(NetfxVersion);$(NetCoreVersion)
- netstandard
- netcore
+ netcore
netfx
diff --git a/global.json b/global.json
index ac22e7f..63f719f 100644
--- a/global.json
+++ b/global.json
@@ -1,6 +1,6 @@
{
"sdk": {
- "version": "6.0.427",
+ "version": "8.0.404",
"rollForward": "latestMajor"
},
"msbuild-sdks": {