Skip to content

Commit c15d79d

Browse files
authored
Update project references to include .csproj files instead of .proj files (#1524)
1 parent ff2809e commit c15d79d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

kubernetes-client.proj

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<Project Sdk="Microsoft.Build.Traversal">
22
<ItemGroup>
33
<ProjectReference Include="src/**/*.csproj" />
4-
<ProjectReference Include="tests/**/*..proj" />
5-
<ProjectReference Include="examples/**/*..proj" />
4+
<ProjectReference Include="tests/**/*.csproj" />
5+
<ProjectReference Include="examples/**/*.csproj" />
66
</ItemGroup>
77
</Project>
88

0 commit comments

Comments
 (0)