mirror of
https://github.com/Microsoft/calculator.git
synced 2025-08-14 18:47:04 -07:00
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:
parent
ced7f6b0de
commit
303bd205cf
2 changed files with 5 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue