PublicLibrary.csproj 753 B

123456789101112131415161718192021222324
  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <TargetFramework>netcoreapp2.1</TargetFramework>
  4. </PropertyGroup>
  5. <ItemGroup>
  6. <PackageReference Include="Microsoft.AspNetCore.All" Version="2.0.0" />
  7. <PackageReference Include="Npoi.Mapper" Version="3.3.0" />
  8. <ProjectReference Include="..\src\JCSoft.WX.Framework\JCSoft.WX.Framework.csproj" />
  9. <Reference Include="System" />
  10. <Reference Include="System.Core" />
  11. <!--<Reference Include="System.Web" />-->
  12. <Reference Include="System.Xml.Linq" />
  13. <!--<Reference Include="System.Data.DataSetExtensions" />-->
  14. <Reference Include="Microsoft.CSharp" />
  15. <Reference Include="System.Data" />
  16. <Reference Include="System.Xml" />
  17. </ItemGroup>
  18. </Project>