Skip to content

Commit

Permalink
Use shared beta 4
Browse files Browse the repository at this point in the history
  • Loading branch information
nvborisenko committed Jul 8, 2020
1 parent 1fea8c2 commit 69a9441
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<ItemGroup>
<PackageReference Include="NUnit" Version="3.11.0" />
<PackageReference Include="ReportPortal.Shared" Version="3.0.0-commands.1" />
<PackageReference Include="ReportPortal.Shared" Version="3.0.0-beta.4" />
</ItemGroup>

</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<PackageReference Include="NUnit.Engine.Api" Version="3.10.0">
<PrivateAssets>all</PrivateAssets>
</PackageReference>
<PackageReference Include="ReportPortal.Shared" Version="3.0.0-commands.1">
<PackageReference Include="ReportPortal.Shared" Version="3.0.0-beta.4">
<PrivateAssets>contentfiles; analyzers;</PrivateAssets>
</PackageReference>
</ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

<ItemGroup>
<PackageReference Include="nunit" Version="3.12.0" />
<PackageReference Include="ReportPortal.Shared" Version="3.0.0-commands.1" />
<PackageReference Include="ReportPortal.Shared" Version="3.0.0-beta.4" />
</ItemGroup>

</Project>

0 comments on commit 69a9441

Please sign in to comment.