Skip to content

Commit 96f89e0

Browse files
committed
🐛 WebView2.NativeAssets.Win32
1 parent 066f6ae commit 96f89e0

File tree

4 files changed

+6
-8
lines changed

4 files changed

+6
-8
lines changed

src/Avalonia.WebView2/Avalonia.WebView2.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
This package is necessary for Avalonia applications. To learn more about package versions checkout https://aka.ms/wv2-packageversion. To learn best practices checkout: https://aka.ms/wv2-bestpractices.
1111
</Description>
1212
<PackageTags>Web WebView Native native package Edge avalonia avaloniaui dotnet framework core Webview2</PackageTags>
13-
<Version>1.0.3240.44-preview.250518.2</Version>
13+
<Version>1.0.3240.44-preview.250526.1</Version>
1414
</PropertyGroup>
1515

1616
<Choose>

src/Directory.Packages.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
</ItemGroup>
4444
<!-- 👇 WebView2 -->
4545
<ItemGroup>
46-
<PackageVersion Include="WebView2.NativeAssets.Win32" Version="1.0.3240.44-d250518">
46+
<PackageVersion Include="WebView2.NativeAssets.Win32" Version="1.0.3240.44-d250526.1">
4747
</PackageVersion>
4848
</ItemGroup>
4949
<!-- 👇 .NET Compat -->

src/Version.props

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,11 @@
33
<PropertyGroup>
44
<DotNet_Version>9.0</DotNet_Version>
55
<WinSDK_Version>10.0.19041.0</WinSDK_Version>
6+
<WebView2_WinSDK_Version>10.0.17763.0</WebView2_WinSDK_Version>
67
<SupportedOSPlatformVersion Condition="$([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'ios'">11.0</SupportedOSPlatformVersion>
78
<SupportedOSPlatformVersion Condition="$([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'maccatalyst'">13.1</SupportedOSPlatformVersion>
89
<SupportedOSPlatformVersion Condition="$([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'android'">21.0</SupportedOSPlatformVersion>
10+
<!-- 👇 TFM 对齐包 https://www.nuget.org/packages/Microsoft.Web.WebView2,与 Common 仓库不同,注释以下内容 -->
911
<!--<SupportedOSPlatformVersion Condition="$([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'windows'">10.0.17763.0</SupportedOSPlatformVersion>
1012
<TargetPlatformMinVersion Condition="$([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'windows'">10.0.17763.0</TargetPlatformMinVersion>-->
1113
</PropertyGroup>

src/WebView2.NativeAssets.Win32/WebView2.NativeAssets.Win32.nuspec

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<metadata minClientVersion="2.12">
44
<id>WebView2.NativeAssets.Win32</id>
55
<title>WebView2.NativeAssets.Win32</title>
6-
<version>1.0.3240.44-d250518</version>
6+
<version>1.0.3240.44-d250526.1</version>
77
<authors>https://github.com/AigioL</authors>
88
<copyright>© Microsoft Corporation. All rights reserved.</copyright>
99
<requireLicenseAcceptance>false</requireLicenseAcceptance>
@@ -19,11 +19,7 @@ This package is necessary for Console and Avalonia applications. To learn more a
1919
<file src="..\..\ref\Microsoft.Web.WebView2\lib\net462\Microsoft.Web.WebView2.Core.dll" target="lib\net462\Microsoft.Web.WebView2.Core.dll" />
2020
<file src="..\..\ref\Microsoft.Web.WebView2\lib\net462\Microsoft.Web.WebView2.Core.xml" target="lib\net462\Microsoft.Web.WebView2.Core.xml" />
2121
<file src="..\..\ref\Microsoft.Web.WebView2\lib\netcoreapp3.0\Microsoft.Web.WebView2.Core.dll" target="lib\netcoreapp3.0\Microsoft.Web.WebView2.Core.dll" />
22-
<file src="..\..\ref\Microsoft.Web.WebView2\lib\netcoreapp3.0\Microsoft.Web.WebView2.Core.dll" target="lib\netstandard2.0\Microsoft.Web.WebView2.Core.dll" />
23-
<file src="..\..\ref\Microsoft.Web.WebView2\lib\net6.0-windows10.0.17763.0\Microsoft.Web.WebView2.Core.Projection.dll" target="lib\net6.0-windows10.0.17763.0\Microsoft.Web.WebView2.Core.Projection.dll" />
24-
<file src="..\..\ref\Microsoft.Web.WebView2\lib\net6.0-windows10.0.17763.0\Microsoft.Web.WebView2.Core.Projection.xml" target="lib\net6.0-windows10.0.17763.0\Microsoft.Web.WebView2.Core.Projection.xml" />
25-
<file src="..\..\ref\Microsoft.Web.WebView2\lib\net8.0-windows10.0.17763.0\Microsoft.Web.WebView2.Core.Projection.dll" target="lib\net8.0-windows10.0.17763.0\Microsoft.Web.WebView2.Core.Projection.dll" />
26-
<file src="..\..\ref\Microsoft.Web.WebView2\lib\net8.0-windows10.0.17763.0\Microsoft.Web.WebView2.Core.Projection.xml" target="lib\net8.0-windows10.0.17763.0\Microsoft.Web.WebView2.Core.Projection.xml" />
22+
<file src="..\..\ref\Microsoft.Web.WebView2\lib\netcoreapp3.0\Microsoft.Web.WebView2.Core.xml" target="lib\netcoreapp3.0\Microsoft.Web.WebView2.Core.xml" />
2723
<file src="..\..\ref\Microsoft.Web.WebView2\runtimes\win-arm64\native\WebView2Loader.dll" target="runtimes\win-arm64\native\WebView2Loader.dll" />
2824
<file src="..\..\ref\Microsoft.Web.WebView2\runtimes\win-x64\native\WebView2Loader.dll" target="runtimes\win-x64\native\WebView2Loader.dll" />
2925
<file src="..\..\ref\Microsoft.Web.WebView2\runtimes\win-x86\native\WebView2Loader.dll" target="runtimes\win-x86\native\WebView2Loader.dll" />

0 commit comments

Comments
 (0)