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

26 lines
1,000 B
XML
Raw Permalink 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>
2021-11-14 23:42:41 +00:00
<TargetFramework>net6.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>
2022-08-07 20:00:01 +00:00
<Version>1.0.1</Version>
2018-12-26 19:39:13 +00:00
</PropertyGroup>
<ItemGroup>
2022-08-07 20:00:01 +00:00
<PackageReference Include="Hashids.net" Version="1.6.1" />
2023-01-26 03:59:01 +00:00
<PackageReference Include="Microsoft.AspNetCore.Identity.UI" Version="6.0.13" />
2018-12-26 19:39:13 +00:00
<PackageReference Include="Microsoft.AspNetCore.Mvc" Version="2.2.0" />
2023-01-26 03:59:01 +00:00
<PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="6.26.0" />
<PackageReference Include="System.Linq.Dynamic.Core" Version="1.2.24" />
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>