Skip to content

Commit 5a7396f

Browse files
0.8 updates - parallel - ProfessionalCSharp#70
1 parent d8e0acf commit 5a7396f

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-5
lines changed

2_Libs/Parallel/ParallelSamples/WindowsAppTimer/WindowsAppTimer (Package)/WindowsAppTimer (Package).wapproj

+5-2
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@
3232
<PropertyGroup>
3333
<WapProjPath Condition="'$(WapProjPath)'==''">$(MSBuildExtensionsPath)\Microsoft\DesktopBridge\</WapProjPath>
3434
<PathToXAMLWinRTImplementations>WindowsAppTimer\</PathToXAMLWinRTImplementations>
35-
<AssetTargetFallback>net5.0-windows$(TargetPlatformVersion);$(AssetTargetFallback)</AssetTargetFallback>
3635
</PropertyGroup>
3736
<Import Project="$(WapProjPath)\Microsoft.DesktopBridge.props" />
3837
<PropertyGroup>
@@ -60,10 +59,14 @@
6059
<ItemGroup>
6160
<ProjectReference Include="..\WindowsAppTimer\WindowsAppTimer.csproj">
6261
<SkipGetTargetFrameworkProperties>True</SkipGetTargetFrameworkProperties>
62+
<PublishProfile>Properties\PublishProfiles\win10-$(Platform).pubxml</PublishProfile>
6363
</ProjectReference>
6464
</ItemGroup>
6565
<ItemGroup>
66-
<PackageReference Include="Microsoft.ProjectReunion" Version="[0.5.7]">
66+
<PackageReference Include="Microsoft.ProjectReunion" Version="[0.8.0]">
67+
<IncludeAssets>build</IncludeAssets>
68+
</PackageReference>
69+
<PackageReference Include="Microsoft.ProjectReunion.WinUI" Version="[0.8.0]">
6770
<IncludeAssets>build</IncludeAssets>
6871
</PackageReference>
6972
</ItemGroup>

2_Libs/Parallel/ParallelSamples/WindowsAppTimer/WindowsAppTimer/WindowsAppTimer.csproj

+3-3
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111
</PropertyGroup>
1212

1313
<ItemGroup>
14-
<PackageReference Include="Microsoft.ProjectReunion" Version="0.5.7" />
15-
<PackageReference Include="Microsoft.ProjectReunion.Foundation" Version="0.5.7" />
16-
<PackageReference Include="Microsoft.ProjectReunion.WinUI" Version="0.5.7" />
14+
<PackageReference Include="Microsoft.ProjectReunion" Version="0.8.0" />
15+
<PackageReference Include="Microsoft.ProjectReunion.Foundation" Version="0.8.0" />
16+
<PackageReference Include="Microsoft.ProjectReunion.WinUI" Version="0.8.0" />
1717
<Manifest Include="$(ApplicationManifest)" />
1818
</ItemGroup>
1919
</Project>

0 commit comments

Comments
 (0)