persistence/DD.Persistence.TestTelemetryStress/DD.Persistence.TestTelemetryStress.csproj

15 lines
383 B
XML
Raw Normal View History

2024-12-24 16:12:46 +05:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net9.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\DD.Persistence.Database.Postgres\DD.Persistence.Database.Postgres.csproj" />
</ItemGroup>
</Project>