Skip to content

Commit 11ea2e0

Browse files
Set to .NET Core 3.0 RTM (also tell AppVeyor to use VS 16.3 image)
1 parent cbd8f6c commit 11ea2e0

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

appveyor.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44

55
version: 8.0.{build}
66

7-
image: Visual Studio 2019 Preview
7+
image: Visual Studio 2019
8+
89
configuration: Debug
910

1011
assembly_info:

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": "3.0.100-preview3-010431"
3+
"version": "3.0.100"
44
}
55
}

0 commit comments

Comments
 (0)