ShadowTheAge / yafc

Powerful Factorio calculator/analyser that works with mods
GNU General Public License v3.0
161 stars 50 forks source link

upgrade project to dotnet core6.0 #183

Closed theunkn0wn1 closed 1 year ago

theunkn0wn1 commented 1 year ago

This PR does a minimal effort upgrade to dotnet core 6.0 . All projects in this repository have had their target platform manually upgraded. I then ran Microsoft's upgrade utility.

Additionally, I allowed nuget to update the project's dependencies to current, which didn't seem to break anything. Dotnet was complaining of a deprecated option in the json serialization, so I applied the quick fix it suggested.

Absent a unit test suite, I ran the newly compiled version of YAFC both on my windows box and my Ubuntu Jammy box, and haven't encountered any obvious issues or crashes.

Closes #182

image