Skip to content
This repository was archived by the owner on Mar 8, 2025. It is now read-only.

Commit 5b7a12f

Browse files
committed
Drop support < netstd 2 & netfx 4.6
1 parent 97545f3 commit 5b7a12f

2 files changed

Lines changed: 9 additions & 9 deletions

File tree

AMT.LinqExtensions/AMT.LinqExtensions.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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>
@@ -28,10 +28,10 @@
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>

test/test.csproj

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,26 +2,26 @@
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

0 commit comments

Comments
 (0)