File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed
Samples/Islands/DrawingIsland/CalculatorDemo Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change 22 <PropertyGroup >
33 <!-- WinAppSDK requires at least the 17763 build of windows, so we need to set that here.
44 You can set this in the Visual Studio project properties UI too. -->
5- <TargetFramework >net9.0-windows10.0.17763 .0</TargetFramework >
5+ <TargetFramework >net9.0-windows10.0.22621 .0</TargetFramework >
66 <UseWpf >true</UseWpf >
77 <EnableDefaultItems >false</EnableDefaultItems >
88 <Platforms >x64;ARM64;x86</Platforms >
127127 <None Include =" App.config" />
128128 </ItemGroup >
129129 <ItemGroup >
130+ <PackageReference Include =" Microsoft.Windows.CsWinRT" Version =" 2.0.7" />
130131 <PackageReference Include =" Microsoft.WindowsAppSDK" Version =" 1.5.240428000" />
131132 </ItemGroup >
133+ <ItemGroup >
134+ <ProjectReference Include =" ..\DrawingIslandCsProjection\DrawingIslandCsProjection.csproj" />
135+ </ItemGroup >
132136 <ItemGroup >
133137 <Resource Include =" appicon.ico" />
134138 </ItemGroup >
You can’t perform that action at this time.
0 commit comments