Files
mapo-core/EgwProxy.MP.Core.Release.nuspec
T
2024-05-31 18:27:43 +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>MP.AppAuth</id>
<version>#version#</version>
<title>MP.AppAuth</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>MP.AppAuth 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" />
</files>
</package>