mirror of
https://github.com/sphildreth/roadie
synced 2024-11-10 06:44:12 +00:00
22 lines
845 B
XML
22 lines
845 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<TargetFramework>netcoreapp3.1</TargetFramework>
|
|
<Platforms>AnyCPU;x64</Platforms>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="Hashids.net" Version="1.3.0" />
|
|
<PackageReference Include="Microsoft.AspNetCore.Identity.UI" Version="3.1.6" />
|
|
<PackageReference Include="Microsoft.AspNetCore.Mvc" Version="2.2.0" />
|
|
<PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="6.7.1" />
|
|
<PackageReference Include="System.Linq.Dynamic.Core" Version="1.2.0" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\Roadie.Api.Hubs\Roadie.Api.Hubs.csproj" />
|
|
<ProjectReference Include="..\Roadie.Api.Library\Roadie.Library.csproj" />
|
|
<ProjectReference Include="..\Roadie.Dlna\Roadie.Dlna.csproj" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|