You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

40 lines
2.3 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
<metadata>
<id>Microsoft.Xaml.Behaviors.Wpf</id>
<version>1.1.31</version>
<title>Microsoft.Xaml.Behaviors.Wpf</title>
<authors>Microsoft</authors>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<license type="expression">MIT</license>
<licenseUrl>https://licenses.nuget.org/MIT</licenseUrl>
<projectUrl>https://github.com/Microsoft/XamlBehaviorsWpf</projectUrl>
<iconUrl>http://go.microsoft.com/fwlink/?LinkID=708511</iconUrl>
<description>Easily add interactivity to your apps using XAML Behaviors for WPF. Behaviors encapsulate reusable functionalities for elements that can be easily added to your XAML without the need for more imperative code.</description>
<copyright>© Microsoft Corporation. All rights reserved.</copyright>
<tags>Behavior Action Behaviors Actions Blend Managed C# Interaction Interactivity Interactions</tags>
<repository type="git" url="https://github.com/microsoft/XamlBehaviorsWpf" commit="302a27da21749b330a8b5807bc69f62f4372ff94" />
<dependencies>
<group targetFramework=".NETFramework4.5" />
<group targetFramework=".NETCoreApp3.1" />
<group targetFramework="net5.0-windows7.0" />
</dependencies>
<frameworkReferences>
<group targetFramework=".NETCoreApp3.1">
<frameworkReference name="Microsoft.WindowsDesktop.App.WPF" />
</group>
<group targetFramework="net5.0-windows7.0">
<frameworkReference name="Microsoft.WindowsDesktop.App.WPF" />
</group>
</frameworkReferences>
<frameworkAssemblies>
<frameworkAssembly assemblyName="PresentationCore" targetFramework=".NETFramework4.5" />
<frameworkAssembly assemblyName="PresentationFramework" targetFramework=".NETFramework4.5" />
<frameworkAssembly assemblyName="System.Core" targetFramework=".NETFramework4.5" />
<frameworkAssembly assemblyName="System" targetFramework=".NETFramework4.5" />
<frameworkAssembly assemblyName="System.Xaml" targetFramework=".NETFramework4.5" />
<frameworkAssembly assemblyName="System.XML" targetFramework=".NETFramework4.5" />
<frameworkAssembly assemblyName="WindowsBase" targetFramework=".NETFramework4.5" />
</frameworkAssemblies>
</metadata>
</package>