|
|
|
@ -3,8 +3,8 @@ |
|
|
|
<Import Project="..\..\build\tests.props" /> |
|
|
|
|
|
|
|
<PropertyGroup> |
|
|
|
<TargetFrameworks>netcoreapp2.0;net461</TargetFrameworks> |
|
|
|
<TargetFrameworks Condition=" '$(OS)' != 'Windows_NT' ">netcoreapp2.0</TargetFrameworks> |
|
|
|
<TargetFrameworks>netcoreapp1.0;net452</TargetFrameworks> |
|
|
|
<TargetFrameworks Condition=" '$(OS)' != 'Windows_NT' ">netcoreapp1.0</TargetFrameworks> |
|
|
|
</PropertyGroup> |
|
|
|
|
|
|
|
<ItemGroup> |
|
|
|
|