Update project references to include .csproj files instead of .proj files (#1524)

This commit is contained in:
Boshi Lian
2024-02-19 12:20:18 -08:00
committed by GitHub
parent ff2809ef5a
commit c15d79d96d

View File

@@ -1,8 +1,8 @@
<Project Sdk="Microsoft.Build.Traversal"> <Project Sdk="Microsoft.Build.Traversal">
<ItemGroup> <ItemGroup>
<ProjectReference Include="src/**/*.csproj" /> <ProjectReference Include="src/**/*.csproj" />
<ProjectReference Include="tests/**/*..proj" /> <ProjectReference Include="tests/**/*.csproj" />
<ProjectReference Include="examples/**/*..proj" /> <ProjectReference Include="examples/**/*.csproj" />
</ItemGroup> </ItemGroup>
</Project> </Project>