diff --git a/eng/Versions.props b/eng/Versions.props
index e4e65c4bbf..62f4f4068b 100644
--- a/eng/Versions.props
+++ b/eng/Versions.props
@@ -3,6 +3,5 @@
2.0.0
beta7
- false
diff --git a/src/System.CommandLine.Suggest/dotnet-suggest.csproj b/src/System.CommandLine.Suggest/dotnet-suggest.csproj
index 48946b2898..565e2c5baa 100644
--- a/src/System.CommandLine.Suggest/dotnet-suggest.csproj
+++ b/src/System.CommandLine.Suggest/dotnet-suggest.csproj
@@ -11,9 +11,6 @@
win-x64;win-x86;osx-x64;osx-arm64;linux-x64
$(OutputPath)
- 1.1.1
-
-
$(NoWarn);NU5110;NU5111