Skip to content

Commit

Permalink
Dependencies update for beta9 (#224)
Browse files Browse the repository at this point in the history
* feat: dependencies update

* fix: bump .net version

* feat: update tools

* feat: update fake

* fix: bump copyright
  • Loading branch information
sergey-tihon authored Apr 22, 2023
1 parent 3056157 commit 0c5f94c
Show file tree
Hide file tree
Showing 9 changed files with 369 additions and 907 deletions.
6 changes: 3 additions & 3 deletions .config/dotnet-tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,19 @@
"isRoot": true,
"tools": {
"paket": {
"version": "7.1.5",
"version": "7.2.1",
"commands": [
"paket"
]
},
"fake-cli": {
"version": "5.23.0",
"version": "6.0.0",
"commands": [
"fake"
]
},
"dotnet-serve": {
"version": "1.10.140",
"version": "1.10.155",
"commands": [
"dotnet-serve"
]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dotnetcore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest, macOS-latest]
dotnet: [6.0.401]
dotnet: [6.0.407]
runs-on: ${{ matrix.os }}

steps:
Expand Down
2 changes: 1 addition & 1 deletion build.fsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#r @"paket:
source https://nuget.org/api/v2
framework net6.0
nuget FSharp.Core
nuget FSharp.Core 6.0.0.0
nuget Fake.Core.Target
nuget Fake.Core.Process
nuget Fake.Core.ReleaseNotes
Expand Down
Loading

0 comments on commit 0c5f94c

Please sign in to comment.