Skip to content

Commit

Permalink
Use the latest stable shared package
Browse files Browse the repository at this point in the history
  • Loading branch information
nvborisenko committed Mar 17, 2023
1 parent 21c2c8d commit 058ab49
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 @@ -12,7 +12,7 @@
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="NUnit" Version="3.11.0" />
<PackageReference Include="ReportPortal.Shared" Version="3.3.0" />
<PackageReference Include="ReportPortal.Shared" Version="3.4.0" />
</ItemGroup>

</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<PackageReference Include="NUnit.Engine.Api" Version="3.10.0">
<PrivateAssets>all</PrivateAssets>
</PackageReference>
<PackageReference Include="ReportPortal.Shared" Version="3.3.0">
<PackageReference Include="ReportPortal.Shared" Version="3.4.0">
<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.3.0" />
<PackageReference Include="ReportPortal.Shared" Version="3.4.0" />
</ItemGroup>

</Project>

0 comments on commit 058ab49

Please sign in to comment.