Skip to content

Commit 4ba3fd5

Browse files
committed
update builds to run in .net 8
1 parent 0953b87 commit 4ba3fd5

16 files changed

+16
-19
lines changed

.github/workflows/publish-e.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Setup .NET Core
1818
uses: actions/setup-dotnet@v2
1919
with:
20-
dotnet-version: 6.0.x
20+
dotnet-version: 8.0.x
2121
# Publish
2222
- name: publish json-e
2323
id: publish_e

.github/workflows/publish-logic.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Setup .NET Core
1818
uses: actions/setup-dotnet@v2
1919
with:
20-
dotnet-version: 6.0.x
20+
dotnet-version: 8.0.x
2121
# Publish
2222
- name: publish logic
2323
id: publish_logic

.github/workflows/publish-more.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Setup .NET Core
1818
uses: actions/setup-dotnet@v2
1919
with:
20-
dotnet-version: 6.0.x
20+
dotnet-version: 8.0.x
2121
# Publish
2222
- name: publish more
2323
id: publish_more

.github/workflows/publish-patch.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Setup .NET Core
1818
uses: actions/setup-dotnet@v2
1919
with:
20-
dotnet-version: 6.0.x
20+
dotnet-version: 8.0.x
2121
# Publish
2222
- name: publish patch
2323
id: publish_patch

.github/workflows/publish-path.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Setup .NET Core
1818
uses: actions/setup-dotnet@v2
1919
with:
20-
dotnet-version: 6.0.x
20+
dotnet-version: 8.0.x
2121
# Publish
2222
- name: publish path
2323
id: publish_path

.github/workflows/publish-pointer.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Setup .NET Core
1818
uses: actions/setup-dotnet@v2
1919
with:
20-
dotnet-version: 6.0.x
20+
dotnet-version: 8.0.x
2121
# Publish
2222
- name: publish pointer
2323
id: publish_pointer

.github/workflows/publish-schema-array-ext.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Setup .NET Core
1818
uses: actions/setup-dotnet@v2
1919
with:
20-
dotnet-version: 6.0.x
20+
dotnet-version: 8.0.x
2121
# Publish
2222
- name: publish schema array ext
2323
id: publish_schema_array_ext

.github/workflows/publish-schema-codegen.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Setup .NET Core
1818
uses: actions/setup-dotnet@v2
1919
with:
20-
dotnet-version: 6.0.x
20+
dotnet-version: 8.0.x
2121
# Publish
2222
- name: publish schema code generation
2323
id: publish_schema_codegeneration

.github/workflows/publish-schema-data.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Setup .NET Core
1818
uses: actions/setup-dotnet@v2
1919
with:
20-
dotnet-version: 6.0.x
20+
dotnet-version: 8.0.x
2121
# Publish
2222
- name: publish schema data
2323
id: publish_schema_data

.github/workflows/publish-schema-datagen.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Setup .NET Core
1818
uses: actions/setup-dotnet@v2
1919
with:
20-
dotnet-version: 6.0.x
20+
dotnet-version: 8.0.x
2121
# Publish
2222
- name: publish schema data generation
2323
id: publish_schema_datageneration

0 commit comments

Comments
 (0)