Skip to content

Commit a64b16b

Browse files
sachintaMSFTSantosh Chintalapati
andauthored
Update to use WinAppSDK 1.1 stable in the sample (#226)
* Update to use WinAppSDK 1.1 stable in the sample * Add CSWinRT nuget package dependency Co-authored-by: Santosh Chintalapati <[email protected]>
1 parent 142a899 commit a64b16b

File tree

3 files changed

+8
-5
lines changed

3 files changed

+8
-5
lines changed

Samples/DeploymentManager/cs-winui/SampleApp (Package)/Package.appxmanifest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<Identity
1010
Name="WindowsAppRuntime.Sample.Cs.DeploymentManager"
1111
Publisher="CN=Microsoft Corporation"
12-
Version="1.0.0.0" />
12+
Version="1.1.0.0" />
1313

1414
<Properties>
1515
<DisplayName>SampleApp (Package)</DisplayName>

Samples/DeploymentManager/cs-winui/SampleApp (Package)/SampleApp (Package).wapproj

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,8 @@
6464
</ProjectReference>
6565
</ItemGroup>
6666
<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" />
7069
</ItemGroup>
7170
<Import Project="$(WapProjPath)\Microsoft.DesktopBridge.targets" />
7271
</Project>

Samples/DeploymentManager/cs-winui/SampleApp/SampleApp.csproj

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,11 @@
1111
</PropertyGroup>
1212

1313
<ItemGroup>
14-
<PackageReference Include="Microsoft.WindowsAppSDK" Version="1.0.0" />
1514
<Manifest Include="$(ApplicationManifest)" />
1615
</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>
1721
</Project>

0 commit comments

Comments
 (0)