We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 28c4de6 + 00e5b1f commit 8763612Copy full SHA for 8763612
.travis.yml
@@ -3,7 +3,7 @@ solution: ArchUnit.sln
3
jobs:
4
include:
5
- stage: linux_build
6
- dotnet: 5.0.203
+ dotnet: 6.0.402
7
mono: none
8
os: linux
9
script: chmod +x ./Travis/test_linux.sh && ./Travis/test_linux.sh
@@ -20,7 +20,7 @@ jobs:
20
21
os: windows
22
before_script:
23
- - choco install dotnet-5.0-sdk --version=5.0.203
+ - choco install dotnet-6.0-sdk --version=6.0.402
24
- PowerShell -Command 'Set-ExecutionPolicy -ExecutionPolicy RemoteSigned'
25
script:
26
- PowerShell -File Travis/test_windows.ps1 -tag "$TRAVIS_TAG"
global.json
@@ -1,6 +1,6 @@
1
{
2
"sdk": {
- "version": "5.0.203",
+ "version": "6.0.402",
"rollForward": "latestMajor",
"allowPrerelease": true
}
0 commit comments