From 56b74a73aecb71da9b35242105173d18b33e7aa9 Mon Sep 17 00:00:00 2001 From: dotMorten Date: Wed, 25 Sep 2024 07:54:25 -0700 Subject: [PATCH] Workaround package bug in WebView2 nuget package. (Issue #188) --- src/Directory.Build.targets | 2 +- src/WinUIEx/WinUIEx.csproj | 6 ++---- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/src/Directory.Build.targets b/src/Directory.Build.targets index f590b7a..cc23f14 100644 --- a/src/Directory.Build.targets +++ b/src/Directory.Build.targets @@ -17,7 +17,7 @@ Morten Nielsen - https://xaml.dev Morten Nielsen - https://xaml.dev logo.png - 2.4.1 + 2.4.2 diff --git a/src/WinUIEx/WinUIEx.csproj b/src/WinUIEx/WinUIEx.csproj index fc65678..28e6d66 100644 --- a/src/WinUIEx/WinUIEx.csproj +++ b/src/WinUIEx/WinUIEx.csproj @@ -25,10 +25,7 @@ WinUIEx WinUI Extensions - - Added full support for Native AOT - - Upgraded Windows App SDK to 1.6.0 - - Upgraded CSWinRT to 2.1.3 - - Changed required target framework to 10.0.19041.0 + - Workaround package bug in WebView2 nuget package. (Issue #188) @@ -38,6 +35,7 @@ runtime; build; native; contentfiles; analyzers; buildtransitive + all