15 lines
383 B
XML
15 lines
383 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<Description>
|
|
Provides Dapper migrations for Dapper perisstence providers from various modules.
|
|
</Description>
|
|
<PackageTags>elsa persistence dapper migrations</PackageTags>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="FluentMigrator" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|