﻿<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
  <metadata>
    <id>Microsoft.Build.Framework</id>
    <version>16.10.0</version>
    <authors>Microsoft</authors>
    <requireLicenseAcceptance>true</requireLicenseAcceptance>
    <license type="expression">MIT</license>
    <licenseUrl>https://licenses.nuget.org/MIT</licenseUrl>
    <icon>MSBuild-NuGet-Icon.png</icon>
    <projectUrl>http://go.microsoft.com/fwlink/?LinkId=624683</projectUrl>
    <iconUrl>https://go.microsoft.com/fwlink/?linkid=825694</iconUrl>
    <description>This package contains the Microsoft.Build.Framework assembly which is a common assembly used by other MSBuild assemblies.</description>
    <copyright>© Microsoft Corporation. All rights reserved.</copyright>
    <tags>MSBuild</tags>
    <serviceable>true</serviceable>
    <repository type="git" url="https://github.com/dotnet/msbuild" commit="4242f381a90f77f483b123819759db1ff8eddf67" />
    <dependencies>
      <group targetFramework=".NETFramework4.7.2" />
      <group targetFramework=".NETStandard2.0">
        <dependency id="System.Security.Permissions" version="4.7.0" exclude="Build,Analyzers" />
      </group>
    </dependencies>
    <frameworkAssemblies>
      <frameworkAssembly assemblyName="System.Xaml" targetFramework=".NETFramework4.7.2" />
    </frameworkAssemblies>
  </metadata>
</package>