We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b6647f commit a84c13fCopy full SHA for a84c13f
examples/Operator/Operator.csproj
@@ -2,7 +2,7 @@
2
3
<PropertyGroup>
4
<OutputType>Exe</OutputType>
5
- <TargetFramework>net7.0</TargetFramework>
+ <TargetFramework>net8.0</TargetFramework>
6
<ImplicitUsings>enable</ImplicitUsings>
7
<Nullable>enable</Nullable>
8
<IsPackable>false</IsPackable>
examples/WebhookOperator/WebhookOperator.csproj
@@ -1,7 +1,7 @@
1
<Project Sdk="Microsoft.NET.Sdk.Web">
<!-- <KubeOpsCli>dotnet run --project ../../src/KubeOps.Cli/ -- </KubeOpsCli>-->
0 commit comments