﻿<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
  <metadata>
    <id>AsmResolver</id>
    <version>5.5.0</version>
    <title>AsmResolver</title>
    <authors>AsmResolver</authors>
    <projectUrl>https://github.com/Washi1337/AsmResolver</projectUrl>
    <description>The base library for the AsmResolver executable file inspection toolsuite.</description>
    <copyright>Copyright © Washi 2016-2023</copyright>
    <tags>exe pe dotnet cil inspection manipulation assembly disassembly</tags>
    <repository type="git" url="https://github.com/Washi1337/AsmResolver" commit="6f0a38370372ffc8029a5c1409ea6611bdd4c6a8" />
    <dependencies>
      <group targetFramework=".NETCoreApp3.1" />
      <group targetFramework="net6.0" />
      <group targetFramework=".NETStandard2.0" />
      <group targetFramework=".NETStandard2.1" />
    </dependencies>
  </metadata>
</package>