wispro.sp.api.csproj 1.6 KB

12345678910111213141516171819202122232425262728293031323334
  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="EfCore.SqlServer2008Query" Version="1.0.4" />
  9. <PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="3.1.18" />
  10. <PackageReference Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="5.0.10" />
  11. <PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="5.0.9">
  12. <PrivateAssets>all</PrivateAssets>
  13. <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
  14. </PackageReference>
  15. <PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="5.0.9" />
  16. <PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="5.0.0" />
  17. <PackageReference Include="Microsoft.Extensions.Logging.Debug" Version="5.0.0" />
  18. <PackageReference Include="Quartz" Version="3.3.3" />
  19. <PackageReference Include="Svg" Version="3.3.0" />
  20. <PackageReference Include="System.Runtime.Caching" Version="6.0.0" />
  21. </ItemGroup>
  22. <ItemGroup>
  23. <ProjectReference Include="..\wispro.sp.share\wispro.sp.share.csproj" />
  24. <ProjectReference Include="..\wispro.sp.utility\wispro.sp.utility.csproj" />
  25. <ProjectReference Include="..\wospro.sp.entity\wispro.sp.entity.csproj" />
  26. </ItemGroup>
  27. <ProjectExtensions><VisualStudio><UserProperties appsettings_1json__JsonSchema="" /></VisualStudio></ProjectExtensions>
  28. </Project>