We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff2809e commit c15d79dCopy full SHA for c15d79d
kubernetes-client.proj
@@ -1,8 +1,8 @@
1
<Project Sdk="Microsoft.Build.Traversal">
2
<ItemGroup>
3
<ProjectReference Include="src/**/*.csproj" />
4
- <ProjectReference Include="tests/**/*..proj" />
5
- <ProjectReference Include="examples/**/*..proj" />
+ <ProjectReference Include="tests/**/*.csproj" />
+ <ProjectReference Include="examples/**/*.csproj" />
6
</ItemGroup>
7
</Project>
8
0 commit comments