I am trying to use the recently-released .NET core with MS Office using the interop assemblies
I\'ve got a minimal project file
The Interop Assemblies are not compatible with .NET Core. You have to use the full framework.
See also this GitHub Issue
If you want to programmatically create Office documents, you might want to take a look at the Office OpenXML SDK.