fholger / RocksmithToTab

Exports Rocksmith 2014 songs to Guitar Pro tabs
http://www.rocksmithtotab.de
BSD 2-Clause "Simplified" License
211 stars 36 forks source link

.NET Runtime (and other dependencies) update #50

Open csjall opened 9 months ago

csjall commented 9 months ago

I recently discovered this utility and I love it. I had some issues with the .NET runtime. The utility was throwing exceptions because I did not have .NET 4.0 installed. I downloaded the project and updated the solution to build with .NET 4.8 and was able to run it without issue. This project has been largely unchanged since you started the source code. Have you considered updating the dependencies? Right now it is using older version of .NET runtime, NewtonSoft, RocksmithToolkitLib, and other dependencies. I started updating dependencies in a local branch, but I wanted to check if you have started anything on your side before I get too far.