Welcome to mirror list, hosted at ThFree Co, Russian Federation.

Microsoft.AspNetCore.Blazor.E2EPerformance.csproj « Microsoft.AspNetCore.Blazor.E2EPerformance « wasm - github.com/mono/illinker-test-assets.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: a488d15a5791af2945d37bfb5c4b5c6284f864b4 (plain)
1
2
3
4
5
6
7
8
9
10
11
<Project Sdk="Microsoft.NET.Sdk.Web">

  <PropertyGroup>
    <TargetFramework>netstandard2.0</TargetFramework>
    <ReferenceBlazorBuildLocally>true</ReferenceBlazorBuildLocally>
  </PropertyGroup>

  <ItemGroup>
    <Reference Include="Microsoft.AspNetCore.Blazor" />
  </ItemGroup>
</Project>