Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 51716a8

Browse files
committedMar 14, 2024
Makes tests work with TrimmingTestApp
1 parent 748aec2 commit 51716a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎TrimmingTestApp/TrimmingTestApp.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<OutputType>Exe</OutputType>
5-
<TargetFramework>net8.0</TargetFramework>
5+
<TargetFramework Condition="'$(TargetFrameworks)'==''">net8.0</TargetFramework>
66
<ImplicitUsings>enable</ImplicitUsings>
77
<Nullable>enable</Nullable>
88
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>

0 commit comments

Comments
 (0)
Please sign in to comment.