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.
25 lines
1.1 KiB
25 lines
1.1 KiB
2 years ago
|
<Project Sdk="Microsoft.NET.Sdk.Web">
|
||
|
|
||
|
<PropertyGroup>
|
||
|
<TargetFramework>net6.0</TargetFramework>
|
||
|
<RootNamespace>InternalGateway</RootNamespace>
|
||
|
<LangVersion>latest</LangVersion>
|
||
|
</PropertyGroup>
|
||
|
|
||
|
<ItemGroup>
|
||
|
<PackageReference Include="IdentityServer4.AccessTokenValidation" Version="3.0.1" />
|
||
|
<PackageReference Include="Microsoft.AspNetCore.DataProtection.StackExchangeRedis" Version="6.0.12" />
|
||
|
<PackageReference Include="Microsoft.Extensions.Caching.StackExchangeRedis" Version="6.0.12" />
|
||
|
<PackageReference Include="Ocelot" Version="17.0.0" />
|
||
|
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.3.1" />
|
||
|
<PackageReference Include="Volo.Abp.EntityFrameworkCore.SqlServer" Version="5.3.5" />
|
||
|
<PackageReference Include="Volo.Abp.Identity.HttpApi" Version="5.3.5" />
|
||
|
</ItemGroup>
|
||
|
|
||
|
<ItemGroup>
|
||
|
<ProjectReference Include="..\..\..\Modules\Shared\src\Win_in.Sfs.Shared.Application\Win_in.Sfs.Shared.Application.csproj" />
|
||
|
<ProjectReference Include="..\..\..\Modules\Shared\src\Win_in.Sfs.Shared.Host\Win_in.Sfs.Shared.Host.csproj" />
|
||
|
</ItemGroup>
|
||
|
|
||
|
</Project>
|