wispro.sp.api.csproj 1.3 KB

123456789101112131415161718192021222324252627282930
  1. <Project Sdk="Microsoft.NET.Sdk.Web">
  2. <PropertyGroup>
  3. <TargetFramework>net5.0</TargetFramework>
  4. <Platforms>AnyCPU;x64;x86</Platforms>
  5. </PropertyGroup>
  6. <ItemGroup>
  7. <PackageReference Include="DynamicExpresso.Core" Version="2.9.3" />
  8. <PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="3.1.18" />
  9. <PackageReference Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="5.0.10" />
  10. <PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="5.0.9">
  11. <PrivateAssets>all</PrivateAssets>
  12. <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
  13. </PackageReference>
  14. <PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="5.0.9" />
  15. <PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="5.0.0" />
  16. <PackageReference Include="Quartz" Version="3.3.3" />
  17. </ItemGroup>
  18. <ItemGroup>
  19. <ProjectReference Include="..\wispro.sp.share\wispro.sp.share.csproj" />
  20. <ProjectReference Include="..\wispro.sp.utility\wispro.sp.utility.csproj" />
  21. <ProjectReference Include="..\wospro.sp.entity\wispro.sp.entity.csproj" />
  22. </ItemGroup>
  23. <ProjectExtensions><VisualStudio><UserProperties appsettings_1json__JsonSchema="" /></VisualStudio></ProjectExtensions>
  24. </Project>