From 7613bb88202060ba8050d4e54798281e21c51121 Mon Sep 17 00:00:00 2001 From: Danny McCormick Date: Thu, 1 Aug 2019 16:35:41 -0400 Subject: [PATCH] Use correct sdk version --- ci/asp.net-core.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/asp.net-core.yml b/ci/asp.net-core.yml index f00ade0..355e741 100644 --- a/ci/asp.net-core.yml +++ b/ci/asp.net-core.yml @@ -14,7 +14,7 @@ jobs: - name: Setup .NET Core uses: actions/setup-dotnet@master with: - version: 2.2.6 + version: 2.2.108 - name: Build with dotnet run: dotnet build --configuration Release