idexus/Sharp.UI

Problem with Github Action

Closed this issue · 2 comments

Hello again,

i really enjoy your project.

For full use in the product line we need a little fix for:

D:\a\ACDCs\ACDCs\ACDCs\ACDCs.csproj : error NU1201: Project Sharp.UI is not compatible with net7.0-windows10.0.19041 (.NETCoreApp,Version=v7.0) / android-x64.

to use it in the Github Action (from Source/Repo)

I've seen the project file only targets Mac - could you enable the other targets too? (Windows/Android)

On my dev machine this fixes it - dont want to create a seperate fork just for this bit.

Thanks a lot - again!

Stephan

I'm glad to hear that :)

I added to the project file.

<TargetFrameworks Condition="$([MSBuild]::IsOSPlatform('windows'))">$(TargetFrameworks);net7.0-windows10.0.19041.0</TargetFrameworks>

Thanks a lot, that did the trick. Actions are up and running again. Closing