-
Notifications
You must be signed in to change notification settings - Fork 492
Expand file tree
/
Copy pathFitnet.csproj
More file actions
23 lines (19 loc) · 1.11 KB
/
Fitnet.csproj
File metadata and controls
23 lines (19 loc) · 1.11 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<UserSecretsId>90cc6bd5-351d-43ab-ba24-41bef6620dc9</UserSecretsId>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="JetBrains.Annotations" />
<PackageReference Include="Scalar.AspNetCore" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Common\Fitnet.Common.Core\Fitnet.Common.Core.csproj" />
<ProjectReference Include="..\Common\Fitnet.Common.Api\Fitnet.Common.Api.csproj" />
<ProjectReference Include="..\Common\Fitnet.Common.Infrastructure\Fitnet.Common.Infrastructure.csproj" />
<ProjectReference Include="..\Contracts\Fitnet.Contracts.Api\Fitnet.Contracts.Api.csproj" />
<ProjectReference Include="..\Contracts\Fitnet.Contracts.Api\Fitnet.Contracts.Api.csproj" />
<ProjectReference Include="..\Offers\Fitnet.Offers.Api\Fitnet.Offers.Api.csproj" />
<ProjectReference Include="..\Passes\Fitnet.Passes.Api\Fitnet.Passes.Api.csproj" />
<ProjectReference Include="..\Reports\Fitnet.Reports\Fitnet.Reports.csproj" />
</ItemGroup>
</Project>