We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2795c16 commit 7d082bdCopy full SHA for 7d082bd
1 file changed
src/CSharp.Data.Adaptive/CSharp.Data.Adaptive.fsproj
@@ -1,8 +1,10 @@
1
<?xml version="1.0" encoding="utf-8"?>
2
<Project Sdk="Microsoft.NET.Sdk">
3
<PropertyGroup>
4
- <TargetFramework>netstandard2.0</TargetFramework>
+ <TargetFrameworks>netstandard2.0;net5.0;net6.0</TargetFrameworks>
5
<DisableImplicitFSharpCoreReference>true</DisableImplicitFSharpCoreReference>
6
+ <TrimMode>link</TrimMode>
7
+ <IsTrimmable>true</IsTrimmable>
8
</PropertyGroup>
9
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
10
<OutputPath>..\..\bin\Release\</OutputPath>
0 commit comments