From 2cc313c7062f64c08d77ffc09bb660a526e6fe0f Mon Sep 17 00:00:00 2001 From: lenovo-linux Date: Sun, 25 Aug 2019 20:52:47 +0300 Subject: [PATCH] fix dotnet version --- .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 c37542c..8314ad3 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: latest + dotnet-version: 2.2.108 - name: Build with dotnet run: dotnet build --configuration Release \ No newline at end of file