Skip to content

Commit

Permalink
Changes for building old version
Browse files Browse the repository at this point in the history
  • Loading branch information
gsilvamartin committed Feb 24, 2024
1 parent 0e5082e commit 1767724
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
using System.Collections.Generic;
using System.Linq;

namespace NetPlus.Extensions.LINQ
{
/// <summary>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
using System.Linq;

namespace NetPlus.Extensions.LINQ
{
/// <summary>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<TargetFrameworks>netstandard2.0;netstandard2.1</TargetFrameworks>
<LangVersion>8</LangVersion>
Expand Down

0 comments on commit 1767724

Please sign in to comment.