-
Notifications
You must be signed in to change notification settings - Fork 16
Open
Description
To get these samples to run on the latest release (Version 17.3.0 Preview 1.0) ;
in csproj files Remove:
``
true
<ItemGroup Condition="$(TargetFramework.Contains('-windows'))">
<!-- Required - WinUI does not yet have buildTransitive for everything -->
<PackageReference Include="Microsoft.WindowsAppSDK" Version="1.0.0" />
<PackageReference Include="Microsoft.Graphics.Win2D" Version="1.0.0.30" />
</ItemGroup>
<PropertyGroup Condition="$(TargetFramework.Contains('-windows'))">
<OutputType>WinExe</OutputType>
<RuntimeIdentifier>win10-x64</RuntimeIdentifier>
</PropertyGroup>
``
In App.xaml Remove : windows:Application.ImageDirectory="Assets"
In Package.appxmanifest : Remove "Assets\" from all lines
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels