diff --git a/Directory.Build.props b/Directory.Build.props
index 56d3746..4ded6bf 100644
--- a/Directory.Build.props
+++ b/Directory.Build.props
@@ -25,7 +25,7 @@
- net7.0;net8.0;net9.0
+ net8.0;net9.0
diff --git a/global.json b/global.json
index b69b712..76474f0 100644
--- a/global.json
+++ b/global.json
@@ -1,5 +1,5 @@
{
"sdk": {
- "version": "9.0.100-rc.2.24474.11"
+ "version": "9.0.100"
}
}