﻿<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
  <metadata>
    <id>Microsoft.Build.Locator</id>
    <version>1.7.8</version>
    <title>MSBuild Locator</title>
    <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>https://github.com/microsoft/MSBuildLocator</projectUrl>
    <iconUrl>http://go.microsoft.com/fwlink/?LinkID=825694</iconUrl>
    <description>Package that assists in locating and using a copy of MSBuild installed as part of Visual Studio 2017 or higher or .NET Core SDK 2.1 or higher.</description>
    <copyright>© Microsoft Corporation. All rights reserved.</copyright>
    <tags>msbuildlocator locator buildlocator</tags>
    <repository type="git" url="https://github.com/microsoft/MSBuildLocator" commit="6daa2be09c7dafe464b69e2565dbc889aebf6d22" />
    <dependencies>
      <group targetFramework=".NETFramework4.6" />
      <group targetFramework="net6.0" />
    </dependencies>
  </metadata>
</package>