Update project references to include .csproj files instead of .proj files (#1524)
This commit is contained in:
@@ -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>
|
||||||
|
|
||||||
Reference in New Issue
Block a user