Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 748aec2 commit 51716a8Copy full SHA for 51716a8
TrimmingTestApp/TrimmingTestApp.csproj
@@ -2,7 +2,7 @@
2
3
<PropertyGroup>
4
<OutputType>Exe</OutputType>
5
- <TargetFramework>net8.0</TargetFramework>
+ <TargetFramework Condition="'$(TargetFrameworks)'==''">net8.0</TargetFramework>
6
<ImplicitUsings>enable</ImplicitUsings>
7
<Nullable>enable</Nullable>
8
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
0 commit comments