Fix blazor project file
This project is not valid xml and causing https://source.dot.net builds to fail.
This commit is contained in:
parent
9f82b7be75
commit
cc00df7321
|
|
@ -13,7 +13,6 @@
|
||||||
<PackageReference Include="Microsoft.AspNetCore.Blazor.HttpClient" Version="$(TemplateBlazorPackageVersion)" />
|
<PackageReference Include="Microsoft.AspNetCore.Blazor.HttpClient" Version="$(TemplateBlazorPackageVersion)" />
|
||||||
<PackageReference Include="Microsoft.AspNetCore.Blazor.DevServer" Version="$(TemplateBlazorPackageVersion)" PrivateAssets="all" />
|
<PackageReference Include="Microsoft.AspNetCore.Blazor.DevServer" Version="$(TemplateBlazorPackageVersion)" PrivateAssets="all" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
</ItemGroup>
|
|
||||||
<!--#if Hosted -->
|
<!--#if Hosted -->
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<ProjectReference Include="..\Shared\BlazorWasm-CSharp.Shared.csproj" />
|
<ProjectReference Include="..\Shared\BlazorWasm-CSharp.Shared.csproj" />
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue