Skip to content

Commit c052960

Browse files
dsymesergey-tihon
andauthored
fix build (#367)
* fix build * fix build * fix: ci dotnet version * fix warnings * fix tests * update fake stuff * fix tests * fix tests * fix logo * include IVT * fix packing Co-authored-by: Sergey Tihon <[email protected]>
1 parent f039671 commit c052960

23 files changed

+394
-450
lines changed

Diff for: .config/dotnet-tools.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
"isRoot": true,
44
"tools": {
55
"paket": {
6-
"version": "5.245.2",
6+
"version": "6.1.3",
77
"commands": [
88
"paket"
99
]
1010
},
1111
"fake-cli": {
12-
"version": "5.20.2",
12+
"version": "5.20.4",
1313
"commands": [
1414
"fake"
1515
]

Diff for: .github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
fail-fast: false
1616
matrix:
1717
os: [windows-latest, ubuntu-latest]
18-
dotnet: [3.1.302]
18+
dotnet: [5.0.400]
1919
runs-on: ${{ matrix.os }}
2020

2121
steps:

0 commit comments

Comments
 (0)