|
|
|
@ -1,8 +1,8 @@ |
|
|
|
<Project Sdk="Microsoft.NET.Sdk"> |
|
|
|
<PropertyGroup> |
|
|
|
<TargetFrameworks>net471;netcoreapp2.0;netcoreapp2.1;net47;net462</TargetFrameworks> |
|
|
|
<TargetFrameworks>net471;netcoreapp2.1;net47;net462</TargetFrameworks> |
|
|
|
<AllowUnsafeBlocks>True</AllowUnsafeBlocks> |
|
|
|
<LangVersion>7.2</LangVersion> |
|
|
|
<LangVersion>7.3</LangVersion> |
|
|
|
<DebugType Condition="$(codecov) != ''">full</DebugType> |
|
|
|
<DebugType Condition="$(codecov) == ''">portable</DebugType> |
|
|
|
<DebugSymbols>True</DebugSymbols> |
|
|
|
|