Merge branch 'master' of github.com:chrissexton/GameThing

This commit is contained in:
Seabass 2019-10-05 13:37:14 -04:00
commit c1b837593d
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ jobs:
- name: Setup .NET Core
uses: actions/setup-dotnet@v1
with:
dotnet-version: 3.0
dotnet-version: 3.0.100-preview8-013656
- name: Build with dotnet
run: dotnet build --configuration Release
- name: Run tests