This repository was archived by the owner on Mar 8, 2025. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1515 <GenerateAssemblyVersionAttribute />
1616 <GenerateNeutralResourcesLanguageAttribute />
1717
18- <Description >A few LINQ Extensions which we find useful, and you may, too .</Description >
19- <PackageReleaseNotes >Supports .NET Core LTS versions 2.1, 3.1</PackageReleaseNotes >
18+ <Description >A few LINQ Extensions we find useful.</Description >
19+ <PackageReleaseNotes >Supports .NET 5.0 and .NET Core LTS versions 2.1, 3.1</PackageReleaseNotes >
2020 <PackageLicenseExpression >Apache-2.0</PackageLicenseExpression >
2121 <PackageProjectUrl >https://github.com/AltaModaTech/LINQExtensions</PackageProjectUrl >
2222 <PackageTags >LINQ</PackageTags >
2828 .NET Core 2.1 (LTS) EOL 8/21/2021
2929 .NET Core 1.1 EOL 6/27/2019
3030-->
31- <PropertyGroup Condition =" '$(OS)' == 'Windows_NT' " >
32- <TargetFrameworks >netstandard2.0;net461;net462;net47;net471;net472;</TargetFrameworks >
33- </PropertyGroup >
34- <PropertyGroup Condition =" '$(OS)' != 'Windows_NT' " >
35- <TargetFrameworks >netstandard2.0</TargetFrameworks >
31+ <PropertyGroup >
32+ <TargetFrameworks >netstandard2.0;net5.0</TargetFrameworks >
3633 </PropertyGroup >
3734
3835</Project >
Original file line number Diff line number Diff line change 1212 .NET Core 2.1 (LTS) EOL 8/21/2021
1313 .NET Core 1.1 EOL 6/27/2019
1414-->
15- <PropertyGroup Condition =" '$(OS)' == 'Windows_NT' " >
16- <TargetFrameworks >netcoreapp3.1;netcoreapp2.1;net461;net462;net47;net471;net472;</TargetFrameworks >
17- </PropertyGroup >
18- <PropertyGroup Condition =" '$(OS)' != 'Windows_NT' " >
19- <TargetFrameworks >netcoreapp3.1;netcoreapp2.1</TargetFrameworks >
15+ <PropertyGroup >
16+ <TargetFrameworks >netcoreapp3.1;netcoreapp2.1;net5.0</TargetFrameworks >
2017 </PropertyGroup >
2118
2219 <ItemGroup >
You can’t perform that action at this time.
0 commit comments