Skip to content

Commit

Permalink
feat: add .net8 and allow .net6 in generator (#670)
Browse files Browse the repository at this point in the history
This references #641.
This closes #659.
This fixes #633.
  • Loading branch information
buehler committed Nov 23, 2023
1 parent b39ae58 commit 6b6647f
Show file tree
Hide file tree
Showing 29 changed files with 44 additions and 1,440 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet-release.yml
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Setup .NET
uses: actions/setup-dotnet@v3
with:
dotnet-version: 7.x
dotnet-version: 8.x

- name: Semantic Release
uses: cycjimmy/semantic-release-action@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dotnet-test.yml
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Setup .NET
uses: actions/setup-dotnet@v3
with:
dotnet-version: 7.x
dotnet-version: 8.x

- name: Create Kubernetes Cluster
uses: helm/kind-action@v1.8.0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/gh-pages.yml
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Setup .NET
uses: actions/setup-dotnet@v3
with:
dotnet-version: 7.x
dotnet-version: 8.x

- run: dotnet tool restore

Expand Down
9 changes: 2 additions & 7 deletions .github/workflows/security-analysis.yml
Expand Up @@ -17,23 +17,18 @@ jobs:
name: Analyze
runs-on: ubuntu-latest

strategy:
fail-fast: false
matrix:
language: ["csharp"]

steps:
- uses: actions/checkout@v3

- name: Initialize CodeQL
uses: github/codeql-action/init@v2
with:
languages: ${{ matrix.language }}
languages: csharp

- name: Setup .NET
uses: actions/setup-dotnet@v3
with:
dotnet-version: 7.x
dotnet-version: 8.x

- name: Build
run: dotnet build --configuration Release
Expand Down
13 changes: 0 additions & 13 deletions _old/config/CodeAnalysis.targets

This file was deleted.

46 changes: 0 additions & 46 deletions _old/config/Common.targets

This file was deleted.

27 changes: 0 additions & 27 deletions _old/config/CommonTests.targets

This file was deleted.

11 changes: 0 additions & 11 deletions _old/config/stylecop.json

This file was deleted.

209 changes: 0 additions & 209 deletions _old/tests/KubeOps.Test/Operator/Caching/ResourceCache.Test.cs

This file was deleted.

0 comments on commit 6b6647f

Please sign in to comment.