diff --git a/Common.props b/Common.props
index 305fa2619..e85e8f5d9 100644
--- a/Common.props
+++ b/Common.props
@@ -1,5 +1,5 @@
- net7.0;net6.0
+ net8.0;net7.0;net6.0
\ No newline at end of file
diff --git a/Directory.Build.props b/Directory.Build.props
index 87e8d24e2..f6cf25c20 100644
--- a/Directory.Build.props
+++ b/Directory.Build.props
@@ -1,6 +1,6 @@
- 11.0
+ preview
enable
enable
true
diff --git a/global.json b/global.json
index a38087636..d4e0b8993 100644
--- a/global.json
+++ b/global.json
@@ -1,7 +1,7 @@
{
"sdk": {
- "version": "7.0.100",
- "rollForward": "latestMinor",
+ "version": "8.0.0",
+ "rollForward": "latestFeature",
"allowPrerelease": true
}
}
\ No newline at end of file