microsoft / AMBROSIA

Robust Distributed Programming Made Easy and Efficient
https://microsoft.github.io/AMBROSIA/
Other
419 stars 49 forks source link

NuGet import fails #109

Open sebastianburckhardt opened 4 years ago

sebastianburckhardt commented 4 years ago

I am trying to install the Ambrosia NuGet package into my project, but the install fails saying

NU1701: Package 'AmbrosiaLibCS 1.0.11' was restored using '.NETFramework,Version=v4.6.1' instead of the project target framework '.NETStandard,Version=v2.0'. This package may not be fully compatible with your project.
Package restore failed. Rolling back package changes for 'DurableTask.EventSourced'.

Does that mean I cannot use Ambrosia for a .NETStandard project? What are the supported project types?

darrenge commented 4 years ago

Currently, we support .netframework and .netcore. We are in the process of supporting .NETStandard and should have something out this summer.