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 2
2
<PropertyGroup >
3
3
<!-- WinAppSDK requires at least the 17763 build of windows, so we need to set that here.
4
4
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 >
6
6
<UseWpf >true</UseWpf >
7
7
<EnableDefaultItems >false</EnableDefaultItems >
8
8
<Platforms >x64;ARM64;x86</Platforms >
127
127
<None Include =" App.config" />
128
128
</ItemGroup >
129
129
<ItemGroup >
130
+ <PackageReference Include =" Microsoft.Windows.CsWinRT" Version =" 2.0.7" />
130
131
<PackageReference Include =" Microsoft.WindowsAppSDK" Version =" 1.5.240428000" />
131
132
</ItemGroup >
133
+ <ItemGroup >
134
+ <ProjectReference Include =" ..\DrawingIslandCsProjection\DrawingIslandCsProjection.csproj" />
135
+ </ItemGroup >
132
136
<ItemGroup >
133
137
<Resource Include =" appicon.ico" />
134
138
</ItemGroup >
You can’t perform that action at this time.
0 commit comments