Skip to content

Commit 6fbb4ec

Browse files
tweaks
1 parent fe810d0 commit 6fbb4ec

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/dotnet-core.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Setup .NET Core
1717
uses: actions/setup-dotnet@v1
1818
with:
19-
dotnet-version: 2.1.402
19+
dotnet-version: 2.1.811
2020

2121
- name: Build
2222
env:

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
init:
22
- git config --global core.autocrlf input
3-
image: Visual Studio 2017
3+
image: Visual Studio 2019
44
build_script:
55
- cmd: build.cmd GenerateDocs
66
test: off

0 commit comments

Comments
 (0)