Skip to content

Commit

Permalink
Downgrade Microsoft.NET.Test.Sdk dependency to make Jenkins happy (#494)
Browse files Browse the repository at this point in the history
* Downgrade Microsoft.NET.Test.Sdk dependency to make it work on jenkins/.net core2.0.

* Minor change to trigger Travis.
  • Loading branch information
laura-rodriguez authored Jul 21, 2021
1 parent d6968e3 commit 72b9f5a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/Okta.Sdk.UnitTests/Okta.Sdk.UnitTests.csproj
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFrameworks>netcoreapp2.0;netcoreapp3.1;net5.0</TargetFrameworks>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="FluentAssertions" Version="5.10.3" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.10.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.9.2" />
<PackageReference Include="NSubstitute" Version="4.2.2" />
<PackageReference Include="xunit" Version="2.3.1" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.3.1">
Expand Down

0 comments on commit 72b9f5a

Please sign in to comment.