11 lines
309 B
XML
11 lines
309 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<TargetFramework>netcoreapp2.0</TargetFramework>
|
|
</PropertyGroup>
|
|
|
|
<!-- In real apps, the following items would come from the Microsoft.Blazor package -->
|
|
<Import Project="..\..\src\Microsoft.Blazor.BuildTools\BlazorBuild.targets" />
|
|
|
|
</Project>
|