From bd1929b4ef841ca57dc818b26b7035e00b45bc19 Mon Sep 17 00:00:00 2001 From: Jarred Capellman Date: Wed, 16 Dec 2020 20:26:02 -0600 Subject: [PATCH] Update dotnetcore.yml --- .github/workflows/dotnetcore.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/dotnetcore.yml b/.github/workflows/dotnetcore.yml index 542e624..9c9c2cd 100644 --- a/.github/workflows/dotnetcore.yml +++ b/.github/workflows/dotnetcore.yml @@ -10,8 +10,8 @@ jobs: steps: - uses: actions/checkout@v1 - name: Setup .NET Core - uses: actions/setup-dotnet@v1 + uses: actions/setup-dotnet@v1.7.2 with: - dotnet-version: 5.0.0 + dotnet-version: 5.0.100 - name: Build with dotnet run: dotnet publish src/NVT/NVT.csproj -c Release