We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4634356 commit 0873941Copy full SHA for 0873941
src/Agent/NewRelic/Agent/Core/Core.csproj
@@ -55,7 +55,9 @@
55
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
56
</PackageReference>
57
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
58
- <PackageReference Include="SharpZipLib" Version="1.4.2" />
+ <!-- 1.3.3 is the latest package of SharpZipLib that still has a .NET Framework target. Later versions
59
+ only have a .NET Standard target -->
60
+ <PackageReference Include="SharpZipLib" Version="1.3.3" />
61
<PackageReference Include="System.Diagnostics.DiagnosticSource" Version="8.0.1" />
62
</ItemGroup>
63
0 commit comments