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 3b5134d commit 4f1bdb4Copy full SHA for 4f1bdb4
src/Renci.SshNet/Renci.SshNet.csproj
@@ -31,6 +31,10 @@
31
</PropertyGroup>
32
33
<PropertyGroup Condition=" $([MSBuild]::IsTargetFrameworkCompatible('$(TargetFramework)', 'net6.0')) ">
34
+ <IsTrimmable>true</IsTrimmable>
35
+ </PropertyGroup>
36
+
37
+ <PropertyGroup Condition=" $([MSBuild]::IsTargetFrameworkCompatible('$(TargetFramework)', 'net8.0')) ">
38
<IsAotCompatible>true</IsAotCompatible>
39
40
0 commit comments