diff --git a/Directory.Build.props b/Directory.Build.props index 19f45e8..9702719 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -27,7 +27,7 @@ - net7.0;net8.0;net9.0 + net8.0;net9.0 diff --git a/global.json b/global.json index 2dd360f..6532452 100644 --- a/global.json +++ b/global.json @@ -1,5 +1,5 @@ { "sdk": { - "version": "9.0.100-rc.2.24474.11" + "version": "9.0.100" } }