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

25 lines
971 B
XML
Raw Normal View History

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-08-29 15:03:05 +00:00
<PackageReference Include="Hashids.net" Version="1.4.1" />
2021-10-21 23:40:38 +00:00
<PackageReference Include="Microsoft.AspNetCore.Identity.UI" Version="5.0.11" />
2018-12-26 19:39:13 +00:00
<PackageReference Include="Microsoft.AspNetCore.Mvc" Version="2.2.0" />
2021-10-21 23:40:38 +00:00
<PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="6.13.1" />
<PackageReference Include="System.Linq.Dynamic.Core" Version="1.2.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" />
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>