Open michaelmesser opened 9 months ago
I face the same issue, do you have any new found?
This is not currently supported.
FYI I hit this too. Not sure if it applies to your situation, but I had to first install Windows App SDK and then manually edit my project file. Here is my final project file:
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net8.0-windows10.0.22621.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<SupportedOSPlatformVersion>10.0.22621.0</SupportedOSPlatformVersion>
<WindowsSdkPackageVersion>10.0.22621.38</WindowsSdkPackageVersion>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.WindowsAppSDK" Version="1.6.240829007" />
</ItemGroup>
</Project>
YMMV. Hope this helps.
The package and version I'm asking about: Version: 1.0.510102+2c9feb8daff54c194b638d355d18b5428480a786
Library version: 1.0.0-beta.24101.2+2c9feb8daff54c194b638d355d18b5428480a786
Build date: 2024-02-04T20:27:49.8530377Z
Question
Error:
How can I resolve this? I'm not sure if this is a bug, feature request, or a question.