-
Notifications
You must be signed in to change notification settings - Fork 552
Add a way to disable .NET Core 2.1 warning #251
Copy link
Copy link
Closed
Labels
feature requestNew feature or request to improve the current logicNew feature or request to improve the current logic
Description
Our builds are full of warnings:
.NET Core 2.1 is no longer supported and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the .NET support policy.
We are sure, that our libraries are should be compiled and run under netstandard2.0.
<NoWarn>NETSDK1138</NoWarn> disables this warning during the build, but how to disable it during setup-dotnet?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
feature requestNew feature or request to improve the current logicNew feature or request to improve the current logic