elucidsoft / dotnet-stellar-sdk

Stellar API SDK for .NET 6.x
Apache License 2.0
116 stars 54 forks source link

Fix nuget package to not include stellar-dotnet-sdk and stellar-dotnetstandard-sdk at the same time #129

Closed ORuban closed 5 years ago

ORuban commented 5 years ago

Problem Nuget package for .NETStandard contains both stellar-dotnet-sdk and stellar-dotnetstandard-sdk assemblies and so compiler doesn't know what to use.

To Reproduce

After that, build fails with the following error: The type '<TypeName>' exists in both 'stellar-dotnet-sdk, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null' and 'stellar-dotnetstandard-sdk, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null'

elucidsoft commented 5 years ago

A new nuget package has been release 2.1-beta3 that resolves this...