2019-09-05 02:04:20 +00:00
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
2018-12-26 19:39:13 +00:00
|
|
|
|
|
|
|
|
|
<PropertyGroup>
|
2019-10-23 13:45:36 +00:00
|
|
|
|
<TargetFramework>netcoreapp3.0</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" />
|
2019-10-23 13:45:36 +00:00
|
|
|
|
<PackageReference Include="Microsoft.AspNetCore.Identity.UI" Version="3.0.0" />
|
2018-12-26 19:39:13 +00:00
|
|
|
|
<PackageReference Include="Microsoft.AspNetCore.Mvc" Version="2.2.0" />
|
2019-10-23 13:45:36 +00:00
|
|
|
|
<PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="5.6.0" />
|
2019-09-05 02:04:20 +00:00
|
|
|
|
<PackageReference Include="System.Linq.Dynamic.Core" Version="1.0.19" />
|
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>
|