Skip to content

Commit c01a68b

Browse files
committed
Updated to WAS 0.8.4.
1 parent e41be65 commit c01a68b

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

CommunityToolkit.WinUI.SampleApp.Package/CommunityToolkit.WinUI.SampleApp.Package.wapproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,10 +125,10 @@
125125
<Content Include="Images\Wide310x150Logo.scale-400.png" />
126126
</ItemGroup>
127127
<ItemGroup>
128-
<PackageReference Include="Microsoft.ProjectReunion" Version="[0.8.2]">
128+
<PackageReference Include="Microsoft.ProjectReunion" Version="[0.8.4]">
129129
<IncludeAssets>build</IncludeAssets>
130130
</PackageReference>
131-
<PackageReference Include="Microsoft.ProjectReunion.WinUI" Version="[0.8.2]">
131+
<PackageReference Include="Microsoft.ProjectReunion.WinUI" Version="[0.8.4]">
132132
<IncludeAssets>build</IncludeAssets>
133133
</PackageReference>
134134
</ItemGroup>

GazeInputTest (Package)/GazeInputTest (Package).wapproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,10 +63,10 @@
6363
</ProjectReference>
6464
</ItemGroup>
6565
<ItemGroup>
66-
<PackageReference Include="Microsoft.ProjectReunion" Version="[0.8.2]">
66+
<PackageReference Include="Microsoft.ProjectReunion" Version="[0.8.4]">
6767
<IncludeAssets>build</IncludeAssets>
6868
</PackageReference>
69-
<PackageReference Include="Microsoft.ProjectReunion.WinUI" Version="[0.8.2]">
69+
<PackageReference Include="Microsoft.ProjectReunion.WinUI" Version="[0.8.4]">
7070
<IncludeAssets>build</IncludeAssets>
7171
</PackageReference>
7272
</ItemGroup>

UITests/UITests.App.Package/UITests.App.Package.wapproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,10 +83,10 @@
8383
<AppxPlatform Condition="'$(AppxPlatform)' == ''">$(Platform)</AppxPlatform>
8484
</PropertyGroup>
8585
<ItemGroup>
86-
<PackageReference Include="Microsoft.ProjectReunion" Version="[0.8.2]">
86+
<PackageReference Include="Microsoft.ProjectReunion" Version="[0.8.4]">
8787
<IncludeAssets>build</IncludeAssets>
8888
</PackageReference>
89-
<PackageReference Include="Microsoft.ProjectReunion.WinUI" Version="[0.8.2]">
89+
<PackageReference Include="Microsoft.ProjectReunion.WinUI" Version="[0.8.4]">
9090
<IncludeAssets>build</IncludeAssets>
9191
</PackageReference>
9292
</ItemGroup>

build/Windows.Toolkit.Common.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<TargetPlatformBaseVersion>10.0</TargetPlatformBaseVersion>
2727
<TargetPlatformRevision>18362</TargetPlatformRevision>
2828
<TargetPlatformMinRevision>17763</TargetPlatformMinRevision>
29-
<MicrosoftProjectReunionVersion>0.8.2</MicrosoftProjectReunionVersion>
29+
<MicrosoftProjectReunionVersion>0.8.4</MicrosoftProjectReunionVersion>
3030
</PropertyGroup>
3131

3232
<PropertyGroup>

0 commit comments

Comments
 (0)