We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2c8be8 commit 566c36cCopy full SHA for 566c36c
1 file changed
Libraries/src/Amazon.Lambda.RuntimeSupport/Amazon.Lambda.RuntimeSupport.csproj
@@ -35,10 +35,6 @@
35
<OutputType>Exe</OutputType>
36
</PropertyGroup>
37
38
- <PropertyGroup Condition="'$(TargetFramework)' != 'netstandard2.0'">
39
- <OutputType>Exe</OutputType>
40
- </PropertyGroup>
41
-
42
<PropertyGroup Condition="'$(TargetFramework)' == 'net8.0' or '$(TargetFramework)' == 'net9.0' or '$(TargetFramework)' == 'net10.0'">
43
<IsTrimmable>true</IsTrimmable>
44
<EnableTrimAnalyzer>true</EnableTrimAnalyzer>
0 commit comments