diff --git a/eng/Versions.props b/eng/Versions.props index 96957b208a..9fe618b0f2 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -1,23 +1,8 @@ - - 0.1.0 - true - - - - - false - - 2.0.0 beta6 false - - 0.4.0 - alpha - false - diff --git a/src/System.CommandLine.ApiCompatibility.Tests/Directory.Build.props b/src/System.CommandLine.ApiCompatibility.Tests/Directory.Build.props deleted file mode 100644 index 431713f682..0000000000 --- a/src/System.CommandLine.ApiCompatibility.Tests/Directory.Build.props +++ /dev/null @@ -1,10 +0,0 @@ - - - - true - IDE1006 - - - - - diff --git a/src/System.CommandLine.ApiCompatibility.Tests/System.CommandLine.ApiCompatibility.Tests.csproj b/src/System.CommandLine.ApiCompatibility.Tests/System.CommandLine.ApiCompatibility.Tests.csproj index b69badcf7c..ed32b27e85 100644 --- a/src/System.CommandLine.ApiCompatibility.Tests/System.CommandLine.ApiCompatibility.Tests.csproj +++ b/src/System.CommandLine.ApiCompatibility.Tests/System.CommandLine.ApiCompatibility.Tests.csproj @@ -3,6 +3,7 @@ $(TargetFrameworkForNETSDK) false + $(NoWarn);IDE1006 diff --git a/src/System.CommandLine.Suggest/dotnet-suggest.csproj b/src/System.CommandLine.Suggest/dotnet-suggest.csproj index 8cd0d4c715..371b0becd0 100644 --- a/src/System.CommandLine.Suggest/dotnet-suggest.csproj +++ b/src/System.CommandLine.Suggest/dotnet-suggest.csproj @@ -13,6 +13,7 @@ .1 .$(VersionSuffixDateStamp).$(VersionSuffixBuildOfTheDay) 1.1$(DotnetSuggestBuildNumber) + diff --git a/src/System.CommandLine.Tests/Directory.Build.props b/src/System.CommandLine.Tests/Directory.Build.props deleted file mode 100644 index 431713f682..0000000000 --- a/src/System.CommandLine.Tests/Directory.Build.props +++ /dev/null @@ -1,10 +0,0 @@ - - - - true - IDE1006 - - - - - diff --git a/src/System.CommandLine.Tests/System.CommandLine.Tests.csproj b/src/System.CommandLine.Tests/System.CommandLine.Tests.csproj index db582f0b23..9aaa6f4b20 100644 --- a/src/System.CommandLine.Tests/System.CommandLine.Tests.csproj +++ b/src/System.CommandLine.Tests/System.CommandLine.Tests.csproj @@ -5,6 +5,7 @@ false $(DefaultExcludesInProjectFolder);TestApps\** $(NoWarn);CS8632 + $(NoWarn);IDE1006 diff --git a/src/System.CommandLine/Directory.Build.props b/src/System.CommandLine/Directory.Build.props deleted file mode 100644 index 47aea44a94..0000000000 --- a/src/System.CommandLine/Directory.Build.props +++ /dev/null @@ -1,9 +0,0 @@ - - - - true - - - - -