You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When we updated SharpZipLib from version 1.3.3 to 1.4.2 in this PR, we didn't notice that they removed their .NET Framework target and now only have a .NET Standard target. While this works in most .NET Framework settings, it is possible to deploy without netstandard.dll, which results in a runtime failure for our agent.
I have gone through our other dependencies and don't see any other libraries we depend on that have dropped their .NET Framework target.
The text was updated successfully, but these errors were encountered:
When we updated
SharpZipLib
from version 1.3.3 to 1.4.2 in this PR, we didn't notice that they removed their .NET Framework target and now only have a .NET Standard target. While this works in most .NET Framework settings, it is possible to deploy withoutnetstandard.dll
, which results in a runtime failure for our agent.I have gone through our other dependencies and don't see any other libraries we depend on that have dropped their .NET Framework target.
The text was updated successfully, but these errors were encountered: