mono / mono-addins

Mono.Addins is a generic framework for creating extensible applications, and for creating add-ins which extend those applications.
MIT License
163 stars 94 forks source link

Update to new MSBuild format in project files, for Netstandard2.0 #169

Closed mikkeljohnsen closed 2 years ago

mikkeljohnsen commented 3 years ago

Updating project files for the new MSBuild format.

Changing to build for netstandard2.0.

Since netstandard do not af Domains I had to remove that. Also had to change for TypeBuilder. Not sure what that does.

dnfadmin commented 3 years ago

CLA assistant check
All CLA requirements met.

mrward commented 3 years ago

OK - took this branch and added some extra changes on another branch/PR - https://github.com/mono/mono-addins/pull/171 - mainly wanted to get the tests passing. Still some things that I think need looking at. Added as a TODO on the other PR.