roadie/Roadie.Api.Services/Roadie.Api.Services.csproj

22 lines
774 B
XML
Raw Normal View History

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" />
<PackageReference Include="Microsoft.AspNetCore.Identity.UI" Version="2.2.0" />
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-05-11 03:07:45 +00:00
<PackageReference Include="System.Linq.Dynamic.Core" Version="1.0.13" />
2018-12-26 19:39:13 +00:00
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Roadie.Api.Hubs\Roadie.Api.Hubs.csproj" />
<ProjectReference Include="..\Roadie.Api.Library\Roadie.Library.csproj" />
2018-12-26 19:39:13 +00:00
</ItemGroup>
</Project>