Browse Source

Update OpenIddict.Validatiion.Tests.csproj to run tests on netcoreapp1.0 instead of netcoreapp2.0

pull/670/head
Kévin Chalet 8 years ago
parent
commit
0dc749e5bc
  1. 4
      test/OpenIddict.Validation.Tests/OpenIddict.Validation.Tests.csproj

4
test/OpenIddict.Validation.Tests/OpenIddict.Validation.Tests.csproj

@ -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>

Loading…
Cancel
Save