Updated
This commit is contained in:
15
EonaCat.Logger.LogClient/EonaCat.Logger.LogClient.csproj
Normal file
15
EonaCat.Logger.LogClient/EonaCat.Logger.LogClient.csproj
Normal file
@@ -0,0 +1,15 @@
|
||||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
<PropertyGroup>
|
||||
<TargetFramework>netstandard2.1</TargetFramework>
|
||||
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
|
||||
<PackageId>EonaCat.Logger.LogClient</PackageId>
|
||||
<Version>1.0.0</Version>
|
||||
<Authors>EonaCat (Jeroen Saey)</Authors>
|
||||
<Description>Logging client for the EonaCat Logger LogServer</Description>
|
||||
<PackageTags>logging;monitoring;analytics;diagnostics</PackageTags>
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<PackageReference Include="EonaCat.Logger" Version="1.5.0" />
|
||||
<PackageReference Include="System.Net.Http.Json" Version="10.0.1" />
|
||||
</ItemGroup>
|
||||
</Project>
|
||||
Reference in New Issue
Block a user