ggppjj
ggppjj
Explore posts from servers
CC#
Created by ggppjj on 10/6/2023 in #help
Trying to use .Net 7 SDK in VS2022 17.8 Preview 2
Fixed it by creating a globaljson that specified the SDK version and then installing the required workloads in the cli.
3 replies
CC#
Created by ggppjj on 10/6/2023 in #help
Trying to use .Net 7 SDK in VS2022 17.8 Preview 2
I'm using the maui app accelerator template:
<TargetFrameworks>net7.0-android;net7.0-ios;net7.0-maccatalyst</TargetFrameworks>
<TargetFrameworks Condition="$([MSBuild]::IsOSPlatform('windows'))">$(TargetFrameworks);net7.0-windows10.0.19041.0</TargetFrameworks>
<TargetFrameworks>net7.0-android;net7.0-ios;net7.0-maccatalyst</TargetFrameworks>
<TargetFrameworks Condition="$([MSBuild]::IsOSPlatform('windows'))">$(TargetFrameworks);net7.0-windows10.0.19041.0</TargetFrameworks>
3 replies
CC#
Created by ggppjj on 11/3/2022 in #help
Font ligatures in richtextbox?
4 replies
CC#
Created by ggppjj on 11/3/2022 in #help
Font ligatures in richtextbox?
4 replies
CC#
Created by ggppjj on 11/3/2022 in #help
Font ligatures in richtextbox?
4 replies