From 41498f10d7c3923c4bc49276589a8dc6791f636e Mon Sep 17 00:00:00 2001 From: lenovo-linux Date: Sun, 25 Aug 2019 20:51:13 +0300 Subject: [PATCH] fix dotnet core --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index efbf223..c37542c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -12,7 +12,7 @@ jobs: - name: Setup .NET Core uses: actions/setup-dotnet@v1 with: - dotnet-version: 2.2.6 + dotnet-version: latest - name: Build with dotnet run: dotnet build --configuration Release \ No newline at end of file