I have a dotnet core project I would like to package as a snap.
However following the "Create your first snap" tutorial and using the dotnet plugin leads to the following error:
The plugin used by part 'my-part' does not support snaps using base 'core18'
What are my options here, am I somehow targeting the wrong version?
Is the dotnet plugin out of date or not supported?
Should I use a different plugin like dump to use already built binaries?