Skip to content

Commit 8763612

Browse files
authored
Merge pull request #191 from andredered/NET_SDK_to_v6_update
Update dependency dotnet-sdk to v6
2 parents 28c4de6 + 00e5b1f commit 8763612

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ solution: ArchUnit.sln
33
jobs:
44
include:
55
- stage: linux_build
6-
dotnet: 5.0.203
6+
dotnet: 6.0.402
77
mono: none
88
os: linux
99
script: chmod +x ./Travis/test_linux.sh && ./Travis/test_linux.sh
@@ -20,7 +20,7 @@ jobs:
2020
mono: none
2121
os: windows
2222
before_script:
23-
- choco install dotnet-5.0-sdk --version=5.0.203
23+
- choco install dotnet-6.0-sdk --version=6.0.402
2424
- PowerShell -Command 'Set-ExecutionPolicy -ExecutionPolicy RemoteSigned'
2525
script:
2626
- PowerShell -File Travis/test_windows.ps1 -tag "$TRAVIS_TAG"

global.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"sdk": {
3-
"version": "5.0.203",
3+
"version": "6.0.402",
44
"rollForward": "latestMajor",
55
"allowPrerelease": true
66
}

0 commit comments

Comments
 (0)