You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

40 lines
1.4 KiB

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netstandard2.1</TargetFramework>
<PackageId>lr.database</PackageId>
<Authors></Authors>
<Company></Company>
<Description></Description>
<Product></Product>
<Copyright></Copyright>
<PackageReleaseNotes></PackageReleaseNotes>
<PackageIcon>applogo.png</PackageIcon>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<!--<DocumentationFile>C:\work\learun-adms-core\learun.framework.core\learun.core\learun.database\learun.database.xml</DocumentationFile>-->
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Autofac" Version="6.1.0" />
<PackageReference Include="cd.dapper.extension" Version="1.0.6" />
<PackageReference Include="Dapper" Version="2.0.78" />
<PackageReference Include="MySql.Data" Version="8.0.20" />
<PackageReference Include="Newtonsoft.Json" Version="12.0.3" />
<PackageReference Include="Oracle.ManagedDataAccess.Core" Version="2.19.70" />
<PackageReference Include="System.Data.SqlClient" Version="4.8.1" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\learun.util\learun.util.csproj" />
</ItemGroup>
<ItemGroup>
<None Include="..\..\applogo.png">
<Pack>True</Pack>
<PackagePath></PackagePath>
</None>
</ItemGroup>
</Project>