Skip to content

Commit

Permalink
Merge pull request #2549 from cwensley/curtis/update-webview2
Browse files Browse the repository at this point in the history
Wpf/WinForms: Update WebView2 to latest
  • Loading branch information
cwensley committed Sep 1, 2023
2 parents acb30b1 + c43d64e commit 51b55dc
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 6 deletions.
3 changes: 2 additions & 1 deletion .vscode/settings.json
Expand Up @@ -13,6 +13,7 @@
"vssolution.altSolutionFolders": [
"src",
"samples"
]
],
"dotnet.defaultSolution": "Eto.Core.sln"

}
2 changes: 1 addition & 1 deletion src/Eto.WinForms/Eto.WinForms.csproj
Expand Up @@ -128,7 +128,7 @@ You do not need to use any of the classes of this assembly (unless customizing t

<ItemGroup>
<PackageReference Include="Microsoft-WindowsAPICodePack-Shell" Version="1.1.4" />
<PackageReference Include="Microsoft.Web.WebView2" Version="1.0.1020.30" PrivateAssets="all" />
<PackageReference Include="Microsoft.Web.WebView2" Version="1.0.1938.49" PrivateAssets="all" />
<PackageReference Include="System.Resources.Extensions" Version="7.0.0" />
</ItemGroup>

Expand Down
2 changes: 1 addition & 1 deletion src/Eto.Wpf/Eto.Wpf.csproj
Expand Up @@ -169,7 +169,7 @@ You do not need to use any of the classes of this assembly (unless customizing t
<ItemGroup>
<PackageReference Include="Extended.Wpf.Toolkit" Version="3.6.0" />
<PackageReference Include="Microsoft-WindowsAPICodePack-Shell" Version="1.1.4" />
<PackageReference Include="Microsoft.Web.WebView2" Version="1.0.1020.30" PrivateAssets="all" />
<PackageReference Include="Microsoft.Web.WebView2" Version="1.0.1938.49" PrivateAssets="all" />
</ItemGroup>

<Import Condition="'$(HaveWindowsDesktopSdk)' != 'true'" Sdk="Microsoft.NET.Sdk" Project="Sdk.targets" />
Expand Down
2 changes: 1 addition & 1 deletion test/Eto.Test.Direct2D/Eto.Test.Direct2D.csproj
Expand Up @@ -38,7 +38,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Web.WebView2" Version="1.0.1020.30" />
<PackageReference Include="Microsoft.Web.WebView2" Version="1.0.1938.49" />
</ItemGroup>

</Project>
2 changes: 1 addition & 1 deletion test/Eto.Test.WinForms/Eto.Test.WinForms.csproj
Expand Up @@ -56,7 +56,7 @@

<ItemGroup>
<PackageReference Include="NUnit" Version="3.13.2" />
<PackageReference Include="Microsoft.Web.WebView2" Version="1.0.1020.30" />
<PackageReference Include="Microsoft.Web.WebView2" Version="1.0.1938.49" />
</ItemGroup>
<ItemGroup>
<Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
Expand Down
2 changes: 1 addition & 1 deletion test/Eto.Test.Wpf/Eto.Test.Wpf.csproj
Expand Up @@ -57,7 +57,7 @@

<ItemGroup>
<PackageReference Include="NUnit" Version="3.13.2" />
<PackageReference Include="Microsoft.Web.WebView2" Version="1.0.1020.30" />
<PackageReference Include="Microsoft.Web.WebView2" Version="1.0.1938.49" />
</ItemGroup>
<ItemGroup>
<Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
Expand Down

0 comments on commit 51b55dc

Please sign in to comment.