MassTransit / GreenPipes

An asynchronous pipe implementation for the Task Parallel Library
Apache License 2.0
47 stars 15 forks source link

Updating project format to VS2017 and updated nuget packages to latest version #3

Closed andymac4182 closed 7 years ago

andymac4182 commented 7 years ago

This is building in VS. I haven't used FAKE before but can check that out as well if that would help.

andymac4182 commented 7 years ago

@phatboyg This seems to be ignoring the appveyor.yml file that specifies VS2017 and the build script. Do you have a setting at your end that can resolve this?

I have the build mostly working on my fork and it builds in VS correctly https://ci.appveyor.com/project/andymac4182/greenpipes/

andymac4182 commented 7 years ago

I have rebased and squashed the commits down. The tests are passing for me and all building ok. This has been rebased on the develop branch hence the change of base branch and extra commits.

phatboyg commented 7 years ago

Dang it's so much less "stuff" with the new csproj format. Looking forward to getting these merged in to unblock MT.