Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
jamesjohnmcguire opened this issue Nov 25, 2021 · 2 comments
Open
Milestone

Comments

@jamesjohnmcguire
Copy link
Contributor

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
Copy link
Member

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
Copy link
Collaborator

rstm-sf commented Nov 25, 2021

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants