Skip to content

Commit f62eee0

Browse files
committed
Remove net5, seems some of the test adapters and other tooling is having issues.
1 parent 7f20602 commit f62eee0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/LittleForker.Tests/LittleForker.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<TargetFrameworks>netcoreapp2.1;netcoreapp3.1;net5.0</TargetFrameworks>
4+
<TargetFrameworks>netcoreapp2.1;netcoreapp3.1</TargetFrameworks>
55
<LangVersion>latest</LangVersion>
66
<RootNamespace>LittleForker</RootNamespace>
77
</PropertyGroup>

src/LittleForker/LittleForker.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<TargetFrameworks>netstandard2.0;netcoreapp2.1;netcoreapp3.1;net5.0</TargetFrameworks>
4+
<TargetFrameworks>netstandard2.0;netcoreapp2.1;netcoreapp3.1</TargetFrameworks>
55
<DebugType>full</DebugType>
66
<Authors>Damian Hickey</Authors>
77
<LangVersion>7.2</LangVersion>

0 commit comments

Comments
 (0)