From 6befc80589718c9a1e31ce6c906010ad23287f2e Mon Sep 17 00:00:00 2001 From: "Eric J. Smith" Date: Mon, 14 Mar 2022 10:31:39 -0500 Subject: [PATCH] Update build --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ed27f05..6aeedb6 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -12,12 +12,12 @@ jobs: - name: Setup .NET Core uses: actions/setup-dotnet@v1 with: - dotnet-version: 5.0.x + dotnet-version: 6.0.x - name: Build Reason run: "echo ref: ${{github.ref}} event: ${{github.event_name}}" - name: Build Version run: | - dotnet tool install --global minver-cli --version 2.5.0 + dotnet tool install --global minver-cli --version 3.0.0 version=$(minver --tag-prefix v) echo "MINVERVERSIONOVERRIDE=$version" >> $GITHUB_ENV echo "VERSION=$version" >> $GITHUB_ENV