nuget updates

This commit is contained in:
StellaOps Bot
2025-11-22 14:02:06 +02:00
parent 96352c9d27
commit a7f3c7869a
1681 changed files with 1334973 additions and 0 deletions

View File

@@ -0,0 +1,24 @@
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
<metadata minClientVersion="2.12">
<id>JsonSchema.Net</id>
<version>5.3.0</version>
<authors>Greg Dennis</authors>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<license type="expression">MIT</license>
<licenseUrl>https://licenses.nuget.org/MIT</licenseUrl>
<icon>json-logo-256.png</icon>
<projectUrl>https://github.com/gregsdennis/json-everything</projectUrl>
<description>JSON Schema built on the System.Text.Json namespace.</description>
<releaseNotes>Release notes can be found at https://json-everything.net/json-schema</releaseNotes>
<tags>json-schema validation schema json</tags>
<repository type="git" url="https://github.com/gregsdennis/json-everything" />
<dependencies>
<group targetFramework=".NETStandard2.0">
<dependency id="Json.More.Net" version="1.9.0" exclude="Build,Analyzers" />
<dependency id="JsonPointer.Net" version="3.0.3" exclude="Build,Analyzers" />
<dependency id="JetBrains.Annotations" version="2021.2.0" exclude="Build,Analyzers" />
</group>
</dependencies>
</metadata>
</package>