[csharp] Added .net8 (#17075)

* added .net8

* change .net version in the github action

* upgrade manual sample
This commit is contained in:
devhl-labs
2023-11-15 02:35:02 -05:00
committed by GitHub
parent a460b7ea87
commit dd4143b75e
30 changed files with 91 additions and 70 deletions

View File

@@ -45,7 +45,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-dotnet@v3.2.0
with:
dotnet-version: '7.0.x'
dotnet-version: '8.0.x'
- name: Build
working-directory: ${{ matrix.sample }}
run: dotnet build Org.OpenAPITools.sln