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

BrowserDebugHost.csproj « BrowserDebugHost « wasm « sdks - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: f1765749813c14a242f3086e7432c5655b8fb8f3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<Project Sdk="Microsoft.NET.Sdk.Web">

  <PropertyGroup>
    <TargetFramework>netcoreapp3.0</TargetFramework>
  </PropertyGroup>

  <ItemGroup>
    <Folder Include="wwwroot\" />
  </ItemGroup>

  <ItemGroup>
    <ProjectReference Include="..\BrowserDebugProxy\BrowserDebugProxy.csproj" />
  </ItemGroup>

</Project>