lastunicorn / ConsoleTools

A set of tools and "controls" for the .net Console.
GNU General Public License v3.0
73 stars 5 forks source link

Make a .net standard release #38

Closed waterfoul closed 5 years ago

waterfoul commented 5 years ago

Feature request

Description

If you build targeting .net standard you will support .net framework and .net core in one build. See https://docs.microsoft.com/en-us/dotnet/standard/net-standard

Version (Library version that you are using)

0.5.1

lastunicorn commented 5 years ago

I'll give it a try.

lastunicorn commented 5 years ago

I investigated your idea these days.

My intention is to target also .Net Framework 4.5.2 and .Net Standard is lacking some classes, but I found another approach. I will recreate the ConsoleTools project in .Net Core. The new format of the csproj file is supporting multitarget. I will compile for both .Net Framework and .Net Core.

A new release will be released soon.