2018-12-26 19:39:13 +00:00
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
<TargetFramework>netcoreapp2.2</TargetFramework>
|
|
|
|
<Platforms>AnyCPU;x64</Platforms>
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
<ItemGroup>
|
2019-01-02 02:03:17 +00:00
|
|
|
<PackageReference Include="Hashids.net" Version="1.2.2" />
|
2019-05-29 22:25:40 +00:00
|
|
|
<PackageReference Include="Microsoft.AspNetCore.Identity.UI" Version="2.2.5" />
|
2018-12-26 19:39:13 +00:00
|
|
|
<PackageReference Include="Microsoft.AspNetCore.Mvc" Version="2.2.0" />
|
2019-07-07 03:16:33 +00:00
|
|
|
<PackageReference Include="Newtonsoft.Json" Version="12.0.2" />
|
2019-06-30 22:14:36 +00:00
|
|
|
<PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="5.5.0" />
|
2019-07-03 16:21:29 +00:00
|
|
|
<PackageReference Include="System.Linq.Dynamic.Core" Version="1.0.18" />
|
2018-12-26 19:39:13 +00:00
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
<ProjectReference Include="..\Roadie.Api.Hubs\Roadie.Api.Hubs.csproj" />
|
2019-02-03 15:51:31 +00:00
|
|
|
<ProjectReference Include="..\Roadie.Api.Library\Roadie.Library.csproj" />
|
2018-12-26 19:39:13 +00:00
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
</Project>
|