Skip to content

Commit 598020e

Browse files
committed
Updated build version number to 6.0.0 due to removal of .NET 4.0, 4.5, 4.5.2, 4.6 and 4.6.2
1 parent 2c3ceaa commit 598020e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/dotnetcore.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ name: Build Core Framework
33
on: [push]
44

55
env:
6-
nuGetVersionNumber: 5.3.0
7-
nuGetFullVersionNumber: 5.3.0.${{ github.run_number }}
6+
nuGetVersionNumber: 6.0.0
7+
nuGetFullVersionNumber: 6.0.0.${{ github.run_number }}
88

99
jobs:
1010
build:

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ on:
66
workflow_dispatch:
77

88
env:
9-
nuGetVersionNumber: 5.3.0
10-
nuGetFullVersionNumber: 5.3.0.${{ github.run_number }}
9+
nuGetVersionNumber: 6.0.0
10+
nuGetFullVersionNumber: 6.0.0.${{ github.run_number }}
1111

1212
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
1313
jobs:

0 commit comments

Comments
 (0)