Skip to content

Commit

Permalink
chore: Update Profiler NuGet Package Reference to v10.36.0.2 (#2990)
Browse files Browse the repository at this point in the history
chore: Update Profiler NuGet Package Reference to v10.36.0.2.

Co-authored-by: tippmar-nr <[email protected]>
  • Loading branch information
dotnet-agent-team-bot and tippmar-nr authored Feb 12, 2025
1 parent 8a5bd57 commit def168c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Agent/NewRelic/Home/Home.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@
</PropertyGroup>

<Target Name="PostBuild" AfterTargets="PostBuildEvent">
<Exec Condition="'$(NR_DEV_BUILD_HOME)' != 'false'" Command="del /q &quot;$(TargetDir)*.*&quot;" />
<Exec Condition="'$(NR_DEV_BUILD_HOME)' != 'false'" WorkingDirectory="$(SolutionDir)Build" Command="powershell.exe -ExecutionPolicy Bypass -NoProfile -NonInteractive -File .\build_home.ps1 -Configuration $(ConfigurationName)" />
<Exec Condition="'$(NR_DEV_BUILD_HOME)' != 'false'" Command="del /q &quot;$(TargetDir)*.*&quot;"/>
<Exec Condition="'$(NR_DEV_BUILD_HOME)' != 'false'" WorkingDirectory="$(SolutionDir)Build" Command="powershell.exe -ExecutionPolicy Bypass -NoProfile -NonInteractive -File .\build_home.ps1 -Configuration $(ConfigurationName)"/>
</Target>

<ItemGroup>
<PackageReference Include="NewRelic.Agent.Internal.Profiler" Version="10.34.0.14"/>
<PackageReference Include="NewRelic.Agent.Internal.Profiler" Version="10.36.0.2"/>
</ItemGroup>

</Project>

0 comments on commit def168c

Please sign in to comment.