Skip to content

Commit 284b697

Browse files
committed
+targetframework net6
1 parent cd9ac3e commit 284b697

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/FSharpPlus/FSharpPlus.fsproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<DefineConstants Condition=" '$(Configuration)' == 'Fable'">$(DefineConstants);FABLE_COMPILER</DefineConstants>
2727
<DefineConstants Condition=" '$(Configuration)' == 'Fable3'">$(DefineConstants);FABLE_COMPILER;FABLE_COMPILER_3</DefineConstants>
2828
<DefineConstants Condition=" '$(Configuration)' == 'Fable4'">$(DefineConstants);FABLE_COMPILER;FABLE_COMPILER_4</DefineConstants>
29-
<TargetFrameworks>netstandard2.0;netstandard2.1</TargetFrameworks>
29+
<TargetFrameworks>netstandard2.0;netstandard2.1;net6.0</TargetFrameworks>
3030
<!--<OutputPath>..\..\bin</OutputPath>-->
3131
</PropertyGroup>
3232
<ItemGroup>

0 commit comments

Comments
 (0)