Update to WinUI 2.8 (#1875)

* Update to WinUI 2.8

* BinSkim bypass WebView2Loader.dll

* BinSkim bypass Microsoft.Web.WebView2.Core.dll
This commit is contained in:
hanzhang54 2022-08-29 16:48:53 +08:00 committed by GitHub
commit 303bd205cf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 1 deletions

View file

@ -107,9 +107,13 @@ jobs:
# If we put more things than we produce pdbs for and can index (such as nuget packages that ship without pdbs), binskim will fail.
# Below are ignored files
# - clrcompression.dll
# - WebView2Loader.dll
# - Microsoft.Web.WebView2.Core.dll
Contents: |
**\*
!**\clrcompression.dll
!**\WebView2Loader.dll
!**\Microsoft.Web.WebView2.Core.dll
TargetFolder: '$(Agent.BuildDirectory)\binskim'
CleanTargetFolder: true
OverWrite: true

View file

@ -794,7 +794,7 @@
<PackageReference Include="Microsoft.NETCore.UniversalWindowsPlatform">
<Version>6.2.10</Version>
</PackageReference>
<PackageReference Include="Microsoft.UI.Xaml" Version="2.7.0" />
<PackageReference Include="Microsoft.UI.Xaml" Version="2.8.0" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\CalcViewModel\CalcViewModel.vcxproj">