1
0
mirror of synced 2024-06-29 07:17:39 +00:00
Tapeti/Tapeti.Serilog/Tapeti.Serilog.csproj
Mark van Renswoude 65bbb00751 New features for Tapeti.Cmd
- Send single message from command line
- Pipe messages to standard input
- Generate example JSON
2020-03-29 11:32:51 +02:00

22 lines
537 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<Version>2.0.0</Version>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<NoWarn>1701;1702</NoWarn>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Serilog" Version="2.9.0" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Tapeti\Tapeti.csproj" />
</ItemGroup>
</Project>