﻿<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
  <metadata>
    <id>ShrinkSDK.Command.Integration.App</id>
    <version>0.2.0</version>
    <authors>ShrinkSDK</authors>
    <description>ShrinkCommand and App host integration.</description>
    <repository type="git" url="https://git.crash.work/ShrinkSDK" />
    <dependencies>
      <group targetFramework=".NETStandard2.1">
        <dependency id="ShrinkSDK.App.Core" version="0.2.0" exclude="Build,Analyzers" />
        <dependency id="ShrinkSDK.CodeGen" version="0.1.0" exclude="Runtime,Compile,Native" />
        <dependency id="ShrinkSDK.Command" version="0.3.0" exclude="Build,Analyzers" />
        <dependency id="ShrinkSDK.Context.Core" version="0.2.0" exclude="Build,Analyzers" />
        <dependency id="ShrinkSDK.Runtime.Abstractions" version="0.1.0" exclude="Build,Analyzers" />
      </group>
    </dependencies>
  </metadata>
</package>