DllUfpEntity.csproj 664 B

12345678910111213141516171819202122
  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <TargetFramework>netstandard2.0</TargetFramework>
  4. </PropertyGroup>
  5. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
  6. <DocumentationFile>bin\Debug\netcoreapp2.1\netcoreapp2.1\DllUfpEntity\DllUfpEntity.xml</DocumentationFile>
  7. </PropertyGroup>
  8. <ItemGroup>
  9. <PackageReference Include="AutoMapper" Version="10.1.1" />
  10. <PackageReference Include="System.ComponentModel.Annotations" Version="5.0.0" />
  11. </ItemGroup>
  12. <ItemGroup>
  13. <Reference Include="Cksoft.Unity">
  14. <HintPath>..\..\Dll\Cksoft.Unity.dll</HintPath>
  15. </Reference>
  16. </ItemGroup>
  17. </Project>