roadie/Roadie.Api.Services/Roadie.Api.Services.csproj
Steven Hildreth a876eec82b v20190317.1
2019-05-10 22:07:45 -05:00

21 lines
774 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netcoreapp2.2</TargetFramework>
<Platforms>AnyCPU;x64</Platforms>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Hashids.net" Version="1.2.2" />
<PackageReference Include="Microsoft.AspNetCore.Identity.UI" Version="2.2.0" />
<PackageReference Include="Microsoft.AspNetCore.Mvc" Version="2.2.0" />
<PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="5.4.0" />
<PackageReference Include="System.Linq.Dynamic.Core" Version="1.0.13" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Roadie.Api.Hubs\Roadie.Api.Hubs.csproj" />
<ProjectReference Include="..\Roadie.Api.Library\Roadie.Library.csproj" />
</ItemGroup>
</Project>