From 94e9d36cdda8163b9ebc6eae4423cb8e4de0b1d5 Mon Sep 17 00:00:00 2001 From: Viktor Hofer Date: Wed, 2 Jul 2025 15:21:38 +0200 Subject: [PATCH] Make dotnet-suggest follow the repo versioning Make dotnet-suggest follow the same versioning as the rest of the repo. Also removet the AutoGenerateAssemblyVersion=false property which was incorrectly set. This fixes the failing official build on the main branch. --- eng/Versions.props | 1 - src/System.CommandLine.Suggest/dotnet-suggest.csproj | 3 --- 2 files changed, 4 deletions(-) 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