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 11<Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
4- <VersionPrefix >2.1 .0</VersionPrefix >
4+ <VersionPrefix >2.2 .0</VersionPrefix >
55
66 <AssemblyName >AMT.LinqExtensions</AssemblyName >
77 <AssemblyTitle >AMT LINQ Extensions</AssemblyTitle >
2828 </PropertyGroup >
2929
3030 <PropertyGroup Condition =" '$(OS)' == 'Windows_NT' " >
31- <TargetFrameworks >netstandard1.0;netstandard1.1; netstandard2.0;net452;net46 ;net461;net462;net47;net471;net472;</TargetFrameworks >
31+ <TargetFrameworks >netstandard2.0;net461;net462;net47;net471;net472;</TargetFrameworks >
3232 </PropertyGroup >
3333 <PropertyGroup Condition =" '$(OS)' != 'Windows_NT' " >
34- <TargetFrameworks >netstandard1.0;netstandard1.1; netstandard2.0</TargetFrameworks >
34+ <TargetFrameworks >netstandard2.0</TargetFrameworks >
3535 </PropertyGroup >
3636
3737</Project >
Original file line number Diff line number Diff line change 22
33 <PropertyGroup >
44 <Copyright >AltaModa Technologies, LLC</Copyright >
5- <VersionPrefix >2.1 .0</VersionPrefix >
5+ <VersionPrefix >2.2 .0</VersionPrefix >
66 <AssemblyName >Test.AMT.LinqExtensions</AssemblyName >
77 <IsPackable >false</IsPackable >
88 </PropertyGroup >
99
1010 <PropertyGroup Condition =" '$(OS)' == 'Windows_NT' " >
11- <TargetFrameworks >netcoreapp1.0;netcoreapp1.1; netcoreapp2.0;netcoreapp2.1;net452;net46 ;net461;net462;net47;net471;net472;</TargetFrameworks >
11+ <TargetFrameworks >netcoreapp2.0;netcoreapp2.1;net461;net462;net47;net471;net472;</TargetFrameworks >
1212 </PropertyGroup >
1313 <PropertyGroup Condition =" '$(OS)' != 'Windows_NT' " >
14- <TargetFrameworks >netcoreapp1.0;netcoreapp1.1; netcoreapp2.0;netcoreapp2.1</TargetFrameworks >
14+ <TargetFrameworks >netcoreapp2.0;netcoreapp2.1</TargetFrameworks >
1515 </PropertyGroup >
1616
1717 <ItemGroup >
You can’t perform that action at this time.
0 commit comments