﻿<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
  <metadata>
    <id>Just.Core</id>
    <version>1.5.0</version>
    <authors>JustFixMe</authors>
    <license type="file">LICENSE</license>
    <licenseUrl>https://aka.ms/deprecateLicenseUrl</licenseUrl>
    <readme>README.md</readme>
    <description>Small .Net library with useful helper classes, functions and extensions.</description>
    <copyright>Copyright (c) 2023-2026 JustFixMe</copyright>
    <tags>extensions helpers helper-functions</tags>
    <repository type="git" url="https://github.com/JustFixMe/Just.Core/" commit="e37e9b65c3579223208e9c6ddbf5a0bd000994aa" />
    <dependencies>
      <group targetFramework="net10.0" />
      <group targetFramework="net8.0" />
      <group targetFramework="net9.0" />
    </dependencies>
  </metadata>
</package>