|
|
|
@ -1,8 +1,10 @@ |
|
|
|
<Project Sdk="Microsoft.NET.Sdk"> |
|
|
|
<PropertyGroup> |
|
|
|
<TargetFrameworks>netcoreapp1.1</TargetFrameworks> |
|
|
|
<TargetFramework>netcoreapp1.1</TargetFramework> |
|
|
|
<AllowUnsafeBlocks>True</AllowUnsafeBlocks> |
|
|
|
<DebugType Condition="$(codecov) != ''">full</DebugType> |
|
|
|
<DebugType Condition="$(codecov) == ''">portable</DebugType> |
|
|
|
<DebugSymbols>True</DebugSymbols> |
|
|
|
</PropertyGroup> |
|
|
|
<ItemGroup> |
|
|
|
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.0.0" /> |
|
|
|
|