System.Waf.Uwp by jbe2277

<PackageReference Include="System.Waf.Uwp" Version="4.1.0-alpha8" />

 System.Waf.Uwp 4.1.0-alpha8

System.Waf is a lightweight framework that helps you to create well-structured XAML applications. This package contains the UWP (Universal Windows Platform) specific types.

<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
  <metadata minClientVersion="3.1">
    <id>System.Waf.Uwp</id>
    <version>4.1.0-alpha8</version>
    <title>System.Waf.Uwp</title>
    <authors>jbe2277</authors>
    <owners>jbe2277</owners>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <licenseUrl>https://raw.githubusercontent.com/jbe2277/waf/master/LICENSE</licenseUrl>
    <projectUrl>https://github.com/jbe2277/waf</projectUrl>
    <description>System.Waf is a lightweight framework that helps you to create well-structured XAML applications. This package contains the UWP (Universal Windows Platform) specific types.</description>
    <releaseNotes>https://github.com/jbe2277/waf/releases</releaseNotes>
    <copyright>Copyright © 2017 jbe2277</copyright>
    <tags>WAF WPF MVVM XAML UWP Model-View-ViewModel UI MVC ViewModel PresentationModel Architecture Module Layered</tags>
    <dependencies>
      <group targetFramework="UAP10.0">
        <dependency id="Microsoft.NETCore.UniversalWindowsPlatform" version="5.1.0" exclude="Build,Analyzers" />
        <dependency id="System.Waf.Core" version="4.1.0-rc1" />
      </group>
    </dependencies>
  </metadata>
</package>