Skip to content

Commit c6ea6fa

Browse files
author
Adrian Hall
committed
(#193) github actions version change.
1 parent 499c28a commit c6ea6fa

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/build-library.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@ on:
1212
workflow_dispatch:
1313

1414
env:
15-
DOTNET_VERSION: '8.0.x'
15+
DOTNET_VERSION: '9.0.x'
1616
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: 1
1717
DOTNET_NOLOGO: true
1818
DOTNET_CONFIGURATION: 'Release'
1919
NuGetDirectory: ${{ github.workspace }}/nuget
2020
SolutionFile: 'Datasync Solution.sln'
21-
BASE_VERSION: '8.0.0'
21+
BASE_VERSION: '9.0.0'
2222

2323
permissions:
2424
pull-requests: write

.github/workflows/build-template.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@ on:
1212
workflow_dispatch:
1313

1414
env:
15-
DOTNET_VERSION: '8.0.x'
15+
DOTNET_VERSION: '9.0.x'
1616
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: 1
1717
DOTNET_NOLOGO: true
1818
DOTNET_CONFIGURATION: 'Release'
1919
NuGetDirectory: ${{ github.workspace }}/nuget
2020
SolutionFile: 'Datasync Solution.sln'
21-
BASE_VERSION: '8.0.0'
21+
BASE_VERSION: '9.0.0'
2222

2323
permissions:
2424
pull-requests: write

0 commit comments

Comments
 (0)