Files
mapo-core/EgwProxy.MP.Core.Release.nuspec
2024-07-17 11:19:58 +02:00

27 lines
1.2 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\Release\MP.AppAuth*.dll" target="lib" />
<file src="MP.AppAuth\bin\Release\MP.AppAuth*.config" target="lib" />
</files>
</package>