MASSIVELY cleaned up package dependencies.

Stopped using Costura.Fody 5.0.0+ versions since they force an obnoxious amount of package dependencies. Project should be a lot more light-weight now.
This commit is contained in:
Max
2021-11-18 12:03:22 -06:00
parent 041ea0e5ba
commit 558ed05d1b
9 changed files with 113 additions and 455 deletions

View File

@ -6,7 +6,7 @@ using System.Runtime.InteropServices;
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("Roblox File Format")]
[assembly: AssemblyDescription("Implementation of Roblox's File Format in C# for .NET 4.0")]
[assembly: AssemblyDescription("Implementation of Roblox's File Format in C# for .NET 4.7.2")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Written by MaximumADHD")]
[assembly: AssemblyProduct("Roblox File Format")]