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 using NuGet package AsyncAPI.NET.Readers version 4.1.0 within a project that has strong name I get following errors:
1>CSC : error CS8002: Referenced assembly 'LEGO.AsyncAPI, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null' does not have a strong name.
1>CSC : error CS8002: Referenced assembly 'LEGO.AsyncAPI.Readers, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null' does not have a strong name.
Can you please publish nuget packages with strong name (signed)?
The text was updated successfully, but these errors were encountered:
When using NuGet package AsyncAPI.NET.Readers version 4.1.0 within a project that has strong name I get following errors:
1>CSC : error CS8002: Referenced assembly 'LEGO.AsyncAPI, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null' does not have a strong name.
1>CSC : error CS8002: Referenced assembly 'LEGO.AsyncAPI.Readers, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null' does not have a strong name.
Can you please publish nuget packages with strong name (signed)?
The text was updated successfully, but these errors were encountered: