Skip to content

Commit 51b55dc

Browse files
authored
Merge pull request #2549 from cwensley/curtis/update-webview2
Wpf/WinForms: Update WebView2 to latest
2 parents acb30b1 + c43d64e commit 51b55dc

File tree

6 files changed

+7
-6
lines changed

6 files changed

+7
-6
lines changed

.vscode/settings.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
"vssolution.altSolutionFolders": [
1414
"src",
1515
"samples"
16-
]
16+
],
17+
"dotnet.defaultSolution": "Eto.Core.sln"
1718

1819
}

src/Eto.WinForms/Eto.WinForms.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ You do not need to use any of the classes of this assembly (unless customizing t
128128

129129
<ItemGroup>
130130
<PackageReference Include="Microsoft-WindowsAPICodePack-Shell" Version="1.1.4" />
131-
<PackageReference Include="Microsoft.Web.WebView2" Version="1.0.1020.30" PrivateAssets="all" />
131+
<PackageReference Include="Microsoft.Web.WebView2" Version="1.0.1938.49" PrivateAssets="all" />
132132
<PackageReference Include="System.Resources.Extensions" Version="7.0.0" />
133133
</ItemGroup>
134134

src/Eto.Wpf/Eto.Wpf.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ You do not need to use any of the classes of this assembly (unless customizing t
169169
<ItemGroup>
170170
<PackageReference Include="Extended.Wpf.Toolkit" Version="3.6.0" />
171171
<PackageReference Include="Microsoft-WindowsAPICodePack-Shell" Version="1.1.4" />
172-
<PackageReference Include="Microsoft.Web.WebView2" Version="1.0.1020.30" PrivateAssets="all" />
172+
<PackageReference Include="Microsoft.Web.WebView2" Version="1.0.1938.49" PrivateAssets="all" />
173173
</ItemGroup>
174174

175175
<Import Condition="'$(HaveWindowsDesktopSdk)' != 'true'" Sdk="Microsoft.NET.Sdk" Project="Sdk.targets" />

test/Eto.Test.Direct2D/Eto.Test.Direct2D.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
</ItemGroup>
3939

4040
<ItemGroup>
41-
<PackageReference Include="Microsoft.Web.WebView2" Version="1.0.1020.30" />
41+
<PackageReference Include="Microsoft.Web.WebView2" Version="1.0.1938.49" />
4242
</ItemGroup>
4343

4444
</Project>

test/Eto.Test.WinForms/Eto.Test.WinForms.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656

5757
<ItemGroup>
5858
<PackageReference Include="NUnit" Version="3.13.2" />
59-
<PackageReference Include="Microsoft.Web.WebView2" Version="1.0.1020.30" />
59+
<PackageReference Include="Microsoft.Web.WebView2" Version="1.0.1938.49" />
6060
</ItemGroup>
6161
<ItemGroup>
6262
<Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />

test/Eto.Test.Wpf/Eto.Test.Wpf.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757

5858
<ItemGroup>
5959
<PackageReference Include="NUnit" Version="3.13.2" />
60-
<PackageReference Include="Microsoft.Web.WebView2" Version="1.0.1020.30" />
60+
<PackageReference Include="Microsoft.Web.WebView2" Version="1.0.1938.49" />
6161
</ItemGroup>
6262
<ItemGroup>
6363
<Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />

0 commit comments

Comments
 (0)