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.0 .0</VersionPrefix >
4+ <VersionPrefix >2.1 .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;</TargetFrameworks >
31+ <TargetFrameworks >netstandard2.0;net46;net461;net462;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.0 .0</VersionPrefix >
5+ <VersionPrefix >2.1 .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;net452; net46;net461</TargetFrameworks >
11+ <TargetFrameworks >netcoreapp2 .0;netcoreapp2.2; net46;net461;net462;net47;net471;net472; </TargetFrameworks >
1212 </PropertyGroup >
1313 <PropertyGroup Condition =" '$(OS)' != 'Windows_NT' " >
14- <TargetFrameworks >netcoreapp1 .0;netcoreapp1.1; netcoreapp2.0 </TargetFrameworks >
14+ <TargetFrameworks >netcoreapp2 .0;netcoreapp2.2 </TargetFrameworks >
1515 </PropertyGroup >
1616
1717 <ItemGroup >
1818 <ProjectReference Include =" ..\AMT.LinqExtensions\AMT.LinqExtensions.csproj" />
1919 </ItemGroup >
2020
2121 <ItemGroup >
22- <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 15. *" />
23- <PackageReference Include =" xunit.runner.visualstudio" Version =" 2. *" />
24- <PackageReference Include =" xunit" Version =" 2. *" />
22+ <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" *" />
23+ <PackageReference Include =" xunit.runner.visualstudio" Version =" *" />
24+ <PackageReference Include =" xunit" Version =" *" />
2525 <PackageReference Include =" FluentAssertions" Version =" 4.*" />
2626 </ItemGroup >
2727
You can’t perform that action at this time.
0 commit comments