MerlinofMines / EasyCommands

Github Repository for Ingame Scripts built by MerlinofMines. Uses MDK to Deploy to SpaceEngineerse
GNU General Public License v3.0
8 stars 3 forks source link

Migrate packages.config to PackageReferences #129

Closed MerlinofMines closed 2 years ago

MerlinofMines commented 2 years ago

This pull request is to simplify the project setup by migrating to PackageReferences instead of packages.config, so that VisualStudio will auto restore dependencies when building so that nuget packages don't have to be manually downloaded during setup. It also moves the nuget package library to a local directory (lib/nuget) so that Github Actions continues to work correctly