FlexitimeTracker/FlexitimeUI/FlexitimeAPI/FlexitimeAPI.csproj
Chris Watts 005da7ce2b create initial react project for flexitime v2 application.
includes .net webapi backend and ui test stubs
2021-03-22 14:54:42 +00:00

19 lines
615 B
XML

<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<TargetFramework>net5.0</TargetFramework>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="RandomNameGeneratorLibrary" Version="1.2.2" />
<PackageReference Include="Swashbuckle.AspNetCore" Version="5.6.3" />
<PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="6.8.0" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Flexitime.Interfaces\Flexitime.Interfaces.csproj" />
<ProjectReference Include="..\Flexitime.Objects\Flexitime.Objects.csproj" />
</ItemGroup>
</Project>