Skip to content

Commit 0c5f94c

Browse files
authored
Dependencies update for beta9 (#224)
* feat: dependencies update * fix: bump .net version * feat: update tools * feat: update fake * fix: bump copyright
1 parent 3056157 commit 0c5f94c

File tree

9 files changed

+369
-907
lines changed

9 files changed

+369
-907
lines changed

.config/dotnet-tools.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,19 @@
33
"isRoot": true,
44
"tools": {
55
"paket": {
6-
"version": "7.1.5",
6+
"version": "7.2.1",
77
"commands": [
88
"paket"
99
]
1010
},
1111
"fake-cli": {
12-
"version": "5.23.0",
12+
"version": "6.0.0",
1313
"commands": [
1414
"fake"
1515
]
1616
},
1717
"dotnet-serve": {
18-
"version": "1.10.140",
18+
"version": "1.10.155",
1919
"commands": [
2020
"dotnet-serve"
2121
]

.github/workflows/dotnetcore.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
fail-fast: false
1717
matrix:
1818
os: [ubuntu-latest, windows-latest, macOS-latest]
19-
dotnet: [6.0.401]
19+
dotnet: [6.0.407]
2020
runs-on: ${{ matrix.os }}
2121

2222
steps:

build.fsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#r @"paket:
22
source https://nuget.org/api/v2
33
framework net6.0
4-
nuget FSharp.Core
4+
nuget FSharp.Core 6.0.0.0
55
nuget Fake.Core.Target
66
nuget Fake.Core.Process
77
nuget Fake.Core.ReleaseNotes

0 commit comments

Comments
 (0)