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" />
|
2018-12-26 19:39:13 +00:00
|
|
|
<PackageReference Include="Microsoft.AspNetCore.Mvc" Version="2.2.0" />
|
2019-01-27 22:49:55 +00:00
|
|
|
<PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="5.4.0" />
|
2019-02-10 00:19:26 +00:00
|
|
|
<PackageReference Include="System.Linq.Dynamic.Core" Version="1.0.10" />
|
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>
|
|
|
|
|
2019-01-08 15:51:26 +00:00
|
|
|
<ItemGroup>
|
|
|
|
<Reference Include="Microsoft.AspNetCore.Identity.UI">
|
|
|
|
<HintPath>..\..\..\Program Files\dotnet\sdk\NuGetFallbackFolder\microsoft.aspnetcore.identity.ui\2.2.0\lib\netstandard2.0\Microsoft.AspNetCore.Identity.UI.dll</HintPath>
|
|
|
|
</Reference>
|
|
|
|
</ItemGroup>
|
|
|
|
|
2018-12-26 19:39:13 +00:00
|
|
|
</Project>
|