Skip to content

Commit

Permalink
Don't check EOL target framework
Browse files Browse the repository at this point in the history
  • Loading branch information
mmitche authored and jaredpar committed Mar 20, 2023
1 parent 6ffb287 commit eebc59c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>net6.0;netcoreapp3.1;netstandard2.0</TargetFrameworks>
<CheckEolTargetFramework>false</CheckEolTargetFramework>
<GenerateDocumentationFile>false</GenerateDocumentationFile>
<DebugType>none</DebugType>
<GenerateDependencyFile>false</GenerateDependencyFile>
Expand Down

0 comments on commit eebc59c

Please sign in to comment.