-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathIBXHelper.1.50.2.nuspec
28 lines (28 loc) · 1.61 KB
/
IBXHelper.1.50.2.nuspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
<metadata>
<id>IBXHelper</id>
<version>1.50.2</version>
<authors>Antonio Luevano ([email protected])</authors>
<owners>Genvio Inc.</owners>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>InfoBlox API C# Library for Azure and Dotnet core 2.1+</description>
<copyright>Copyright ©2019 Genvio Inc.</copyright>
<tags>Infoblox WAPI</tags>
<repository type="git" url="https://github.com/Genvio/InfoBloxHelper" />
<dependencies>
<group targetFramework=".NETCoreApp2.2">
<dependency id="Genvio.Utility" version="1.10.9" exclude="Build,Analyzers" />
<dependency id="Microsoft.Extensions.Configuration" version="2.2.0" exclude="Build,Analyzers" />
<dependency id="Microsoft.Extensions.Configuration.Binder" version="2.2.0" exclude="Build,Analyzers" />
<dependency id="Microsoft.Extensions.Configuration.FileExtensions" version="2.2.0" exclude="Build,Analyzers" />
<dependency id="Microsoft.Extensions.Configuration.Json" version="2.2.0" exclude="Build,Analyzers" />
<dependency id="Newtonsoft.Json" version="12.0.1" exclude="Build,Analyzers" />
</group>
</dependencies>
</metadata>
<files>
<file src="D:\Projects\KPMG\InfoBloxHelper\IBXHelper\bin\Release\netcoreapp2.2\IBXHelper.dll" target="lib\netcoreapp2.2\IBXHelper.dll" />
<file src="D:\Projects\KPMG\InfoBloxHelper\IBXHelper\bin\Release\netcoreapp2.2\appsettings.json" target="lib\netcoreapp2.2\appsettings.json" />
</files>
</package>