2019-09-05 02:04:20 +00:00
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
2018-12-26 19:39:13 +00:00
|
|
|
|
|
|
|
|
|
<PropertyGroup>
|
2019-12-05 14:05:22 +00:00
|
|
|
|
<TargetFramework>netcoreapp3.1</TargetFramework>
|
2018-12-26 19:39:13 +00:00
|
|
|
|
<Platforms>AnyCPU;x64</Platforms>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
2019-10-30 22:54:53 +00:00
|
|
|
|
<PackageReference Include="Hashids.net" Version="1.3.0" />
|
2020-04-12 20:01:45 +00:00
|
|
|
|
<PackageReference Include="Microsoft.AspNetCore.Identity.UI" Version="3.1.3" />
|
2018-12-26 19:39:13 +00:00
|
|
|
|
<PackageReference Include="Microsoft.AspNetCore.Mvc" Version="2.2.0" />
|
2020-04-12 20:01:45 +00:00
|
|
|
|
<PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="6.5.0" />
|
|
|
|
|
<PackageReference Include="System.Linq.Dynamic.Core" Version="1.0.23" />
|
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" />
|
2019-09-05 02:04:20 +00:00
|
|
|
|
<ProjectReference Include="..\Roadie.Dlna\Roadie.Dlna.csproj" />
|
2018-12-26 19:39:13 +00:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
</Project>
|