Skip to content
This repository was archived by the owner on Apr 5, 2025. It is now read-only.

Commit a130793

Browse files
Merge branch 'main' of github.com:thinkbeforecoding/Fargo
2 parents b6c8c66 + c0b1f09 commit a130793

File tree

7 files changed

+633
-10
lines changed

7 files changed

+633
-10
lines changed

.config/dotnet-tools.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@
77
"commands": [
88
"nbgv"
99
]
10+
},
11+
"paket": {
12+
"version": "7.2.1",
13+
"commands": [
14+
"paket"
15+
]
1016
}
1117
}
1218
}

.paket/Paket.Restore.targets

Lines changed: 557 additions & 0 deletions
Large diffs are not rendered by default.

paket.dependencies

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
source https://api.nuget.org/v3/index.json
2+
storage: None
3+
framework: netstandard2.0, net6.0, net7.0
4+
nuget DEdge.Diffract
5+
nuget FSharp.Core >= 6.0 lowest_matching: true
6+
nuget FsCheck.Xunit
7+
nuget Microsoft.NET.Test.Sdk
8+
nuget Xunit
9+
nuget xunit.runner.visualstudio

paket.lock

Lines changed: 57 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,57 @@
1+
STORAGE: NONE
2+
RESTRICTION: || (== net6.0) (== net7.0) (== netstandard2.0)
3+
NUGET
4+
remote: https://api.nuget.org/v3/index.json
5+
DEdge.Diffract (0.2)
6+
FSharp.Core (>= 5.0)
7+
TypeShape (>= 10.0)
8+
FsCheck (2.16.6)
9+
FSharp.Core (>= 4.2.3)
10+
FsCheck.Xunit (2.16.6)
11+
FsCheck (2.16.6)
12+
xunit.extensibility.execution (>= 2.2 < 3.0)
13+
FSharp.Core (6.0)
14+
Microsoft.CodeCoverage (17.7.2) - restriction: || (== net6.0) (== net7.0) (&& (== netstandard2.0) (>= net462)) (&& (== netstandard2.0) (>= netcoreapp3.1))
15+
Microsoft.NET.Test.Sdk (17.7.2)
16+
Microsoft.CodeCoverage (>= 17.7.2) - restriction: || (== net6.0) (== net7.0) (&& (== netstandard2.0) (>= net462)) (&& (== netstandard2.0) (>= netcoreapp3.1))
17+
Microsoft.TestPlatform.TestHost (>= 17.7.2) - restriction: || (== net6.0) (== net7.0) (&& (== netstandard2.0) (>= netcoreapp3.1))
18+
Microsoft.NETCore.Platforms (7.0.3)
19+
Microsoft.TestPlatform.ObjectModel (17.7.2) - restriction: || (== net6.0) (== net7.0) (&& (== netstandard2.0) (>= netcoreapp3.1))
20+
NuGet.Frameworks (>= 6.5)
21+
System.Reflection.Metadata (>= 1.6)
22+
Microsoft.TestPlatform.TestHost (17.7.2) - restriction: || (== net6.0) (== net7.0) (&& (== netstandard2.0) (>= netcoreapp3.1))
23+
Microsoft.TestPlatform.ObjectModel (>= 17.7.2) - restriction: || (== net6.0) (== net7.0) (&& (== netstandard2.0) (>= netcoreapp3.1))
24+
Newtonsoft.Json (>= 13.0.1) - restriction: || (== net6.0) (== net7.0) (&& (== netstandard2.0) (>= netcoreapp3.1))
25+
NETStandard.Library (2.0.3)
26+
Microsoft.NETCore.Platforms (>= 1.1)
27+
Newtonsoft.Json (13.0.3) - restriction: || (== net6.0) (== net7.0) (&& (== netstandard2.0) (>= netcoreapp3.1))
28+
NuGet.Frameworks (6.6.1) - restriction: || (== net6.0) (== net7.0) (&& (== netstandard2.0) (>= netcoreapp3.1))
29+
System.Collections.Immutable (7.0) - restriction: || (== net6.0) (== net7.0) (&& (== netstandard2.0) (>= netcoreapp3.1))
30+
System.Runtime.CompilerServices.Unsafe (>= 6.0) - restriction: || (== net6.0) (&& (== net7.0) (>= net462)) (&& (== net7.0) (< net6.0)) (== netstandard2.0)
31+
System.Reflection.Emit.ILGeneration (4.7) - restriction: || (&& (== net6.0) (< netcoreapp2.0) (< netstandard2.1)) (&& (== net6.0) (< netstandard2.0)) (&& (== net6.0) (< portable-net45+wp8)) (&& (== net6.0) (>= uap10.1)) (&& (== net7.0) (< netcoreapp2.0) (< netstandard2.1)) (&& (== net7.0) (< netstandard2.0)) (&& (== net7.0) (< portable-net45+wp8)) (&& (== net7.0) (>= uap10.1)) (== netstandard2.0)
32+
System.Reflection.Emit.Lightweight (4.7) - restriction: || (&& (== net6.0) (< netcoreapp3.1)) (&& (== net7.0) (< netcoreapp3.1)) (== netstandard2.0)
33+
System.Reflection.Emit.ILGeneration (>= 4.7) - restriction: || (&& (== net6.0) (< netcoreapp2.0) (< netstandard2.1)) (&& (== net6.0) (< netstandard2.0)) (&& (== net6.0) (< portable-net45+wp8)) (&& (== net6.0) (>= uap10.1)) (&& (== net7.0) (< netcoreapp2.0) (< netstandard2.1)) (&& (== net7.0) (< netstandard2.0)) (&& (== net7.0) (< portable-net45+wp8)) (&& (== net7.0) (>= uap10.1)) (== netstandard2.0)
34+
System.Reflection.Metadata (7.0.2) - restriction: || (== net6.0) (== net7.0) (&& (== netstandard2.0) (>= netcoreapp3.1))
35+
System.Collections.Immutable (>= 7.0)
36+
System.Runtime.CompilerServices.Unsafe (6.0) - restriction: || (== net6.0) (&& (== net7.0) (== netstandard2.0)) (&& (== net7.0) (>= net462)) (&& (== net7.0) (< net6.0)) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.0) (>= netcoreapp3.1))
37+
TypeShape (10.0)
38+
FSharp.Core (>= 4.5.4)
39+
System.Reflection.Emit.Lightweight (>= 4.7) - restriction: || (&& (== net6.0) (< netcoreapp3.1)) (&& (== net7.0) (< netcoreapp3.1)) (== netstandard2.0)
40+
xunit (2.5.3)
41+
xunit.analyzers (>= 1.4)
42+
xunit.assert (>= 2.5.3)
43+
xunit.core (2.5.3)
44+
xunit.abstractions (2.0.3)
45+
xunit.analyzers (1.4)
46+
xunit.assert (2.5.3)
47+
NETStandard.Library (>= 1.6.1)
48+
xunit.core (2.5.3)
49+
xunit.extensibility.core (2.5.3)
50+
xunit.extensibility.execution (2.5.3)
51+
xunit.extensibility.core (2.5.3)
52+
NETStandard.Library (>= 1.6.1)
53+
xunit.abstractions (>= 2.0.3)
54+
xunit.extensibility.execution (2.5.3)
55+
NETStandard.Library (>= 1.6.1)
56+
xunit.extensibility.core (2.5.3)
57+
xunit.runner.visualstudio (2.5.3)

src/Fargo/Fargo.fsproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,5 @@
2222
<ItemGroup>
2323
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1" PrivateAssets="All" />
2424
</ItemGroup>
25+
<Import Project="..\..\.paket\Paket.Restore.targets" />
2526
</Project>

src/Fargo/paket.references

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
FSharp.Core

tests/Fargo.Test/Fargo.Test.fsproj

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,8 @@
1111
<Compile Include="Completion.fs" />
1212
<Compile Include="AllAtOnce.fs" />
1313
</ItemGroup>
14-
<ItemGroup>
15-
<PackageReference Include="DEdge.Diffract" Version="0.2.0" />
16-
<PackageReference Include="FsCheck.Xunit" Version="2.16.6" />
17-
<PackageReference Include="xunit" Version="2.5.0" />
18-
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.0">
19-
<PrivateAssets>all</PrivateAssets>
20-
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
21-
</PackageReference>
22-
</ItemGroup>
2314
<ItemGroup>
2415
<ProjectReference Include="..\..\src\Fargo\Fargo.fsproj" />
2516
</ItemGroup>
26-
</Project>
17+
<Import Project="..\..\.paket\Paket.Restore.targets" />
18+
</Project>

0 commit comments

Comments
 (0)