Skip to content

Commit

Permalink
suppress CheckEolTargetFramework (#1730)
Browse files Browse the repository at this point in the history
so we dont get [NETSDK1138] The target framework 'netcoreapp2.1' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.

Co-authored-by: Nicholas Blumhardt <nblumhardt@nblumhardt.com>
  • Loading branch information
SimonCropp and nblumhardt committed Aug 25, 2022
1 parent 3214c47 commit ec15a62
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Directory.Build.props
Expand Up @@ -7,6 +7,7 @@
<SignAssembly>true</SignAssembly>
<AssemblyOriginatorKeyFile>../../assets/Serilog.snk</AssemblyOriginatorKeyFile>
<PublicSign Condition=" '$(OS)' != 'Windows_NT' ">true</PublicSign>
<CheckEolTargetFramework>false</CheckEolTargetFramework>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup Condition="'$(TargetFrameworkIdentifier)' == '.NETFramework'">
Expand Down

0 comments on commit ec15a62

Please sign in to comment.