2019-09-05 02:04:20 +00:00
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
2018-12-26 19:39:13 +00:00
|
|
|
|
|
|
|
|
|
<PropertyGroup>
|
2020-11-14 21:01:05 +00:00
|
|
|
|
<TargetFramework>net5.0</TargetFramework>
|
2018-12-26 19:39:13 +00:00
|
|
|
|
<Platforms>AnyCPU;x64</Platforms>
|
2021-06-26 21:47:11 +00:00
|
|
|
|
<RepositoryUrl>https://github.com/sphildreth/roadie</RepositoryUrl>
|
|
|
|
|
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
|
2018-12-26 19:39:13 +00:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
2021-05-08 13:52:24 +00:00
|
|
|
|
<PackageReference Include="Hashids.net" Version="1.4.0" />
|
2021-06-18 02:20:17 +00:00
|
|
|
|
<PackageReference Include="Microsoft.AspNetCore.Identity.UI" Version="5.0.7" />
|
2018-12-26 19:39:13 +00:00
|
|
|
|
<PackageReference Include="Microsoft.AspNetCore.Mvc" Version="2.2.0" />
|
2021-05-31 13:45:15 +00:00
|
|
|
|
<PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="6.11.1" />
|
|
|
|
|
<PackageReference Include="System.Linq.Dynamic.Core" Version="1.2.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" />
|
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>
|