|
|
@@ -10,6 +10,8 @@
|
|
|
|
|
|
<!-- Resx generation on Resources.resx only -->
|
|
|
<GenerateResxSource>false</GenerateResxSource>
|
|
|
+
|
|
|
+ <FixupWebAssemblyHttpHandlerReference>true</FixupWebAssemblyHttpHandlerReference>
|
|
|
</PropertyGroup>
|
|
|
|
|
|
<ItemGroup>
|
|
|
@@ -19,9 +21,6 @@
|
|
|
<Reference Include="Microsoft.AspNetCore.Components.Authorization" />
|
|
|
<Reference Include="Microsoft.AspNetCore.Components.DataAnnotations.Validation" />
|
|
|
<Reference Include="Microsoft.Extensions.Logging.Configuration" />
|
|
|
- <ProjectReference
|
|
|
- Include="..\..\..\WebAssembly\WebAssemblyHttpHandler\src\Microsoft.AspNetCore.Components.WebAssembly.HttpHandler.csproj"
|
|
|
- CopyLocal="false" />
|
|
|
</ItemGroup>
|
|
|
|
|
|
<ItemGroup>
|
|
|
@@ -32,17 +31,4 @@
|
|
|
<EmbeddedResource Update="Resources.resx" GenerateSource="true" />
|
|
|
</ItemGroup>
|
|
|
|
|
|
- <Target Name="_FixupRefAssembly" AfterTargets="_ResolveBlazorInputs" BeforeTargets="_ResolveBlazorOutputs">
|
|
|
- <!--
|
|
|
- ProjectReference doesn't really play well with IncludeAssets behavior you get when referencing
|
|
|
- the package with IncludeAssets="compile".
|
|
|
- -->
|
|
|
- <ItemGroup>
|
|
|
- <_HttpHandlerAssembly Include="@(_BlazorUserRuntimeAssembly)"
|
|
|
- Condition="%(_BlazorUserRuntimeAssembly.ProjectReferenceOriginalItemSpec) == '..\..\..\WebAssembly\WebAssemblyHttpHandler\src\Microsoft.AspNetCore.Components.WebAssembly.HttpHandler.csproj'" />
|
|
|
-
|
|
|
- <_BlazorUserRuntimeAssembly Remove="@(_HttpHandlerAssembly)" />
|
|
|
- </ItemGroup>
|
|
|
- </Target>
|
|
|
-
|
|
|
</Project>
|