-
Notifications
You must be signed in to change notification settings - Fork 13
Description
New projects, even for .NET framework, are written in SDK style instead of MSBuild style. The .NET Upgrade assistant has an item "Convert project to SDK-style" but somehow what I get from that conversion doesn't build a plugin anymore. I was wondering whether you as the author have considered or have the knowledge to convert the project to SDK style.
I write code even for .NET framework often with the help of the IKVM and IKVM.Maven.Sdk projects/Nuget packages, allowing me to pull in Java packages (e.g. Saxon 12 for XSLT 3 or XQuery 3.1 or the XML Schema 1.1 version of Apache Xerces. Unfortunately the IKVM use is only possible with SDK styles projects.
I see that the example dependency project seems to be SDK style, however, perhaps that will already allow me to pull in IKVM, need to investigate that next.
Nevertheless I am opening this issue to ask whether you would know how to convert the main project to SDK style, I am afraid I am lost with the errors or failures (0 built, 0 failed, 1 skipped) VS gives me for rebuilding after using the upgrade assistant for the conversion to SDK style.