We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b34ed9 commit 94f5d16Copy full SHA for 94f5d16
.github/workflows/build.yml
@@ -12,12 +12,12 @@ jobs:
12
- name: Setup .NET Core
13
uses: actions/setup-dotnet@v1
14
with:
15
- dotnet-version: 5.0.x
+ dotnet-version: 6.0.x
16
- name: Build Reason
17
run: "echo ref: ${{github.ref}} event: ${{github.event_name}}"
18
- name: Build Version
19
run: |
20
- dotnet tool install --global minver-cli --version 2.5.0
+ dotnet tool install --global minver-cli --version 3.1.0
21
version=$(minver --tag-prefix v)
22
echo "MINVERVERSIONOVERRIDE=$version" >> $GITHUB_ENV
23
- name: Build
0 commit comments