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.

16 lines
490B

  1. <Project Sdk="Microsoft.NET.Sdk.Web">
  2. <PropertyGroup>
  3. <TargetFramework>net10.0</TargetFramework>
  4. <Nullable>enable</Nullable>
  5. <ImplicitUsings>enable</ImplicitUsings>
  6. </PropertyGroup>
  7. <ItemGroup>
  8. <PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="10.0.7" />
  9. <PackageReference Include="Microsoft.AspNetCore.OpenApi" Version="10.0.7" />
  10. <PackageReference Include="System.Data.OleDb" Version="10.0.0" />
  11. </ItemGroup>
  12. </Project>

Powered by TurnKey Linux.