File tree 4 files changed +4
-4
lines changed
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
<PropertyGroup >
3
3
<OutputType >Library</OutputType >
4
- <TargetFrameworks >netstandard2.0;net45</TargetFrameworks >
4
+ <TargetFrameworks >netstandard2.0;net45;net6 </TargetFrameworks >
5
5
<DefineConstants >$(DefineConstants);TYPELEVEL_DEBUG</DefineConstants >
6
6
<Configurations >Debug;Release;Fable</Configurations >
7
7
<Platforms >AnyCPU</Platforms >
Original file line number Diff line number Diff line change 5
5
<FscToolExe >$(FSC_ExePathCompilerBuild)</FscToolExe >
6
6
</PropertyGroup >
7
7
<PropertyGroup >
8
- <TargetFrameworks >netstandard2.0;net45</TargetFrameworks >
8
+ <TargetFrameworks >netstandard2.0;net45;net6 </TargetFrameworks >
9
9
<Title >FSharpPlus.Providers</Title >
10
10
<AssemblyName >FSharpPlus.Providers</AssemblyName >
11
11
<AssemblyVersion >$(VersionPrefix).0</AssemblyVersion >
Original file line number Diff line number Diff line change @@ -179,7 +179,7 @@ type Zero with
179
179
#if ! FABLE_ COMPILER
180
180
static member inline Zero ( _ : Task < 'a >, _ : Zero ) =
181
181
let ( v : 'a ) = Zero.Invoke ()
182
- let s = TaskCompletionSource ()
182
+ let s = TaskCompletionSource<_> ()
183
183
s.SetResult v
184
184
s.Task
185
185
#endif
Original file line number Diff line number Diff line change 5
5
<FscToolExe >$(FSC_ExePathCompilerBuild)</FscToolExe >
6
6
</PropertyGroup >
7
7
<PropertyGroup >
8
- <TargetFrameworks >netstandard2.0;net45</TargetFrameworks >
8
+ <TargetFrameworks >netstandard2.0;net45;net6 </TargetFrameworks >
9
9
<Title >FSharpPlus</Title >
10
10
<AssemblyName >FSharpPlus</AssemblyName >
11
11
<AssemblyVersion >$(VersionPrefix).0</AssemblyVersion >
You can’t perform that action at this time.
0 commit comments