avadev / AvaTax-REST-V2-DotNet-SDK

AvaTax v2 SDK for languages using the Dot Net Framework
Apache License 2.0
28 stars 37 forks source link

Nuget package is invalid with transient netstandard usage #232

Closed DevrajKapdi closed 1 year ago

DevrajKapdi commented 1 year ago

Hi, ref. to this https://github.com/avadev/AvaTax-REST-V2-DotNet-SDK/issues/133
we encountering the same problem, I added the Avatax Nuget package to both the projects .netstandard 2.0 and .Net framework 4.8 it throwing error as below, m using Avalara.AvaTax 23.7.0 in both projects

could not load file or assembly 'Avalara.AvaTax.RestClient, Version=0.0.0.0, Culture=neutral, PublicKeyToken=be94eb8ba37fd33c' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)

DevrajKapdi commented 1 year ago

please note after adding .netstandard 2.0 project please add true tag to PropertyGroup in .csproj