﻿<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
  <metadata>
    <id>Microsoft.NET.ILLink.Tasks</id>
    <version>8.0.30</version>
    <authors>Microsoft</authors>
    <license type="expression">MIT</license>
    <licenseUrl>https://licenses.nuget.org/MIT</licenseUrl>
    <icon>Icon.png</icon>
    <projectUrl>https://dot.net/</projectUrl>
    <description>MSBuild tasks for running the IL Linker</description>
    <releaseNotes>https://go.microsoft.com/fwlink/?LinkID=799421</releaseNotes>
    <copyright>© Microsoft Corporation. All rights reserved.</copyright>
    <serviceable>true</serviceable>
    <repository type="git" url="https://github.com/dotnet/runtime" commit="a83db3e0eb2defb6220e15dae2f1a0462fdbf99f" />
    <dependencies>
      <group targetFramework=".NETFramework4.7.2" />
      <group targetFramework="net8.0" />
    </dependencies>
  </metadata>
</package>