Skip to content

Commit 4c5bd0a

Browse files
Update main.yml (#190)
Update pipeline to use .NET 8.
1 parent 2d475ae commit 4c5bd0a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Setup .NET
2222
uses: actions/setup-dotnet@v3
2323
with:
24-
dotnet-version: '7.0.x'
24+
dotnet-version: '8.0.x'
2525
dotnet-quality: 'ga'
2626
- name: Build Product and Package
2727
run: dotnet build src/create_package.proj -c ${{ matrix.flavor }}
@@ -51,7 +51,7 @@ jobs:
5151
- name: Setup .NET
5252
uses: actions/setup-dotnet@v3
5353
with:
54-
dotnet-version: '7.0.x'
54+
dotnet-version: '8.0.x'
5555
dotnet-quality: 'ga'
5656
- name: Build Product and Package
5757
run: dotnet build src\create_package.proj -c ${{ matrix.flavor }}
@@ -76,7 +76,7 @@ jobs:
7676
- name: Setup .NET
7777
uses: actions/setup-dotnet@v3
7878
with:
79-
dotnet-version: '7.0.x'
79+
dotnet-version: '8.0.x'
8080
dotnet-quality: 'ga'
8181
- name: Build Product and Package
8282
run: dotnet build src/create_package.proj -c ${{ matrix.flavor }}

0 commit comments

Comments
 (0)