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 >1 .0.0</VersionPrefix >
4+ <VersionPrefix >2 .0.0</VersionPrefix >
55 <!-- Assembly attributes -->
66 <AssemblyName >AMT.LinqExtensions</AssemblyName >
77 <AssemblyTitle >AMT LINQ Extensions</AssemblyTitle >
4747 </PropertyGroup >
4848
4949 <PropertyGroup Condition =" '$(OS)' == 'Windows_NT' " >
50- <TargetFrameworks >net452;netstandard1.0</TargetFrameworks >
50+ <TargetFrameworks >net452;net46;net461; netstandard1.0;netstandard1.1;netstandard1.2;netstandard1.3;netstandard1.4;netstandard1.5;netstandard1.6;netstandard2 .0</TargetFrameworks >
5151 </PropertyGroup >
5252 <PropertyGroup Condition =" '$(OS)' != 'Windows_NT' " >
53- <TargetFramework >netstandard1.0</ TargetFramework >
53+ <TargetFrameworks >netstandard1.0;netstandard1.1;netstandard1.2;netstandard1.3;netstandard1.4;netstandard1.5;netstandard1.6;netstandard2.0</ TargetFrameworks >
5454 </PropertyGroup >
5555
5656</Project >
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
4- <VersionPrefix >1 .0.0</VersionPrefix >
4+ <VersionPrefix >2 .0.0</VersionPrefix >
55 <!-- -->
66 <AssemblyName >Test.AMT.LinqExtensions</AssemblyName >
77 <!-- -->
88 <IsPackable >false</IsPackable >
99 </PropertyGroup >
1010
1111 <PropertyGroup Condition =" '$(OS)' == 'Windows_NT' " >
12- <TargetFrameworks >net452;netcoreapp1.0</TargetFrameworks >
12+ <TargetFrameworks >net452;net46;net461; netcoreapp1.0;netcoreapp1.1;netcoreapp2 .0</TargetFrameworks >
1313 </PropertyGroup >
1414 <PropertyGroup Condition =" '$(OS)' != 'Windows_NT' " >
15- <TargetFramework >netcoreapp1.0</ TargetFramework >
15+ <TargetFrameworks >netcoreapp1.0;netcoreapp1.1;netcoreapp2.0</ TargetFrameworks >
1616 </PropertyGroup >
1717
1818 <ItemGroup >
You can’t perform that action at this time.
0 commit comments