- <Project Sdk="Microsoft.NET.Sdk">
- <PropertyGroup>
- <TargetFramework>netstandard2.0</TargetFramework>
- </PropertyGroup>
- <ItemGroup>
- <Reference Include="Cksoft.Data.Dapper">
- <HintPath>..\Dll\Cksoft.Data.Dapper.dll</HintPath>
- </Reference>
- <Reference Include="DllHsms">
- <HintPath>..\Dll\DllHsms.dll</HintPath>
- </Reference>
- </ItemGroup>
- </Project>
|