CharsetDetector / UTF-unknown

Character set detector build in C# - .NET 5+, .NET Core 2+, .NET standard 1+ & .NET 4+
307 stars 46 forks source link

Add .NET Framework Targeting Pack Nuget Packages #115

Closed rstm-sf closed 3 years ago

rstm-sf commented 4 years ago

Hello!

Add .NET Framework Targeting Pack Nuget Packages

These packages enable building .NET Framework projects on any machine with at least MSBuild or the .NET Core SDK installed.

The following scenarios and benefits are enabled for .NET Framework projects:

  • Build without requiring admin operations to install pre-requisites such as Visual Studio or .NET Framework targeting packs.
  • Build libraries on any operating system supported by the .NET Core SDK.
  • Build Mono-based projects.

https://github.com/microsoft/dotnet/blob/master/releases/reference-assemblies/README.md#net-framework-targeting-pack-nuget-packages

rstm-sf commented 3 years ago

For .NET5 SDK this is no longer necessary. It does it automatically

304NotModified commented 3 years ago

Hey should we merge this one or close it?

I like to release 2.4 soon

rstm-sf commented 3 years ago

I think it is not actual anymore (see this). The only thing that 3.1 is LTS ... but before, we would have done without it :)