ggppjj
ggppjj
Explore posts from servers
UBUniversal Blue
Created by ggppjj on 8/18/2024 in #🛟bazzite-help
Fuzzy games when cursor on screen in game mode
https://github.com/ublue-os/bazzite/issues/1520 Appears to be related to this issue, except in my case I'm not in 4k.
2 replies
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