source: iknow-api/iknow-api.csproj@ af4f801

Last change on this file since af4f801 was 2e5e3a8, checked in by GitHub <noreply@…>, 11 months ago

Revert "Feature/refresh token"

  • Property mode set to 100644
File size: 365 bytes
Line 
1<Project Sdk="Microsoft.NET.Sdk.Web">
2
3 <PropertyGroup>
4 <TargetFramework>net9.0</TargetFramework>
5 <Nullable>enable</Nullable>
6 <ImplicitUsings>enable</ImplicitUsings>
7 <RootNamespace>iknow_api</RootNamespace>
8 </PropertyGroup>
9
10 <ItemGroup>
11 <PackageReference Include="Microsoft.AspNetCore.OpenApi" Version="9.0.9" />
12 </ItemGroup>
13
14</Project>
Note: See TracBrowser for help on using the repository browser.