Skip to content

Commit 9e986c6

Browse files
committed
refactor: remove IValidate.cs from project references in Aot and Classic
1 parent cfae034 commit 9e986c6

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

src/KubernetesClient.Aot/KubernetesClient.Aot.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@
2828
<Compile Include="..\KubernetesClient\Models\IntOrString.cs" />
2929
<Compile Include="..\KubernetesClient\Models\ISpec.cs" />
3030
<Compile Include="..\KubernetesClient\Models\IStatus.cs" />
31-
<Compile Include="..\KubernetesClient\IValidate.cs" />
3231
<Compile Include="..\KubernetesClient\Models\KubernetesEntityAttribute.cs" />
3332
<Compile Include="..\KubernetesClient\Models\KubernetesList.cs" />
3433
<Compile Include="..\KubernetesClient\KubernetesObject.cs" />

src/KubernetesClient.Classic/KubernetesClient.Classic.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@
3030
<Compile Include="..\KubernetesClient\Models\IntOrString.cs" />
3131
<Compile Include="..\KubernetesClient\Models\ISpec.cs" />
3232
<Compile Include="..\KubernetesClient\Models\IStatus.cs" />
33-
<Compile Include="..\KubernetesClient\IValidate.cs" />
3433
<Compile Include="..\KubernetesClient\Models\KubernetesEntityAttribute.cs" />
3534
<Compile Include="..\KubernetesClient\KubernetesJson.cs" />
3635
<Compile Include="..\KubernetesClient\Models\KubernetesList.cs" />

0 commit comments

Comments
 (0)