profileShare

rasmusjy / splitapp-backend-microservices

Read-only snapshot

No repository description.

main default branch 501 files Expires Sep 13, 2026, 9:06 AM
SplitApp.Modules.Users.Api.csproj 1,124 bytes
1 <Project Sdk="Microsoft.NET.Sdk.Razor">
2
3 <PropertyGroup>
4 <TargetFramework>net10.0</TargetFramework>
5 <Nullable>enable</Nullable>
6 <ImplicitUsings>enable</ImplicitUsings>
7 </PropertyGroup>
8
9
10 <ItemGroup>
11 <SupportedPlatform Include="browser" />
12 </ItemGroup>
13
14 <ItemGroup>
15 <PackageReference Include="Asp.Versioning.Mvc" Version="8.1.0" />
16 <PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="10.0.5" />
17 <PackageReference Include="Microsoft.AspNetCore.Components.Web" Version="10.0.0" />
18 <PackageReference Include="Microsoft.AspNetCore.Mvc.Core" Version="2.3.9" />
19 </ItemGroup>
20
21 <ItemGroup>
22 <ProjectReference Include="..\SplitApp.Modules.Users.Application\SplitApp.Modules.Users.Application.csproj" />
23 <ProjectReference Include="..\..\..\Shared\SplitApp.Shared.Kernel\SplitApp.Shared.Kernel.csproj" />
24 <ProjectReference Include="..\..\..\Shared\SplitApp.Shared.Contracts\SplitApp.Shared.Contracts.csproj" />
25 <ProjectReference Include="..\..\..\Shared\SplitApp.Shared.Messaging\SplitApp.Shared.Messaging.csproj" />
26 </ItemGroup>
27
28 </Project>
29