Skip to content

Commit 6befc80

Browse files
committed
Update build
1 parent ceef9b1 commit 6befc80

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@ jobs:
1212
- name: Setup .NET Core
1313
uses: actions/setup-dotnet@v1
1414
with:
15-
dotnet-version: 5.0.x
15+
dotnet-version: 6.0.x
1616
- name: Build Reason
1717
run: "echo ref: ${{github.ref}} event: ${{github.event_name}}"
1818
- name: Build Version
1919
run: |
20-
dotnet tool install --global minver-cli --version 2.5.0
20+
dotnet tool install --global minver-cli --version 3.0.0
2121
version=$(minver --tag-prefix v)
2222
echo "MINVERVERSIONOVERRIDE=$version" >> $GITHUB_ENV
2323
echo "VERSION=$version" >> $GITHUB_ENV

0 commit comments

Comments
 (0)