diff --git a/scripts/Microsoft.Xaml.Behaviors.WinUI.Managed.nuspec b/scripts/Microsoft.Xaml.Behaviors.WinUI.Managed.nuspec index 5adfd1f..a45e062 100644 --- a/scripts/Microsoft.Xaml.Behaviors.WinUI.Managed.nuspec +++ b/scripts/Microsoft.Xaml.Behaviors.WinUI.Managed.nuspec @@ -15,7 +15,7 @@ Behavior Action Behaviors Actions Blend Managed C# Interaction Interactivity Interactions WinUI - + diff --git a/src/BehaviorsSDKManaged/ManagedUnitTests/ManagedUnitTests.csproj b/src/BehaviorsSDKManaged/ManagedUnitTests/ManagedUnitTests.csproj index 3fb37e4..bbc83b0 100644 --- a/src/BehaviorsSDKManaged/ManagedUnitTests/ManagedUnitTests.csproj +++ b/src/BehaviorsSDKManaged/ManagedUnitTests/ManagedUnitTests.csproj @@ -141,7 +141,7 @@ 2.2.10 - 13.0.2 + 13.0.3 diff --git a/src/BehaviorsSDKManaged/Microsoft.Xaml.Interactions.Design/Microsoft.Xaml.Interactions.Design.csproj b/src/BehaviorsSDKManaged/Microsoft.Xaml.Interactions.Design/Microsoft.Xaml.Interactions.Design.csproj index eab3d68..ce752ef 100644 --- a/src/BehaviorsSDKManaged/Microsoft.Xaml.Interactions.Design/Microsoft.Xaml.Interactions.Design.csproj +++ b/src/BehaviorsSDKManaged/Microsoft.Xaml.Interactions.Design/Microsoft.Xaml.Interactions.Design.csproj @@ -131,10 +131,10 @@ This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - + - + \ No newline at end of file diff --git a/src/BehaviorsSDKManaged/Microsoft.Xaml.Interactions.Design/packages.config b/src/BehaviorsSDKManaged/Microsoft.Xaml.Interactions.Design/packages.config index c9d436c..c2806fb 100644 --- a/src/BehaviorsSDKManaged/Microsoft.Xaml.Interactions.Design/packages.config +++ b/src/BehaviorsSDKManaged/Microsoft.Xaml.Interactions.Design/packages.config @@ -1,5 +1,5 @@  - + \ No newline at end of file diff --git a/src/BehaviorsSDKManaged/Microsoft.Xaml.Interactions.WinUI/Microsoft.Xaml.Interactions.WinUI.csproj b/src/BehaviorsSDKManaged/Microsoft.Xaml.Interactions.WinUI/Microsoft.Xaml.Interactions.WinUI.csproj index ad27194..222b814 100644 --- a/src/BehaviorsSDKManaged/Microsoft.Xaml.Interactions.WinUI/Microsoft.Xaml.Interactions.WinUI.csproj +++ b/src/BehaviorsSDKManaged/Microsoft.Xaml.Interactions.WinUI/Microsoft.Xaml.Interactions.WinUI.csproj @@ -2,6 +2,7 @@ Library net8.0-windows10.0.17763.0 + 10.0.17763.41 10.0.17763.0 Microsoft.Xaml.Interactions AnyCPU;x86;x64;arm64 @@ -10,6 +11,11 @@ $(TargetPlatformMinVersion) false true + true + 2 + + + true AnyCPU @@ -104,7 +110,8 @@ all runtime; build; native; contentfiles; analyzers; buildtransitive - + + diff --git a/src/BehaviorsSDKManaged/Microsoft.Xaml.Interactions/Microsoft.Xaml.Interactions.csproj b/src/BehaviorsSDKManaged/Microsoft.Xaml.Interactions/Microsoft.Xaml.Interactions.csproj index 89b0590..bb742c3 100644 --- a/src/BehaviorsSDKManaged/Microsoft.Xaml.Interactions/Microsoft.Xaml.Interactions.csproj +++ b/src/BehaviorsSDKManaged/Microsoft.Xaml.Interactions/Microsoft.Xaml.Interactions.csproj @@ -132,7 +132,7 @@ - 6.2.10 + 6.2.14 1.0.0 diff --git a/src/BehaviorsSDKManaged/Microsoft.Xaml.Interactivity.Shared/ActionCollection.cs b/src/BehaviorsSDKManaged/Microsoft.Xaml.Interactivity.Shared/ActionCollection.cs index ea90c0f..92682c7 100644 --- a/src/BehaviorsSDKManaged/Microsoft.Xaml.Interactivity.Shared/ActionCollection.cs +++ b/src/BehaviorsSDKManaged/Microsoft.Xaml.Interactivity.Shared/ActionCollection.cs @@ -15,7 +15,7 @@ namespace Microsoft.Xaml.Interactivity /// /// Represents a collection of IActions. /// - public sealed class ActionCollection : DependencyObjectCollection + public sealed partial class ActionCollection : DependencyObjectCollection { /// /// Initializes a new instance of the class. diff --git a/src/BehaviorsSDKManaged/Microsoft.Xaml.Interactivity.Shared/BehaviorCollection.cs b/src/BehaviorsSDKManaged/Microsoft.Xaml.Interactivity.Shared/BehaviorCollection.cs index b55f172..8330403 100644 --- a/src/BehaviorsSDKManaged/Microsoft.Xaml.Interactivity.Shared/BehaviorCollection.cs +++ b/src/BehaviorsSDKManaged/Microsoft.Xaml.Interactivity.Shared/BehaviorCollection.cs @@ -17,7 +17,7 @@ namespace Microsoft.Xaml.Interactivity /// /// Represents a collection of IBehaviors with a shared . /// - public sealed class BehaviorCollection : DependencyObjectCollection + public sealed partial class BehaviorCollection : DependencyObjectCollection { // After a VectorChanged event we need to compare the current state of the collection // with the old collection so that we can call Detach on all removed items. diff --git a/src/BehaviorsSDKManaged/Microsoft.Xaml.Interactivity.WinUI/Microsoft.Xaml.Interactivity.WinUI.csproj b/src/BehaviorsSDKManaged/Microsoft.Xaml.Interactivity.WinUI/Microsoft.Xaml.Interactivity.WinUI.csproj index b62a136..193221c 100644 --- a/src/BehaviorsSDKManaged/Microsoft.Xaml.Interactivity.WinUI/Microsoft.Xaml.Interactivity.WinUI.csproj +++ b/src/BehaviorsSDKManaged/Microsoft.Xaml.Interactivity.WinUI/Microsoft.Xaml.Interactivity.WinUI.csproj @@ -2,6 +2,7 @@ Library net8.0-windows10.0.17763.0 + 10.0.17763.41 10.0.17763.0 Microsoft.Xaml.Interactivity AnyCPU;x86;x64;arm64 @@ -10,6 +11,11 @@ $(TargetPlatformMinVersion) false true + true + 2 + + + true ..\..\..\out\WinUI\$(SolutionName)\bin\$(Platform)\$(Configuration)\ @@ -101,7 +107,8 @@ all runtime; build; native; contentfiles; analyzers; buildtransitive - + + @@ -181,7 +188,7 @@ ..\..\..\out\NuGetPackages - + ..\..\..\out\WinUI\BehaviorsSDKManaged\bin\$(Platform)\Release\Microsoft.Xaml.Interactivity.xml diff --git a/src/BehaviorsSDKManaged/Microsoft.Xaml.Interactivity/Microsoft.Xaml.Interactivity.csproj b/src/BehaviorsSDKManaged/Microsoft.Xaml.Interactivity/Microsoft.Xaml.Interactivity.csproj index ec87ee3..541d6ea 100644 --- a/src/BehaviorsSDKManaged/Microsoft.Xaml.Interactivity/Microsoft.Xaml.Interactivity.csproj +++ b/src/BehaviorsSDKManaged/Microsoft.Xaml.Interactivity/Microsoft.Xaml.Interactivity.csproj @@ -128,7 +128,7 @@ - 6.2.10 + 6.2.14 1.0.0 diff --git a/src/BehaviorsSDKNative/Microsoft.Xaml.Interactions.Design/Microsoft.Xaml.Interactions.Design.csproj b/src/BehaviorsSDKNative/Microsoft.Xaml.Interactions.Design/Microsoft.Xaml.Interactions.Design.csproj index 62603f4..c9058c0 100644 --- a/src/BehaviorsSDKNative/Microsoft.Xaml.Interactions.Design/Microsoft.Xaml.Interactions.Design.csproj +++ b/src/BehaviorsSDKNative/Microsoft.Xaml.Interactions.Design/Microsoft.Xaml.Interactions.Design.csproj @@ -129,7 +129,7 @@ all - 4.9.4 + 5.7.0 runtime; build; native; contentfiles; analyzers; buildtransitive all