Skip to content

Commit

Permalink
Remove net5.0 support (#441)
Browse files Browse the repository at this point in the history
  • Loading branch information
mburumaxwell authored Aug 8, 2022
1 parent 7b53d0b commit 7b597d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory).., '$(MSBuildThisFileName)$(MSBuildThisFileExtension)'))\$(MSBuildThisFileName)$(MSBuildThisFileExtension)" />

<PropertyGroup>
<TargetFrameworks>netstandard2.1;net5.0;net6.0</TargetFrameworks>
<TargetFrameworks>netstandard2.1;net6.0</TargetFrameworks>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<Deterministic>true</Deterministic>
<!--<IsPackable>true</IsPackable>-->
Expand Down

0 comments on commit 7b597d4

Please sign in to comment.