Skip to content

Commit 3314cd6

Browse files
Update to .Net Core 2.1 SDK
1 parent d0b5c7d commit 3314cd6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
image:
22
- Visual Studio 2017
3-
- Ubuntu
3+
- Ubuntu1804
44
init:
55
- git config --global core.autocrlf input
66
install:

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.300"
3+
"version": "2.1.402"
44
}
55
}

0 commit comments

Comments
 (0)