1
0
Files
CoreProfilerExample/CoreProfilerExample.Repository/CoreProfilerExample.Repository.csproj
2024-03-25 16:13:35 +08:00

14 lines
338 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\CoreProfilerExample.Common\CoreProfilerExample.Common.csproj" />
</ItemGroup>
</Project>