HTEXGpt.csproj 504 B

12345678910111213141516171819
  1. <Project Sdk="Microsoft.NET.Sdk.Web">
  2. <PropertyGroup>
  3. <TargetFramework>net8.0</TargetFramework>
  4. <Nullable>enable</Nullable>
  5. <ImplicitUsings>enable</ImplicitUsings>
  6. </PropertyGroup>
  7. <ItemGroup>
  8. <PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="7.6.1" />
  9. </ItemGroup>
  10. <ItemGroup>
  11. <Reference Include="Newtonsoft.Json">
  12. <HintPath>C:\Program Files\IIS\Microsoft Web Deploy V3\Newtonsoft.Json.dll</HintPath>
  13. </Reference>
  14. </ItemGroup>
  15. </Project>