Bump Microsoft.Web.WebView2 from 1.0.1774.30 to 1.0.1823.32

Bumps Microsoft.Web.WebView2 from 1.0.1774.30 to 1.0.1823.32.

---
updated-dependencies:
- dependency-name: Microsoft.Web.WebView2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-06-12 13:04:00 +00:00 committed by GitHub
parent 086b25b83b
commit d98a18009e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk"> <Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup Label="Globals"> <PropertyGroup Label="Globals">
<WebView2LoaderPreference>Static</WebView2LoaderPreference> <WebView2LoaderPreference>Static</WebView2LoaderPreference>
@ -36,7 +36,7 @@
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>
<PackageReference Include="Microsoft.Web.WebView2" Version="1.0.1774.30" /> <PackageReference Include="Microsoft.Web.WebView2" Version="1.0.1823.32" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" /> <PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
</ItemGroup> </ItemGroup>