Skip to content

Commit

Permalink
Update project references to include .csproj files instead of .proj f…
Browse files Browse the repository at this point in the history
…iles (#1524)
  • Loading branch information
tg123 committed Feb 19, 2024
1 parent ff2809e commit c15d79d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kubernetes-client.proj
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<Project Sdk="Microsoft.Build.Traversal">
<ItemGroup>
<ProjectReference Include="src/**/*.csproj" />
<ProjectReference Include="tests/**/*..proj" />
<ProjectReference Include="examples/**/*..proj" />
<ProjectReference Include="tests/**/*.csproj" />
<ProjectReference Include="examples/**/*.csproj" />
</ItemGroup>
</Project>

0 comments on commit c15d79d

Please sign in to comment.