mirror of
https://github.com/Microsoft/calculator.git
synced 2025-08-20 13:23:13 -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.
|
# 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
|
# Below are ignored files
|
||||||
# - clrcompression.dll
|
# - clrcompression.dll
|
||||||
|
# - WebView2Loader.dll
|
||||||
|
# - Microsoft.Web.WebView2.Core.dll
|
||||||
Contents: |
|
Contents: |
|
||||||
**\*
|
**\*
|
||||||
!**\clrcompression.dll
|
!**\clrcompression.dll
|
||||||
|
!**\WebView2Loader.dll
|
||||||
|
!**\Microsoft.Web.WebView2.Core.dll
|
||||||
TargetFolder: '$(Agent.BuildDirectory)\binskim'
|
TargetFolder: '$(Agent.BuildDirectory)\binskim'
|
||||||
CleanTargetFolder: true
|
CleanTargetFolder: true
|
||||||
OverWrite: true
|
OverWrite: true
|
||||||
|
|
|
@ -794,7 +794,7 @@
|
||||||
<PackageReference Include="Microsoft.NETCore.UniversalWindowsPlatform">
|
<PackageReference Include="Microsoft.NETCore.UniversalWindowsPlatform">
|
||||||
<Version>6.2.10</Version>
|
<Version>6.2.10</Version>
|
||||||
</PackageReference>
|
</PackageReference>
|
||||||
<PackageReference Include="Microsoft.UI.Xaml" Version="2.7.0" />
|
<PackageReference Include="Microsoft.UI.Xaml" Version="2.8.0" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<ProjectReference Include="..\CalcViewModel\CalcViewModel.vcxproj">
|
<ProjectReference Include="..\CalcViewModel\CalcViewModel.vcxproj">
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue