13 lines
446 B
XML
13 lines
446 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<Import Project="$(DotNetRestoreSourcePropsPath)" Condition="'$(DotNetRestoreSourcePropsPath)' != ''"/>
|
|
|
|
<PropertyGroup>
|
|
<TargetFramework>netcoreapp2.1</TargetFramework>
|
|
<EnableApiCheck>false</EnableApiCheck>
|
|
<DotnetCliToolTargetFramework>netcoreapp2.1</DotnetCliToolTargetFramework>
|
|
<RestoreSources>$(RestoreSources);$(DotNetRestoreSources);</RestoreSources>
|
|
</PropertyGroup>
|
|
|
|
</Project>
|