Skip to content

Commit

Permalink
Fix a reference to the client project
Browse files Browse the repository at this point in the history
  • Loading branch information
nvborisenko committed Feb 12, 2024
1 parent eabe2b4 commit 3b75265
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions src/ReportPortal.Shared/ReportPortal.Shared.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -19,23 +19,28 @@
<PropertyGroup>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="GitVersion.MsBuild" Version="5.12.0">
<PrivateAssets>all</PrivateAssets>
</PackageReference>
<PackageReference Include="ReportPortal.Client" Version="3.4.1">
<PrivateAssets>contentfiles;analyzers;</PrivateAssets>
</PackageReference>
</ItemGroup>

<ItemGroup Condition=" '$(TargetFramework)' == 'net462'">
<Reference Include="System.Net.Http" />
</ItemGroup>

<ItemGroup>
<None Include="Build\**\*.targets" Pack="true" PackagePath="build\" />
<None Include="Build\**\*.props" Pack="true" PackagePath="build\" />

<None Include="..\..\Logo.png" Pack="true" PackagePath="\" Visible="false" />
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\ReportPortal.Client\ReportPortal.Client.csproj" />
</ItemGroup>

<Target Name="GeneratePackageReleaseNotes" DependsOnTargets="GetVersion" BeforeTargets="GenerateNuspec">
<PropertyGroup>
<PackageReleaseNotes>Please see $(RepositoryUrl)/releases/tag/$(GitVersion_FullSemVer) what is new in this version.</PackageReleaseNotes>
Expand Down

0 comments on commit 3b75265

Please sign in to comment.