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

19 lines
513 B
XML

<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="CoreProfiler.Web" Version="1.1.4" />
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.4.0" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\CoreProfilerExample.Service\CoreProfilerExample.Service.csproj" />
</ItemGroup>
</Project>