File tree 5 files changed +18
-24
lines changed
Microsoft.Toolkit.Graph.Controls
5 files changed +18
-24
lines changed Original file line number Diff line number Diff line change 18
18
19
19
<ItemGroup >
20
20
<PackageReference Include =" Microsoft.Windows.CsWinRT" Version =" 0.1.0-prerelease.200629.3" />
21
- <!-- <PackageReference Include="Microsoft.VCRTForwarders.140" Version="1.0.6" />-->
22
21
</ItemGroup >
23
22
24
23
<ItemGroup >
25
- <PackageReference Include =" Microsoft.Toolkit.Uwp.UI" Version =" 8.0.0-build.49.g8695d221eb " />
26
- <PackageReference Include =" Microsoft.Toolkit.Uwp.UI.Controls" Version =" 8.0.0-build.49.g8695d221eb " />
24
+ <PackageReference Include =" Microsoft.Toolkit.Uwp.UI" Version =" 8.0.0-build.52.g07f4dd1bd0 " />
25
+ <PackageReference Include =" Microsoft.Toolkit.Uwp.UI.Controls" Version =" 8.0.0-build.52.g07f4dd1bd0 " />
27
26
<ProjectReference Include =" ..\Microsoft.Toolkit.Graph\Microsoft.Toolkit.Graph.csproj" />
28
27
<PackageReference Include =" Microsoft.WinUI" >
29
- <Version >3.0.0-preview2.200701.0 -CI</Version >
28
+ <Version >3.0.0-preview2.200707.3 -CI</Version >
30
29
</PackageReference >
31
30
</ItemGroup >
32
31
33
- <!-- Temporary fix to a bug in WinUI3 -->
34
- <Target Name =" RemoveXrXmlFilesFromOutputItems2" AfterTargets =" AddPriPayloadFilesToCopyToOutputDirectoryItems" Condition =" '$(UsingMicrosoftNETSdk)'=='true'" >
35
- <ItemGroup >
36
- <_AllChildProjectItemsWithTargetPath Remove =" @(_AllChildProjectItemsWithTargetPath)" Condition =" $([System.String]::new('%(Identity)').EndsWith('.xr.xml'))" />
37
- </ItemGroup >
38
- </Target >
39
-
40
32
<ItemGroup >
41
33
<None Include =" VisualStudioToolsManifest.xml" Pack =" true" PackagePath =" tools" />
42
34
</ItemGroup >
Original file line number Diff line number Diff line change 14
14
<ItemGroup >
15
15
<PackageReference Include =" Microsoft.Graph.Beta" Version =" 0.18.0-preview" />
16
16
<PackageReference Include =" Microsoft.Graph.Auth" Version =" 1.0.0-preview.4" />
17
- <PackageReference Include =" Microsoft.Toolkit" Version =" 8.0.0-build.49.g8695d221eb " />
17
+ <PackageReference Include =" Microsoft.Toolkit" Version =" 8.0.0-build.52.g07f4dd1bd0 " />
18
18
</ItemGroup >
19
19
</Project >
Original file line number Diff line number Diff line change 32
32
<TargetPlatformMinVersion >10.0.17134.0</TargetPlatformMinVersion >
33
33
<DefaultLanguage >en-US</DefaultLanguage >
34
34
<AppxPackageSigningEnabled >false</AppxPackageSigningEnabled >
35
+ <AppxTargetsLocation Condition =" '$(AppxTargetsLocation)'==''" >$(MSBuildThisFileDirectory)build\</AppxTargetsLocation >
35
36
<EntryPointProjectUniqueName >..\SampleTest\SampleTest.csproj</EntryPointProjectUniqueName >
36
37
</PropertyGroup >
37
38
<ItemGroup >
59
60
<SDKReference Include =" Microsoft.VCLibs, Version=14.0" Condition =" '$(Configuration)' == 'Debug'" />
60
61
</ItemGroup >
61
62
<Import Project =" $(WapProjPath)\Microsoft.DesktopBridge.targets" />
62
- <PropertyGroup >
63
- <AppxTargetsLocation Condition =" '$(AppxTargetsLocation)'==''" >$(MSBuildThisFileDirectory)build\</AppxTargetsLocation >
64
- <EntryPointProjectUniqueName >..\SampleTest\SampleTest.csproj</EntryPointProjectUniqueName >
65
- </PropertyGroup >
66
-
67
- <!-- Temporary fix to a bug in WinUI3 -->
68
- <Target Name =" _RemoveXrXmlFromPayload" AfterTargets =" _CalculateInputsForGenerateAppxPackageRecipe" Condition =" '$(MSBuildProjectExtension)' == '.wapproj'" >
69
- <ItemGroup >
70
- <AppxPackagePayload Remove =" @(AppxPackagePayload)" Condition =" $([System.String]::new('%(Identity)').EndsWith('.xr.xml'))" />
71
- </ItemGroup >
72
- </Target >
73
63
<Import Project =" $(AppxTargetsLocation)Microsoft.WinUI.AppX.targets" />
74
64
</Project >
Original file line number Diff line number Diff line change 166
166
</UploadWapProjPackageFile >
167
167
</ItemGroup >
168
168
</Target >
169
+
170
+ <!--
171
+ Workaround for bug https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1149545
172
+
173
+ The appx packaging tasks default to including the .xr.xml file (which is for using reflection in .NET Native) when consuming nuget packages. Since
174
+ we aren't using .NET Native, we don't need these anymore.
175
+ -->
176
+ <Target Name =" _RemoveXrXmlFromPayload" AfterTargets =" _CalculateInputsForGenerateAppxPackageRecipe" Condition =" '$(MSBuildProjectExtension)' == '.wapproj'" >
177
+ <ItemGroup >
178
+ <AppxPackagePayload Remove =" @(AppxPackagePayload)" Condition =" $([System.String]::new('%(Identity)').EndsWith('.xr.xml'))" />
179
+ </ItemGroup >
180
+ </Target >
169
181
</Project >
170
182
Original file line number Diff line number Diff line change 20
20
21
21
<ItemGroup >
22
22
<PackageReference Include =" Microsoft.WinUI" >
23
- <Version >3.0.0-preview2.200701.0 -CI</Version >
23
+ <Version >3.0.0-preview2.200707.3 -CI</Version >
24
24
</PackageReference >
25
25
<PackageReference Include =" Microsoft.VCRTForwarders.140" Version =" 1.0.6" />
26
26
<PackageReference Include =" Microsoft.Windows.CsWinRT" Version =" 0.1.0-prerelease.200629.3" />
You can’t perform that action at this time.
0 commit comments