diff --git a/Directory.Build.targets b/Directory.Build.targets
index 71391d2e99..d85abd78da 100644
--- a/Directory.Build.targets
+++ b/Directory.Build.targets
@@ -6,6 +6,7 @@
$(DefaultExcludesInProjectFolder);TestResults\**
+ false
diff --git a/core.slnf b/core.slnf
deleted file mode 100644
index 7657ecb700..0000000000
--- a/core.slnf
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "solution": {
- "path": "System.CommandLine.sln",
- "projects": [
- "src\\System.CommandLine.ApiCompatibility.Tests\\System.CommandLine.ApiCompatibility.Tests.csproj",
- "src\\System.CommandLine.Tests\\System.CommandLine.Tests.csproj",
- "src\\System.CommandLine\\System.CommandLine.csproj"
- ]
- }
-}
\ No newline at end of file
diff --git a/eng/Build.props b/eng/Build.props
deleted file mode 100644
index 47671dc18a..0000000000
--- a/eng/Build.props
+++ /dev/null
@@ -1,7 +0,0 @@
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/sourcebuild.slnf b/sourcebuild.slnf
deleted file mode 100644
index ba1ca0a8c3..0000000000
--- a/sourcebuild.slnf
+++ /dev/null
@@ -1,8 +0,0 @@
-{
- "solution": {
- "path": "System.CommandLine.sln",
- "projects": [
- "src\\System.CommandLine\\System.CommandLine.csproj",
- ]
- }
-}
\ No newline at end of file
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 ed32b27e85..186c83d619 100644
--- a/src/System.CommandLine.ApiCompatibility.Tests/System.CommandLine.ApiCompatibility.Tests.csproj
+++ b/src/System.CommandLine.ApiCompatibility.Tests/System.CommandLine.ApiCompatibility.Tests.csproj
@@ -2,7 +2,6 @@
$(TargetFrameworkForNETSDK)
- false
$(NoWarn);IDE1006
diff --git a/src/System.CommandLine.Suggest.Tests/EndToEndTestApp/EndToEndTestApp.csproj b/src/System.CommandLine.Suggest.Tests/EndToEndTestApp/EndToEndTestApp.csproj
index b41dabb7c2..58294950a3 100644
--- a/src/System.CommandLine.Suggest.Tests/EndToEndTestApp/EndToEndTestApp.csproj
+++ b/src/System.CommandLine.Suggest.Tests/EndToEndTestApp/EndToEndTestApp.csproj
@@ -1,13 +1,14 @@
-
-
-
-
Exe
$(TargetFrameworkForNETSDK)
win-x64;linux-x64;osx-x64;osx-arm64
+ true
+
+
+
+
diff --git a/src/System.CommandLine.Suggest/Directory.Build.props b/src/System.CommandLine.Suggest/Directory.Build.props
deleted file mode 100644
index 45f1896df4..0000000000
--- a/src/System.CommandLine.Suggest/Directory.Build.props
+++ /dev/null
@@ -1,9 +0,0 @@
-
-
-
- true
-
-
-
-
-
diff --git a/src/System.CommandLine.Suggest/dotnet-suggest.csproj b/src/System.CommandLine.Suggest/dotnet-suggest.csproj
index 371b0becd0..3b48db33f3 100644
--- a/src/System.CommandLine.Suggest/dotnet-suggest.csproj
+++ b/src/System.CommandLine.Suggest/dotnet-suggest.csproj
@@ -7,19 +7,14 @@
true
dotnet-suggest
dotnet-suggest
- win-x64;win-x86;osx-x64;osx-arm64;linux-x64
+ win-x64;win-x86;osx-x64;osx-arm64;linux-x64
$(OutputPath)
.1
.$(VersionSuffixDateStamp).$(VersionSuffixBuildOfTheDay)
1.1$(DotnetSuggestBuildNumber)
-
-
-
-
-
-
+
$(NoWarn);NU5110;NU5111
diff --git a/src/System.CommandLine.Tests/TestApps/NativeAOT/NativeAOT.csproj b/src/System.CommandLine.Tests/TestApps/NativeAOT/NativeAOT.csproj
index bedfb7dcbf..f9be440211 100644
--- a/src/System.CommandLine.Tests/TestApps/NativeAOT/NativeAOT.csproj
+++ b/src/System.CommandLine.Tests/TestApps/NativeAOT/NativeAOT.csproj
@@ -1,22 +1,23 @@
-
- Exe
- $(TargetFrameworkForNETSDK)
-
- false
- true
- Guard
-
+
+ Exe
+ $(TargetFrameworkForNETSDK)
+
+ false
+ true
+ Guard
+ true
+
-
- ..\..\..\System.CommandLine\bin\Release\$(TargetFrameworkForNETSDK)\System.CommandLine.dll
-
+
+ ..\..\..\System.CommandLine\bin\Release\$(TargetFrameworkForNETSDK)\System.CommandLine.dll
+
-
-
- $(SystemCommandLineDllPath)
-
-
+
+
+ $(SystemCommandLineDllPath)
+
+
diff --git a/src/System.CommandLine.Tests/TestApps/Trimming/Trimming.csproj b/src/System.CommandLine.Tests/TestApps/Trimming/Trimming.csproj
index 615b0764cf..a94aa65be8 100644
--- a/src/System.CommandLine.Tests/TestApps/Trimming/Trimming.csproj
+++ b/src/System.CommandLine.Tests/TestApps/Trimming/Trimming.csproj
@@ -1,23 +1,24 @@
-
-
- Exe
- $(TargetFrameworkForNETSDK)
- enable
- enable
- true
- false
-
-
- ..\..\..\System.CommandLine\bin\Release\$(TargetFrameworkForNETSDK)\System.CommandLine.dll
-
+
+ Exe
+ $(TargetFrameworkForNETSDK)
+ enable
+ enable
+ true
+ false
+ true
+
-
-
- $(SystemCommandLineDllPath)
-
-
-
+
+ ..\..\..\System.CommandLine\bin\Release\$(TargetFrameworkForNETSDK)\System.CommandLine.dll
+
+
+
+
+ $(SystemCommandLineDllPath)
+
+
+
\ No newline at end of file