Skip to content

Commit

Permalink
Remove net5, seems some of the test adapters and other tooling is hav…
Browse files Browse the repository at this point in the history
…ing issues.
  • Loading branch information
damianh committed Sep 28, 2020
1 parent 7f20602 commit f62eee0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/LittleForker.Tests/LittleForker.Tests.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFrameworks>netcoreapp2.1;netcoreapp3.1;net5.0</TargetFrameworks>
<TargetFrameworks>netcoreapp2.1;netcoreapp3.1</TargetFrameworks>
<LangVersion>latest</LangVersion>
<RootNamespace>LittleForker</RootNamespace>
</PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/LittleForker/LittleForker.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFrameworks>netstandard2.0;netcoreapp2.1;netcoreapp3.1;net5.0</TargetFrameworks>
<TargetFrameworks>netstandard2.0;netcoreapp2.1;netcoreapp3.1</TargetFrameworks>
<DebugType>full</DebugType>
<Authors>Damian Hickey</Authors>
<LangVersion>7.2</LangVersion>
Expand Down

0 comments on commit f62eee0

Please sign in to comment.