Convert Database projects so they build installable Packages rather than deploy to bin and modify installation to deploy Databases on demand as needed.
This commit is contained in:
24
Oqtane.Database.SqlServer/Oqtane.Database.SqlServer.nuspec
Normal file
24
Oqtane.Database.SqlServer/Oqtane.Database.SqlServer.nuspec
Normal file
@ -0,0 +1,24 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
|
||||
<metadata>
|
||||
<id>Oqtane.Database.SqlServer</id>
|
||||
<version>1.0.0</version>
|
||||
<authors>Shaun Walker</authors>
|
||||
<owners>.NET Foundation</owners>
|
||||
<title>Oqtane SqlServer Provider</title>
|
||||
<description>Add support for SqlServer to the Oqtane Framework</description>
|
||||
<copyright>.NET Foundation</copyright>
|
||||
<requireLicenseAcceptance>false</requireLicenseAcceptance>
|
||||
<license type="expression">MIT</license>
|
||||
<projectUrl>https://github.com/oqtane/oqtane.framework</projectUrl>
|
||||
<iconUrl>https://www.oqtane.org/Portals/0/icon.jpg</iconUrl>
|
||||
<tags>oqtane</tags>
|
||||
<releaseNotes>https://github.com/oqtane/oqtane.framework/releases/tag/v2.0.2</releaseNotes>
|
||||
<summary>Add support for SqlServer to the Oqtane Framework</summary>
|
||||
</metadata>
|
||||
<files>
|
||||
<file src="bin\net5.0\Oqtane.Database.SqlServer.dll" target="lib\net5.0" />
|
||||
<file src="bin\net5.0\Oqtane.Database.SqlServer.pdb" target="lib\net5.0" />
|
||||
<file src="bin\net5.0\Microsoft.EntityFrameworkCore.SqlServer.dll" target="lib\net5.0" />
|
||||
</files>
|
||||
</package>
|
Reference in New Issue
Block a user