Skip to content

update-dotnet-sdks

update-dotnet-sdks #48

Manually triggered September 12, 2023 17:26
Status Success
Total duration 10m 49s
Artifacts
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
get-repos
update-sdk-external
48s
update-sdk-external
Matrix: update-sdk
Fit to window
Zoom out
Zoom in

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>