This commit is contained in:
Boshi Lian
2023-10-09 12:30:47 -07:00
committed by GitHub
parent 4222eb60a1
commit 7b6d1d8cc1
2 changed files with 1 additions and 3 deletions

View File

@@ -33,8 +33,8 @@ jobs:
uses: actions/setup-dotnet@v3 uses: actions/setup-dotnet@v3
with: with:
dotnet-version: | dotnet-version: |
5.0.x
6.0.x 6.0.x
7.0.x
- name: Build - name: Build
run: dotnet build run: dotnet build

View File

@@ -4,8 +4,6 @@
"src": [ "src": [
{ {
"files": [ "files": [
"KubernetesClient.Basic/bin/Debug/netstandard2.0/KubernetesClient.Basic.dll",
"KubernetesClient.Models/bin/Debug/netstandard2.0/KubernetesClient.Models.dll",
"KubernetesClient/KubernetesClient.csproj" "KubernetesClient/KubernetesClient.csproj"
], ],
"src": "../src" "src": "../src"