Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

MusicPlayer with Akka.NET

  1. Restore nuget packages

     dotnet restore
    
  2. Uncomment Test1() but keep comment Test2(), execute application

     dotnet run 
    

    or

     dotnet run -c Release
    
  3. Uncomment Test1() and Test2(), execute application

     dotnet run 
    

    or

     dotnet run -c Release