cache nuget packages
This commit is contained in:
25
local-nuget/ephemeralmongo/3.0.0/EphemeralMongo.nuspec
Normal file
25
local-nuget/ephemeralmongo/3.0.0/EphemeralMongo.nuspec
Normal file
@@ -0,0 +1,25 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
|
||||
<metadata>
|
||||
<id>EphemeralMongo</id>
|
||||
<version>3.0.0</version>
|
||||
<authors>Anthony Simmon</authors>
|
||||
<license type="expression">Apache-2.0</license>
|
||||
<licenseUrl>https://licenses.nuget.org/Apache-2.0</licenseUrl>
|
||||
<readme>README.md</readme>
|
||||
<projectUrl>https://github.com/asimmon/ephemeral-mongo</projectUrl>
|
||||
<description>Provides access to preconfigured MongoDB servers for testing purposes, without Docker or other dependencies.</description>
|
||||
<copyright>Copyright © Anthony Simmon 2025</copyright>
|
||||
<tags>MongoDB Mongo test testing unittest integrationtest</tags>
|
||||
<repository type="git" url="https://github.com/asimmon/ephemeral-mongo" branch="main" commit="1809712ab28adb04ef3c3acbafe522a61143d710" />
|
||||
<dependencies>
|
||||
<group targetFramework="net8.0">
|
||||
<dependency id="MongoDB.Driver" version="3.3.0" exclude="Build,Analyzers" />
|
||||
</group>
|
||||
<group targetFramework=".NETStandard2.1">
|
||||
<dependency id="MongoDB.Driver" version="3.3.0" exclude="Build,Analyzers" />
|
||||
<dependency id="System.Text.Json" version="8.0.5" exclude="Build,Analyzers" />
|
||||
</group>
|
||||
</dependencies>
|
||||
</metadata>
|
||||
</package>
|
||||
Reference in New Issue
Block a user