From a20d154f964f44abf3e4d91adaa3b2e9cc68069d Mon Sep 17 00:00:00 2001 From: ChrisDill Date: Wed, 29 Jan 2020 20:04:37 +0000 Subject: [PATCH] Update dotnetcore.yml - Got a Node run failed error. Changed to full version instead of just 3.1. --- .github/workflows/dotnetcore.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dotnetcore.yml b/.github/workflows/dotnetcore.yml index c4a352c..a1dcfd3 100644 --- a/.github/workflows/dotnetcore.yml +++ b/.github/workflows/dotnetcore.yml @@ -12,6 +12,6 @@ jobs: - name: Setup .NET Core uses: actions/setup-dotnet@v1 with: - dotnet-version: 3.1 + dotnet-version: 3.1.100 - name: Build with dotnet run: dotnet build --configuration Release