Commit Graph

6 Commits

Author SHA1 Message Date
punker76
d1e3dec5a1 Simplify project files 2020-11-23 11:49:44 +01:00
Robin Krom
9e86ac77d3 Added .NET 5.0 and restructured the repository. (#47) 2020-11-22 22:04:27 +01:00
Robin Krom
2601f9d525 Added strong naming and fixed a dependency (#34)
* Added strong naming for the .NET Framework 4.x dlls as was discussed in #3. Strong naming doesn't help for security but it's sometimes needed as companies want to build strongly named assemblies themselves, and these can only use other strong named assembly. The general way to do this, is to sign the assembly with a public known snk file (Which is in the repository) so it's strongly named but without negative side effects.
* Fixed a tricky issue with .resx files, concerns GenerateResourceUsePreserializedResources and dependencies.
* Fixed the copyright years.
* Fixed an issue with SystemInfo, somehow the DpiFactorX/DpiFactorY weren't initialized.
* As net45 doesn't build with "dotnet build", we need to use msbuild instead.
* Removing unneeded packages for net4x
* msbuild needs nuget restore before the build to work
* Make sure that PRs don't push the packages to the nuget feed (will fail anyway)
2020-08-05 13:47:07 +02:00
Robin Krom
7ab5a58c2a Fixed a warning about using the icon link for the nuget package, so we now use an icon.png
Updated the build to use the most current dotnet core and also the nerdbank gitversion.
2020-05-06 20:42:03 +02:00
Robin Krom
5cf8a4d422 Removed some warnings, and added dotnet core 3.1 support 2020-01-29 10:03:44 +01:00
Robin Krom
3d3bb142e2 Migrated the project to dotnet core 3.0 2019-09-25 23:30:41 +02:00