-
Notifications
You must be signed in to change notification settings - Fork 62
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2564505
commit 45b0b24
Showing
10 changed files
with
54 additions
and
112 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,3 @@ | ||
Microsoft.SourceLink.GitHub | ||
|
||
group NetStandard2 | ||
FSharp.Core | ||
FSharp.Control.AsyncSeq | ||
group NetStandard2_1 | ||
FSharp.Core | ||
FSharp.Control.AsyncSeq | ||
FSharp.Core | ||
FSharp.Control.AsyncSeq |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
39 changes: 20 additions & 19 deletions
39
src/FsToolkit.ErrorHandling.IcedTasks/FsToolkit.ErrorHandling.IcedTasks.fsproj
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,22 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<Project Sdk="Microsoft.NET.Sdk"> | ||
<PropertyGroup> | ||
<OutputType>Library</OutputType> | ||
<TargetFrameworks>netstandard2.1</TargetFrameworks> | ||
<LangVersion>preview</LangVersion> | ||
<DebugType>portable</DebugType> | ||
<NoWarn>FS3511;FS3513</NoWarn> | ||
</PropertyGroup> | ||
<ItemGroup> | ||
<Compile Include="CancellableTaskResultCE.fs" /> | ||
<None Include="paket.references" /> | ||
<Compile Include="CancellableTaskValidationCE.fs" /> | ||
<Compile Include="CancellableTaskValidationOp.fs" /> | ||
<Watch Include="@(None)" /> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<ProjectReference Include="..\FsToolkit.ErrorHandling.TaskResult\FsToolkit.ErrorHandling.TaskResult.fsproj" /> | ||
</ItemGroup> | ||
<Import Project="..\..\.paket\Paket.Restore.targets" /> | ||
</Project> | ||
<PropertyGroup> | ||
<OutputType>Library</OutputType> | ||
<TargetFrameworks>netstandard2.0;netstandard2.1</TargetFrameworks> | ||
<LangVersion>preview</LangVersion> | ||
<DebugType>portable</DebugType> | ||
<NoWarn>FS3511;FS3513</NoWarn> | ||
</PropertyGroup> | ||
<ItemGroup> | ||
<Compile Include="CancellableTaskResultCE.fs" /> | ||
<None Include="paket.references" /> | ||
<Compile Include="CancellableTaskValidationCE.fs" /> | ||
<Compile Include="CancellableTaskValidationOp.fs" /> | ||
<Watch Include="@(None)" /> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<ProjectReference | ||
Include="..\FsToolkit.ErrorHandling.TaskResult\FsToolkit.ErrorHandling.TaskResult.fsproj" /> | ||
</ItemGroup> | ||
<Import Project="..\..\.paket\Paket.Restore.targets" /> | ||
</Project> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,4 @@ | ||
|
||
Microsoft.SourceLink.GitHub | ||
|
||
group NetStandard2_1 | ||
FSharp.Core | ||
IcedTasks | ||
FSharp.Core | ||
IcedTasks |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,3 @@ | ||
Microsoft.SourceLink.GitHub | ||
|
||
group NetStandard2 | ||
FSharp.Core | ||
Hopac | ||
group NetStandard2_1 | ||
FSharp.Core | ||
Hopac | ||
FSharp.Core | ||
Hopac |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,2 @@ | ||
|
||
FSharp.Core | ||
Microsoft.SourceLink.GitHub | ||
|
||
group NetStandard2 | ||
FSharp.Core | ||
group NetStandard2_1 | ||
FSharp.Core |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1 @@ | ||
group NetStandard2_1 | ||
FSharp.Core | ||
FSharp.Core |