2020-12-06 16:01:38 +01:00
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk.Web">
|
|
|
|
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<TargetFramework>net5.0</TargetFramework>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
2020-12-12 18:11:56 +01:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Content Remove="wwwroot\tessdata\eng.traineddata" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
2020-12-06 16:01:38 +01:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="5.0.0" NoWarn="NU1605" />
|
|
|
|
|
<PackageReference Include="Microsoft.AspNetCore.Authentication.OpenIdConnect" Version="5.0.0" NoWarn="NU1605" />
|
|
|
|
|
<PackageReference Include="Swashbuckle.AspNetCore" Version="5.6.3" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<ProjectReference Include="..\Serwer.Core\Serwer.Core.csproj" />
|
|
|
|
|
<ProjectReference Include="..\Serwer.Infrastructure\Serwer.Infrastructure.csproj" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
2020-12-12 18:11:56 +01:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
<None Include="wwwroot\tessdata\eng.traineddata" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
2020-12-06 16:01:38 +01:00
|
|
|
|
</Project>
|