- <Project Sdk="Microsoft.NET.Sdk.Web">
-
- <PropertyGroup>
- <TargetFramework>net8.0</TargetFramework>
- <Nullable>enable</Nullable>
- <ImplicitUsings>enable</ImplicitUsings>
- <UserSecretsId>5357f3ec-0c27-49f6-b68e-28f5c2b260a5</UserSecretsId>
- </PropertyGroup>
-
- <ItemGroup>
- <PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="8.0.15" />
- <PackageReference Include="Microsoft.AspNetCore.Cors" Version="2.3.0" />
- <PackageReference Include="Microsoft.AspNetCore.OpenApi" Version="8.0.12" />
- <PackageReference Include="Swashbuckle.AspNetCore" Version="6.6.2" />
- <PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="8.9.0" />
- </ItemGroup>
-
- <ItemGroup>
- <ProjectReference Include="..\ReAct_PME.Application\ReAct_PME.Application.csproj" />
- <ProjectReference Include="..\ReAct_PME.Domain\ReAct_PME.Domain.csproj" />
- </ItemGroup>
-
- </Project>
|