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
error CS0433: The type 'RetryPolicy' exists in both 'Microsoft.Practices.EnterpriseLibrary.TransientFaultHandling, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' and 'TransientFaultHandling.Core, Version=2.0.0.0, Culture=neutral, PublicKeyToken=dbe58f97a0872a64'
I even updated it to version 3.0 but still fails :
The type 'RetryPolicy' exists in both 'Microsoft.Practices.EnterpriseLibrary.Trans
ientFaultHandling, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' and 'TransientFaultHandling.Core, Version=3.0.0.0, Culture=neutral, PublicKeyToken=
dbe58f97a0872a64'
Hi
When I publish my project with dotnet (Version 6.0.302) it throws error :
>dotnet.exe publish Reader.csproj --configuration Release --runtime win-x64 --output Reader/publish --self-contained true -property:Version=4.0.696
error CS0433: The type 'RetryPolicy' exists in both 'Microsoft.Practices.EnterpriseLibrary.TransientFaultHandling, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' and 'TransientFaultHandling.Core, Version=2.0.0.0, Culture=neutral, PublicKeyToken=dbe58f97a0872a64'
I even updated it to version 3.0 but still fails :
Here is the cproj file :
The text was updated successfully, but these errors were encountered: