Fix blazor project file

This project is not valid xml and causing https://source.dot.net builds to fail.
This commit is contained in:
Alex Perovich 2019-07-16 11:26:45 -07:00 committed by Ryan Nowak
parent 9f82b7be75
commit cc00df7321
1 changed files with 0 additions and 1 deletions

View File

@ -13,7 +13,6 @@
<PackageReference Include="Microsoft.AspNetCore.Blazor.HttpClient" Version="$(TemplateBlazorPackageVersion)" />
<PackageReference Include="Microsoft.AspNetCore.Blazor.DevServer" Version="$(TemplateBlazorPackageVersion)" PrivateAssets="all" />
</ItemGroup>
</ItemGroup>
<!--#if Hosted -->
<ItemGroup>
<ProjectReference Include="..\Shared\BlazorWasm-CSharp.Shared.csproj" />