I am writing a C# Console Application in .NET Core and would like to add a .wav or .mp3 file to my Solution and have it playing in the background while my application is running.
I have tried NAudio and System.Media doesn't seem to be available in .NET Core.