Skip to content
This repository was archived by the owner on Aug 30, 2023. It is now read-only.

Commit 3701733

Browse files
committed
chore: use .net sdk 2.2.105
1 parent cb27922 commit 3701733

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ env:
77
global:
88
- DOTNET_SKIP_FIRST_TIME_EXPERIENCE=1
99
- DOTNET_CLI_TELEMETRY_OPTOUT=1
10-
dotnet: 2.1.103
10+
dotnet: 2.2.105
1111
mono: 5.12.0
1212
matrix:
1313
include:

global.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"sdk": {
3-
"version": "2.1.103"
3+
"version": "2.2.105"
44
}
55
}

0 commit comments

Comments
 (0)