Skip to content

Commit 7d082bd

Browse files
committed
CSharp.Data.Adaptive is now trimmable too
1 parent 2795c16 commit 7d082bd

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

src/CSharp.Data.Adaptive/CSharp.Data.Adaptive.fsproj

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Project Sdk="Microsoft.NET.Sdk">
33
<PropertyGroup>
4-
<TargetFramework>netstandard2.0</TargetFramework>
4+
<TargetFrameworks>netstandard2.0;net5.0;net6.0</TargetFrameworks>
55
<DisableImplicitFSharpCoreReference>true</DisableImplicitFSharpCoreReference>
6+
<TrimMode>link</TrimMode>
7+
<IsTrimmable>true</IsTrimmable>
68
</PropertyGroup>
79
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
810
<OutputPath>..\..\bin\Release\</OutputPath>

0 commit comments

Comments
 (0)