opentelemetry-dotnet/docs/logs/redaction/redaction.csproj

11 lines
386 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<!-- this is temporary. will remove in future PR. -->
<Nullable>disable</Nullable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Logging" />
<ProjectReference Include="$(RepoRoot)\src\OpenTelemetry.Exporter.Console\OpenTelemetry.Exporter.Console.csproj" />
</ItemGroup>
</Project>