Skip to content

Commit

Permalink
Fix build warnings about targetframeworks being out of support
Browse files Browse the repository at this point in the history
  • Loading branch information
snakefoot committed Nov 23, 2020
1 parent f6c58ef commit ef86f11
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<PropertyGroup>
<RestoreProjectStyle>PackageReference</RestoreProjectStyle>

<TargetFrameworks>netcoreapp2.0;netcoreapp3.0</TargetFrameworks>
<TargetFrameworks>netcoreapp2.1;netcoreapp3.1</TargetFrameworks>
<OutputType>Library</OutputType>
<IsPackable>false</IsPackable>
<DebugType>full</DebugType>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<RestoreProjectStyle>PackageReference</RestoreProjectStyle>

<TargetFrameworks>netcoreapp1.1;netcoreapp2.0;netcoreapp3.0;net452;net461</TargetFrameworks>
<TargetFrameworks>netcoreapp1.1;netcoreapp2.1;netcoreapp3.1;net452;net461</TargetFrameworks>
<OutputType>Library</OutputType>
<IsPackable>false</IsPackable>
<DebugType>Full</DebugType>
Expand Down

0 comments on commit ef86f11

Please sign in to comment.