﻿<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
  <metadata>
    <id>MfGames.Identifiers</id>
    <version>1.0.2</version>
    <authors>Dylan Moonfire</authors>
    <projectUrl>https://src.mfgames.com/mfgames-cil/mfgames-cil</projectUrl>
    <description>A set of classes and utilities for working with typesafe identifiers.</description>
    <tags>cli</tags>
    <repository type="Git" url="https://src.mfgames.com/mfgames-cil/mfgames-cil" commit="0fd671daea57d71e48d4f5787e5a04d52f01bc71" />
    <dependencies>
      <group targetFramework="net10.0">
        <dependency id="Microsoft.AspNetCore.OpenApi" version="10.0.1" exclude="Build,Analyzers" />
        <dependency id="Microsoft.OpenApi" version="2.3.11" exclude="Build,Analyzers" />
        <dependency id="NGuid" version="1.0.0" exclude="Build,Analyzers" />
        <dependency id="SimpleBase" version="5.4.1" exclude="Build,Analyzers" />
      </group>
    </dependencies>
  </metadata>
</package>