diff --git a/.vsts-ci.yml b/.vsts-ci.yml index d7fa9f9..f2ebe7d 100644 --- a/.vsts-ci.yml +++ b/.vsts-ci.yml @@ -29,8 +29,8 @@ jobs: - template: scripts/ci/dotnet-install-windows.yml - - powershell: .\scripts\Install-WindowsSdkISO.ps1 18362 - displayName: Install Windows SDK 18362 + - powershell: .\scripts\Install-WindowsSdkISO.ps1 19041 + displayName: Install Windows SDK 19041 - task: MSBuild@1 displayName: Build WinUI package diff --git a/README.md b/README.md index 581ceca..701566f 100644 --- a/README.md +++ b/README.md @@ -7,14 +7,14 @@ The WinUI [Uno.Microsoft.Xaml.Behaviors.WinUI.Managed](https://www.nuget.org/pac To install the WinUI behaviors in .NET class libraries, such as the ones found in Uno Platform 4.7, use the following: ```xml - + - + ``` -You may need to adjust `net6.0-windows10.0.18362.0` to the TargetFramework value found in your project. +You may need to adjust `net6.0-windows10.0.19041.0` to the TargetFramework value found in your project. # **XAML Behaviors** XAML Behaviors is an easy-to-use means of adding common and reusable interactivity to your Windows UWP applications with minimal code. It is available for both native and managed applications. Use of XAML Behaviors is governed by the MIT License diff --git a/samples/CS/XAMLBehaviorsSample/XAMLBehaviorsSample.csproj b/samples/CS/XAMLBehaviorsSample/XAMLBehaviorsSample.csproj index 43ee841..b35077a 100644 --- a/samples/CS/XAMLBehaviorsSample/XAMLBehaviorsSample.csproj +++ b/samples/CS/XAMLBehaviorsSample/XAMLBehaviorsSample.csproj @@ -11,8 +11,8 @@ XAMLBehaviorsSample en-US UAP - 10.0.18362.0 - 10.0.18362.0 + 10.0.19041.0 + 10.0.19041.0 14 true 512 diff --git a/samples/CS/XamlBehaviorsSample.Wasm/XamlBehaviorsSample.Wasm.csproj b/samples/CS/XamlBehaviorsSample.Wasm/XamlBehaviorsSample.Wasm.csproj index 6d48182..6a78752 100644 --- a/samples/CS/XamlBehaviorsSample.Wasm/XamlBehaviorsSample.Wasm.csproj +++ b/samples/CS/XamlBehaviorsSample.Wasm/XamlBehaviorsSample.Wasm.csproj @@ -36,8 +36,8 @@ - - + + diff --git a/src/BehaviorsSDKManaged/Microsoft.Xaml.Interactions/Microsoft.Xaml.Interactions.csproj b/src/BehaviorsSDKManaged/Microsoft.Xaml.Interactions/Microsoft.Xaml.Interactions.csproj index 5d3ba7a..dc73c63 100644 --- a/src/BehaviorsSDKManaged/Microsoft.Xaml.Interactions/Microsoft.Xaml.Interactions.csproj +++ b/src/BehaviorsSDKManaged/Microsoft.Xaml.Interactions/Microsoft.Xaml.Interactions.csproj @@ -24,21 +24,21 @@ WinUI Uno.Microsoft.Xaml.Behaviors.WinUI.Managed - $(TargetFrameworks);net5.0-windows10.0.18362.0 + $(TargetFrameworks);net5.0-windows10.0.19041.0 - - + + NETFX_CORE;WINDOWS_UWP Uno.Microsoft.Xaml.Behaviors.Uwp.Managed - $(TargetFrameworks);uap10.0.18362 + $(TargetFrameworks);uap10.0.19041 - + diff --git a/src/BehaviorsSDKManaged/Microsoft.Xaml.Interactivity/Microsoft.Xaml.Interactivity.csproj b/src/BehaviorsSDKManaged/Microsoft.Xaml.Interactivity/Microsoft.Xaml.Interactivity.csproj index c5ff780..5d21d65 100644 --- a/src/BehaviorsSDKManaged/Microsoft.Xaml.Interactivity/Microsoft.Xaml.Interactivity.csproj +++ b/src/BehaviorsSDKManaged/Microsoft.Xaml.Interactivity/Microsoft.Xaml.Interactivity.csproj @@ -23,21 +23,21 @@ WinUI Uno.Microsoft.Xaml.Behaviors.Interactivity.WinUI - $(TargetFrameworks);net5.0-windows10.0.18362.0 + $(TargetFrameworks);net5.0-windows10.0.19041.0 - - + + NETFX_CORE;WINDOWS_UWP Uno.Microsoft.Xaml.Behaviors.Interactivity - $(TargetFrameworks);uap10.0.18362 + $(TargetFrameworks);uap10.0.19041 - +