We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c3ceaa commit 598020eCopy full SHA for 598020e
.github/workflows/dotnetcore.yml
@@ -3,8 +3,8 @@ name: Build Core Framework
3
on: [push]
4
5
env:
6
- nuGetVersionNumber: 5.3.0
7
- nuGetFullVersionNumber: 5.3.0.${{ github.run_number }}
+ nuGetVersionNumber: 6.0.0
+ nuGetFullVersionNumber: 6.0.0.${{ github.run_number }}
8
9
jobs:
10
build:
.github/workflows/publish.yml
@@ -6,8 +6,8 @@ on:
workflow_dispatch:
11
12
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
13
0 commit comments