Skip to content

Commit

Permalink
Supressed warning about the end of life targets
Browse files Browse the repository at this point in the history
  • Loading branch information
mishamyte committed Oct 28, 2023
1 parent 449fbd2 commit 5d56c72
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
<Project>
<PropertyGroup>
<AssemblyOriginatorKeyFile>$(MSBuildThisFileDirectory)assets/Serilog.Sinks.Grafana.Loki.snk</AssemblyOriginatorKeyFile>
<Authors>Mykhailo Shevchuk, Contributors</Authors>
<CheckEolTargetFramework>false</CheckEolTargetFramework>
<CodeAnalysisRuleSet>$(MSBuildThisFileDirectory)StyleCop.ruleset</CodeAnalysisRuleSet>
<LangVersion>10</LangVersion>
<MinVerTagPrefix>v</MinVerTagPrefix>
<SignAssembly>true</SignAssembly>
<AssemblyOriginatorKeyFile>$(MSBuildThisFileDirectory)assets/Serilog.Sinks.Grafana.Loki.snk</AssemblyOriginatorKeyFile>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 5d56c72

Please sign in to comment.