Skip to content

Commit

Permalink
Added readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaben committed Sep 20, 2024
1 parent 4f00964 commit 2586ecd
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion src/Common.Logging.Serilog.csproj
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>net461;netstandard2.0</TargetFrameworks>
<LangVersion>12</LangVersion>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<InternalsVisibleTo>Common.Logging.Serilog.Tests</InternalsVisibleTo>
</PropertyGroup>

<PropertyGroup Label="PackageInfo">
<PackageVersion>5.0.0</PackageVersion>

<PackageId>Common.Logging.Serilog</PackageId>
<Title>Common.Logging.Serilog</Title>
<Authors>CaptiveAire Systems</Authors>
Expand Down Expand Up @@ -42,4 +45,8 @@
<PackageReference Include="Serilog" Version="3.1.1" />
</ItemGroup>

<ItemGroup>
<None Include="..\README.md" Pack="true" PackagePath="\" />
</ItemGroup>

</Project>

0 comments on commit 2586ecd

Please sign in to comment.