You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

20 lines
755 B

2 years ago
  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <TargetFramework>net6.0</TargetFramework>
  4. <Configurations>Debug;Release</Configurations>
  5. </PropertyGroup>
  6. <ItemGroup>
  7. <PackageReference Include="Microsoft.AspNetCore" Version="2.2.0" />
  8. <PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="3.1.29" />
  9. <PackageReference Include="Microsoft.AspNetCore.Authorization" Version="3.1.29" />
  10. <PackageReference Include="Microsoft.AspNetCore.Mvc.Core" Version="2.2.5" />
  11. <PackageReference Include="Microsoft.AspNetCore.Mvc.Formatters.Json" Version="2.2.0" />
  12. </ItemGroup>
  13. <ItemGroup>
  14. <ProjectReference Include="..\Shentun.Utilities\Shentun.Utilities.csproj" />
  15. </ItemGroup>
  16. </Project>