Skip to content

Commit 277596d

Browse files
committed
fixing dependency drift
1 parent bacf596 commit 277596d

File tree

3 files changed

+265
-305
lines changed

3 files changed

+265
-305
lines changed

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ set -o pipefail
77
echo "Restoring dotnet tools..."
88
dotnet tool restore
99

10-
FAKE_DETAILED_ERRORS=true dotnet fake build -t "$@"
10+
PAKET_SKIP_RESTORE_TARGETS=true FAKE_DETAILED_ERRORS=true dotnet fake build -t "$@"

paket.dependencies

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,15 @@ source https://api.nuget.org/v3/index.json
22

33

44
storage: none
5+
framework: netstandard2.0, netstandard2.1, net5.0
56
nuget FSharp.Core 4.7.2
67
nuget Hopac
78
nuget FSharp.Control.AsyncSeq 3.2.1
89
nuget Microsoft.SourceLink.GitHub prerelease copy_local: true
910
nuget Ply
1011

1112
group Test
13+
framework: netstandard2.0, netstandard2.1, net5.0
1214
source https://api.nuget.org/v3/index.json
1315
storage: none
1416
nuget FSharp.Core 4.7.2
@@ -18,7 +20,7 @@ nuget Fable.Mocha 2.10.0
1820

1921
group Build
2022
source https://api.nuget.org/v3/index.json
21-
23+
framework: netstandard2.0, netstandard2.1, net5.0
2224
storage: none
2325
nuget FSharp.Core 4.7.2
2426
nuget Fake.Core.Target 5.20.4

0 commit comments

Comments
 (0)