1
0
Files
CoreProfilerExample/CoreProfilerExample.Common/CoreProfilerExample.Common.csproj
2024-03-25 17:39:44 +08:00

14 lines
303 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="coreprofiler" Version="1.1.4" />
</ItemGroup>
</Project>