Skip to content

Commit

Permalink
fix illink
Browse files Browse the repository at this point in the history
  • Loading branch information
kunalspathak committed Nov 27, 2023
1 parent be96693 commit 5db9338
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>exe</OutputType>
<TargetFrameworks>$(PERFLAB_TARGET_FRAMEWORKS)</TargetFrameworks>
<TargetFrameworks Condition="'$(TargetFrameworks)' == ''">net9.0</TargetFrameworks>
<TargetFramework>net9.0</TargetFramework>
<PublishTrimmed>false</PublishTrimmed>
<TrimMode>partial</TrimMode>
<SelfContained>true</SelfContained>
Expand Down

0 comments on commit 5db9338

Please sign in to comment.