Skip to content

Commit

Permalink
Merge pull request #11 from nvborisenko/develop
Browse files Browse the repository at this point in the history
Release preparation
  • Loading branch information
nvborisenko authored Aug 5, 2020
2 parents 939c5cb + 863a44c commit 4ab7297
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
Binary file modified Logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="ReportPortal.Shared" Version="3.0.0-beta.2" />
<PackageReference Include="ReportPortal.Shared" Version="3.0.0" />
<PackageReference Include="System.Reflection.Metadata" Version="1.8.0" />
</ItemGroup>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,11 @@

<ItemGroup>
<PackageReference Include="nunit" Version="3.12.0" />
<PackageReference Include="NUnit3TestAdapter" Version="3.14.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.9.0" />
<PackageReference Include="NUnit3TestAdapter" Version="3.17.0">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.6.1" />
</ItemGroup>

<ItemGroup Condition="'$(DebugType)'=='embedded' or '$(DebugType)'=='portable'">
Expand Down

0 comments on commit 4ab7297

Please sign in to comment.