diff --git a/Directory.Packages.props b/Directory.Packages.props index 8651672751..bb8dd4d74f 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -5,7 +5,8 @@ - + + diff --git a/NOTICE.md b/NOTICE.md index 60b480d6c0..bb03f9ade1 100644 --- a/NOTICE.md +++ b/NOTICE.md @@ -1493,7 +1493,7 @@ SOFTWARE. - AdaptiveCards.ObjectModel.WinUI3 2.0.0-beta - AdaptiveCards.Rendering.WinUI3 2.1.0-beta -- AdaptiveCards.Templating 2.0.2 +- AdaptiveCards.Templating 2.0.5 - Appium.WebDriver 4.4.5 - Azure.AI.OpenAI 1.0.0-beta.17 - CommunityToolkit.Common 8.4.0 @@ -1518,6 +1518,7 @@ SOFTWARE. - Markdig.Signed 0.34.0 - MessagePack 3.1.3 - Microsoft.Bcl.AsyncInterfaces 9.0.6 +- Microsoft.Bot.AdaptiveExpressions.Core 4.23.0 - Microsoft.CodeAnalysis.NetAnalyzers 9.0.0 - Microsoft.Data.Sqlite 9.0.6 - Microsoft.Diagnostics.Tracing.TraceEvent 3.1.16 diff --git a/src/modules/cmdpal/Microsoft.CmdPal.UI.ViewModels/Microsoft.CmdPal.UI.ViewModels.csproj b/src/modules/cmdpal/Microsoft.CmdPal.UI.ViewModels/Microsoft.CmdPal.UI.ViewModels.csproj index 8057bb09be..37c89fde07 100644 --- a/src/modules/cmdpal/Microsoft.CmdPal.UI.ViewModels/Microsoft.CmdPal.UI.ViewModels.csproj +++ b/src/modules/cmdpal/Microsoft.CmdPal.UI.ViewModels/Microsoft.CmdPal.UI.ViewModels.csproj @@ -14,11 +14,22 @@ SA1313; + + AdaptiveCards.ObjectModel.WinUI3;AdaptiveCards.Rendering.WinUI3 + true + + - + + + compile + + + compile + all @@ -28,7 +39,21 @@ - + + + + runtimes\win10-$(Platform)\native + + + + + + + + + + diff --git a/src/modules/cmdpal/Microsoft.CmdPal.UI/Microsoft.CmdPal.UI.csproj b/src/modules/cmdpal/Microsoft.CmdPal.UI/Microsoft.CmdPal.UI.csproj index 3cd82da3ba..c3840c074e 100644 --- a/src/modules/cmdpal/Microsoft.CmdPal.UI/Microsoft.CmdPal.UI.csproj +++ b/src/modules/cmdpal/Microsoft.CmdPal.UI/Microsoft.CmdPal.UI.csproj @@ -89,10 +89,6 @@ - - - - @@ -177,17 +173,6 @@ true - - - - - runtimes\win10-$(Platform)\native - - - - - PreserveNewest