Use correct sdk version

This commit is contained in:
Danny McCormick
2019-08-01 16:35:41 -04:00
committed by GitHub
parent 3fa15a9a9b
commit 7613bb8820
+1 -1
View File
@@ -14,7 +14,7 @@ jobs:
- name: Setup .NET Core - name: Setup .NET Core
uses: actions/setup-dotnet@master uses: actions/setup-dotnet@master
with: with:
version: 2.2.6 version: 2.2.108
- name: Build with dotnet - name: Build with dotnet
run: dotnet build --configuration Release run: dotnet build --configuration Release