sharee.bike-App/SharedBusinessLogic.Tests.Framework/TestFrameworkCore.csproj

14 lines
319 B
XML
Raw Permalink Normal View History

2023-11-06 12:23:09 +01:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
2024-04-09 12:53:23 +02:00
<ProjectReference Include="..\SharedBusinessLogic\ShareeBikeLibCore.csproj" />
2023-11-06 12:23:09 +01:00
</ItemGroup>
</Project>