Skip to content

Commit 686a8dc

Browse files
committed
Updated to WAS 0.8.1.
1 parent 90d3dfd commit 686a8dc

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
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.0]">
128+
<PackageReference Include="Microsoft.ProjectReunion" Version="[0.8.1]">
129129
<IncludeAssets>build</IncludeAssets>
130130
</PackageReference>
131-
<PackageReference Include="Microsoft.ProjectReunion.WinUI" Version="[0.8.0]">
131+
<PackageReference Include="Microsoft.ProjectReunion.WinUI" Version="[0.8.1]">
132132
<IncludeAssets>build</IncludeAssets>
133133
</PackageReference>
134134
</ItemGroup>

Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<TargetPlatformRevision>18362</TargetPlatformRevision>
2222
<TargetPlatformMinRevision>17763</TargetPlatformMinRevision>
2323
<SupportedOSPlatformVersion>10.0.$(TargetPlatformMinRevision).0</SupportedOSPlatformVersion>
24-
<MicrosoftProjectReunionVersion>0.8.0</MicrosoftProjectReunionVersion>
24+
<MicrosoftProjectReunionVersion>0.8.1</MicrosoftProjectReunionVersion>
2525
<PackageOutputPath>$(MSBuildThisFileDirectory)bin\nupkg</PackageOutputPath>
2626
<!-- Remove after https://github.com/DotNetAnalyzers/StyleCopAnalyzers/pull/3285 is merged, as this is already in our .editorconfig -->
2727
<NoWarn>SA1101;SA1633;SA1202;SA1600;SA1413;SA1611;SA1629;SA1201;SA1309;SA1310;SA1602</NoWarn>

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.0]">
66+
<PackageReference Include="Microsoft.ProjectReunion" Version="[0.8.1]">
6767
<IncludeAssets>build</IncludeAssets>
6868
</PackageReference>
69-
<PackageReference Include="Microsoft.ProjectReunion.WinUI" Version="[0.8.0]">
69+
<PackageReference Include="Microsoft.ProjectReunion.WinUI" Version="[0.8.1]">
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.0]">
86+
<PackageReference Include="Microsoft.ProjectReunion" Version="[0.8.1]">
8787
<IncludeAssets>build</IncludeAssets>
8888
</PackageReference>
89-
<PackageReference Include="Microsoft.ProjectReunion.WinUI" Version="[0.8.0]">
89+
<PackageReference Include="Microsoft.ProjectReunion.WinUI" Version="[0.8.1]">
9090
<IncludeAssets>build</IncludeAssets>
9191
</PackageReference>
9292
</ItemGroup>

UnitTests/UnitTests.XamlIslands/UnitTests.XamlIslands.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
<ItemGroup>
1717
<PackageReference Include="Microsoft.Toolkit.Forms.UI.XamlHost" Version="6.1.2" />
18-
<PackageReference Include="Microsoft.ProjectReunion" Version="0.8.0" />
18+
<PackageReference Include="Microsoft.ProjectReunion" Version="0.8.1" />
1919
</ItemGroup>
2020

2121
<ItemGroup>

0 commit comments

Comments
 (0)