CharsetDetector / UTF-unknown

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

Warning The target framework 'netcoreapp3.0' is out of support #135

Open jamesjohnmcguire opened 2 years ago

jamesjohnmcguire commented 2 years ago

I'm getting the following msbuild warning:

Warning NETSDK1138 The target framework 'netcoreapp3.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.

From the targets file: C:\Program Files\dotnet\sdk\6.0.100\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.EolTargetFrameworks.targets

I was alos getting this with doetnet\sdk\5.0

I've changed my local forked copy to netcoreapp3.1 in . Compiles just fine and the warning goes away.

304NotModified commented 2 years ago

As end user you could of course use .net core 3.1 etc. (Also without fork)

But we will update the platform here in the future.

rstm-sf commented 2 years ago

It seems to me that it will be easier to disable this warning :)