update-dotnet-sdks #48
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
update-dotnet-sdks.yml
on: workflow_dispatch
get-repos
15s
update-sdk-external
48s
Matrix: update-sdk
Annotations
2 warnings
update-martincostello/sqllocaldb / Update .NET SDK
IsTrimmable is not supported for the target framework. Consider multi-targeting to a supported framework to enable trimming, and set IsTrimmable only for the supported frameworks. For example:
|
update-martincostello/sqllocaldb / Update .NET SDK
<IsTrimmable Condition="$([MSBuild]::IsTargetFrameworkCompatible('$(TargetFramework)', 'net6.0'))">true</IsTrimmable>
|