28 lines
1.3 KiB
XML
28 lines
1.3 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
|
|
<metadata>
|
|
<id>EgwProxy.MP.Core</id>
|
|
<version>#version#</version>
|
|
<title>EgwProxy.MP.Core</title>
|
|
<authors>Samuele E. Locatelli, EgalWare</authors>
|
|
<requireLicenseAcceptance>false</requireLicenseAcceptance>
|
|
<license type="expression">MIT</license>
|
|
<description>Libreria accesso DB MP-Core x sync dati tabelle Config/Vocabolario</description>
|
|
<releaseNotes>#releaseNotes#</releaseNotes>
|
|
<copyright>#copyright#</copyright>
|
|
<tags>EgwProxy.MP.Core DB</tags>
|
|
<dependencies>
|
|
<dependency id="Microsoft.EntityFrameworkCore" version="6.0.9" />
|
|
<dependency id="Microsoft.EntityFrameworkCore.Design" version="6.0.9" />
|
|
<dependency id="Microsoft.EntityFrameworkCore.Relational" version="6.0.9" />
|
|
<dependency id="Microsoft.EntityFrameworkCore.SqlServer" version="6.0.9" />
|
|
<dependency id="Microsoft.EntityFrameworkCore.Tools" version="6.0.9" />
|
|
<dependency id="NLog" version="5.0.4" />
|
|
</dependencies>
|
|
</metadata>
|
|
<files>
|
|
<file src="MP.AppAuth\bin\Debug\MP.AppAuth*.dll" target="lib" />
|
|
<file src="MP.AppAuth\bin\Debug\MP.AppAuth*.config" target="lib" />
|
|
<file src="MP.AppAuth\bin\Debug\MP.AppAuth*.pdb" target="lib" />
|
|
</files>
|
|
</package> |