Skip to content

Commit

Permalink
dotNet8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jonas-merkle committed Dec 30, 2023
1 parent ef3e053 commit a41ca18
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net7.0</TargetFramework>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>disable</ImplicitUsings>
<Nullable>enable</Nullable>
<Version>2.1.1</Version>
<Version>2.1.2</Version>
<Authors>Jonas Merkle [JJM]</Authors>
<Copyright>© by Jonas Merkle [JJM], 2023.</Copyright>
<Copyright>© by Jonas Merkle [JJM], 2024.</Copyright>
<Title>jjm.one.Serilog.Sinks.SlackWebHook.Example</Title>
<Description>A basic Slack Sink for the Serilog framwork. (Example)</Description>
<PackageTags>serilog, serilog-sink, slack, logging, csharp, example</PackageTags>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net7.0</TargetFramework>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>disable</ImplicitUsings>
<Nullable>enable</Nullable>
<Version>2.1.1</Version>
<Version>2.1.2</Version>
<Authors>Jonas Merkle [JJM]</Authors>
<Copyright>© by Jonas Merkle [JJM], 2023.</Copyright>
<Copyright>© by Jonas Merkle [JJM], 2024.</Copyright>
<Title>jjm.one.Serilog.Sinks.SlackWebHook.Tests</Title>
<Description>A basic Slack Sink for the Serilog framwork. (Unit-Tests)</Description>
<PackageTags>serilog, serilog-sink, slack, logging, csharp, unit-tests</PackageTags>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFrameworks>netstandard2.0;netstandard2.1;net6;net7</TargetFrameworks>
<TargetFrameworks>netstandard2.0;netstandard2.1;net6.0;net7.0;net8.0</TargetFrameworks>
<ImplicitUsings>disable</ImplicitUsings>
<Nullable>enable</Nullable>
<Version>2.1.1</Version>
<Version>2.1.2</Version>
<Authors>Jonas Merkle [JJM]</Authors>
<Copyright>© by Jonas Merkle [JJM], 2023.</Copyright>
<Copyright>© by Jonas Merkle [JJM], 2024.</Copyright>
<PackageId>jjm.one.Serilog.Sinks.SlackWebHook</PackageId>
<Title>jjm.one.Serilog.Sinks.SlackWebHook</Title>
<Description>A basic Slack Sink for the Serilog framwork.</Description>
Expand Down

0 comments on commit a41ca18

Please sign in to comment.