Skip to content

Commit 88dfdb9

Browse files
committed
Workflow update to .Net 9
1 parent 1f45039 commit 88dfdb9

12 files changed

+12
-12
lines changed

.github/workflows/manual_publish-mzbase-domain.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Setup .NET
1515
uses: actions/setup-dotnet@v1
1616
with:
17-
dotnet-version: '8.0.x'
17+
dotnet-version: '9.0.x'
1818

1919
- name: Restore dependencies
2020
run: dotnet restore MZBase.Domain/MZBase.Domain.csproj

.github/workflows/manual_publish-mzbase-entityframeworkcore-sql.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Setup .NET
1515
uses: actions/setup-dotnet@v1
1616
with:
17-
dotnet-version: '8.0.x'
17+
dotnet-version: '9.0.x'
1818

1919
- name: Restore dependencies
2020
run: dotnet restore MZBase.EntityFrameworkCore.Sql/MZBase.EntityFrameworkCore.Sql.csproj

.github/workflows/manual_publish-mzbase-entityframeworkcore.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Setup .NET
1515
uses: actions/setup-dotnet@v1
1616
with:
17-
dotnet-version: '8.0.x'
17+
dotnet-version: '9.0.x'
1818

1919
- name: Restore dependencies
2020
run: dotnet restore MZBase.EntityFrameworkCore/MZBase.EntityFrameworkCore.csproj

.github/workflows/manual_publish-mzbase-infrastructure.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Setup .NET
1515
uses: actions/setup-dotnet@v1
1616
with:
17-
dotnet-version: '8.0.x'
17+
dotnet-version: '9.0.x'
1818

1919
- name: Restore dependencies
2020
run: dotnet restore MZBase.Infrastructure/MZBase.Infrastructure.csproj

.github/workflows/manual_publish-mzbase-microservice.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Setup .NET
1515
uses: actions/setup-dotnet@v1
1616
with:
17-
dotnet-version: '8.0.x'
17+
dotnet-version: '9.0.x'
1818

1919
- name: Restore dependencies
2020
run: dotnet restore MZBase.Microservices/MZBase.Microservices.csproj

.github/workflows/manual_publish-mzbase-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Setup .NET
1515
uses: actions/setup-dotnet@v1
1616
with:
17-
dotnet-version: '8.0.x'
17+
dotnet-version: '9.0.x'
1818

1919
- name: Restore dependencies
2020
run: dotnet restore MZBase.Test/MZBase.Test.csproj

.github/workflows/publish-mzbase-domain.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Setup .NET
1919
uses: actions/setup-dotnet@v1
2020
with:
21-
dotnet-version: '8.0.x'
21+
dotnet-version: '9.0.x'
2222

2323
- name: Restore dependencies
2424
run: dotnet restore MZBase.Domain/MZBase.Domain.csproj

.github/workflows/publish-mzbase-entityframeworkcore-sql.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Setup .NET
1919
uses: actions/setup-dotnet@v1
2020
with:
21-
dotnet-version: '8.0.x'
21+
dotnet-version: '9.0.x'
2222

2323
- name: Restore dependencies
2424
run: dotnet restore MZBase.EntityFrameworkCore.Sql/MZBase.EntityFrameworkCore.Sql.csproj

.github/workflows/publish-mzbase-entityframeworkcore.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Setup .NET
1919
uses: actions/setup-dotnet@v1
2020
with:
21-
dotnet-version: '8.0.x'
21+
dotnet-version: '9.0.x'
2222

2323
- name: Restore dependencies
2424
run: dotnet restore MZBase.EntityFrameworkCore/MZBase.EntityFrameworkCore.csproj

.github/workflows/publish-mzbase-infrastructure.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Setup .NET
1919
uses: actions/setup-dotnet@v1
2020
with:
21-
dotnet-version: '8.0.x'
21+
dotnet-version: '9.0.x'
2222

2323
- name: Restore dependencies
2424
run: dotnet restore MZBase.Infrastructure/MZBase.Infrastructure.csproj

0 commit comments

Comments
 (0)