2022-09-17 22:13:35 +03:00
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
<TargetFramework>net6.0</TargetFramework>
|
|
|
|
<ImplicitUsings>enable</ImplicitUsings>
|
|
|
|
<Nullable>enable</Nullable>
|
2022-10-30 19:48:24 +03:00
|
|
|
<RootNamespace>BlueWest.Data.Application</RootNamespace>
|
2022-09-17 22:13:35 +03:00
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
<ProjectReference Include="..\include\BlueWest.MapTo\src\BlueWest.MapTo\BlueWest.MapTo.csproj" OutputItemType="Analyzer" ReferenceOutputAssembly="false" />
|
|
|
|
<ProjectReference Include="..\include\Math-Expression-Evaluator\SimpleExpressionEvaluator\SimpleExpressionEvaluator.csproj" />
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
<Content Include="obj\rider.project.restore.info" />
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
<ItemGroup>
|
2022-11-13 14:27:48 +03:00
|
|
|
<PackageReference Include="Microsoft.Extensions.Identity.Core" Version="7.0.0" />
|
|
|
|
<PackageReference Include="Microsoft.Extensions.Identity.Stores" Version="7.0.0" />
|
2022-09-17 22:13:35 +03:00
|
|
|
<PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="6.10.0" />
|
|
|
|
</ItemGroup>
|
|
|
|
<Import Project="..\include\BlueWest.MapTo\src\BlueWest.MapTo\MapTo.props" />
|
|
|
|
|
|
|
|
</Project>
|