Skip to content

Commit 56b74a7

Browse files
committed
Workaround package bug in WebView2 nuget package. (Issue #188)
1 parent d784e03 commit 56b74a7

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

src/Directory.Build.targets

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<Authors>Morten Nielsen - https://xaml.dev</Authors>
1818
<Company>Morten Nielsen - https://xaml.dev</Company>
1919
<PackageIcon>logo.png</PackageIcon>
20-
<Version>2.4.1</Version>
20+
<Version>2.4.2</Version>
2121
<!--<PackageValidationBaselineVersion>2.3.4</PackageValidationBaselineVersion>-->
2222
</PropertyGroup>
2323

src/WinUIEx/WinUIEx.csproj

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,7 @@
2525
<PackageId>WinUIEx</PackageId>
2626
<Product>WinUI Extensions</Product>
2727
<PackageReleaseNotes>
28-
- Added full support for Native AOT
29-
- Upgraded Windows App SDK to 1.6.0
30-
- Upgraded CSWinRT to 2.1.3
31-
- Changed required target framework to 10.0.19041.0
28+
- Workaround package bug in WebView2 nuget package. (Issue #188)
3229
</PackageReleaseNotes>
3330
</PropertyGroup>
3431

@@ -38,6 +35,7 @@
3835
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
3936
</PackageReference>
4037
<PackageReference Include="Microsoft.WindowsAppSDK" Version="$(WinAppSDKVersion)" />
38+
<PackageReference Include="Microsoft.Web.WebView2" Version="1.0.2651.64" IncludeAssets="none" /> <!-- Work around bug in webview package, and we don't really need this anyway -->
4139
<None Include="README.md" Pack="true" PackagePath="\" />
4240
<PackageReference Include="Microsoft.Windows.CsWinRT" Version="2.1.3" >
4341
<PrivateAssets>all</PrivateAssets>

0 commit comments

Comments
 (0)