File tree Expand file tree Collapse file tree 3 files changed +8
-5
lines changed
Samples/DeploymentManager/cs-winui Expand file tree Collapse file tree 3 files changed +8
-5
lines changed Original file line number Diff line number Diff line change 9
9
<Identity
10
10
Name =" WindowsAppRuntime.Sample.Cs.DeploymentManager"
11
11
Publisher =" CN=Microsoft Corporation"
12
- Version =" 1.0 .0.0" />
12
+ Version =" 1.1 .0.0" />
13
13
14
14
<Properties >
15
15
<DisplayName >SampleApp (Package)</DisplayName >
Original file line number Diff line number Diff line change 64
64
</ProjectReference >
65
65
</ItemGroup >
66
66
<ItemGroup >
67
- <PackageReference Include =" Microsoft.WindowsAppSDK" Version =" 1.0.0" >
68
- <IncludeAssets >build</IncludeAssets >
69
- </PackageReference >
67
+ <PackageReference Include =" Microsoft.Windows.CsWinRT" Version =" 1.6.4" />
68
+ <PackageReference Include =" Microsoft.WindowsAppSDK" Version =" 1.1.0" />
70
69
</ItemGroup >
71
70
<Import Project =" $(WapProjPath)\Microsoft.DesktopBridge.targets" />
72
71
</Project >
Original file line number Diff line number Diff line change 11
11
</PropertyGroup >
12
12
13
13
<ItemGroup >
14
- <PackageReference Include =" Microsoft.WindowsAppSDK" Version =" 1.0.0" />
15
14
<Manifest Include =" $(ApplicationManifest)" />
16
15
</ItemGroup >
16
+
17
+ <ItemGroup >
18
+ <PackageReference Include =" Microsoft.Windows.CsWinRT" Version =" 1.6.4" />
19
+ <PackageReference Include =" Microsoft.WindowsAppSDK" Version =" 1.1.0" />
20
+ </ItemGroup >
17
21
</Project >
You can’t perform that action at this time.
0 commit comments