Skip to content

Commit 46e652a

Browse files
committed
Removing netcoreapp2.1
1 parent 42eee56 commit 46e652a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/netstandard/Tests/WampSharp.Tests.Wampv2/WampSharp.Tests.Wampv2.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
3-
<TargetFrameworks>net461;netcoreapp2.1;netcoreapp3.0</TargetFrameworks>
3+
<TargetFrameworks>net461;netcoreapp3.0</TargetFrameworks>
44
</PropertyGroup>
55
<ItemGroup>
66
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.3.0" />

src/netstandard/Tests/WampSharp.Tests/WampSharp.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
3-
<TargetFrameworks>net461;netcoreapp2.1;netcoreapp3.0</TargetFrameworks>
3+
<TargetFrameworks>net461;netcoreapp3.0</TargetFrameworks>
44
<DefineConstants>NETCORE VALUETUPLE</DefineConstants>
55
</PropertyGroup>
66
<ItemGroup>

0 commit comments

Comments
 (0)