From ccff513a1a4864b277321b22e4cf7d02363d5540 Mon Sep 17 00:00:00 2001 From: Daniel Cazzulino Date: Tue, 31 Oct 2023 08:57:13 -0300 Subject: [PATCH] Drop no longer suported .NETCore 3.1 --- src/dotnet-tor/dotnet-tor.csproj | 2 +- src/dotnet-tor/readme.md | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/dotnet-tor/dotnet-tor.csproj b/src/dotnet-tor/dotnet-tor.csproj index 5816892..654733c 100644 --- a/src/dotnet-tor/dotnet-tor.csproj +++ b/src/dotnet-tor/dotnet-tor.csproj @@ -3,7 +3,7 @@ dotnet-tor Exe - netcoreapp3.1;net6.0 + net6.0 latest true dotnet-tor diff --git a/src/dotnet-tor/readme.md b/src/dotnet-tor/readme.md index 2e76ffc..ae86b93 100644 --- a/src/dotnet-tor/readme.md +++ b/src/dotnet-tor/readme.md @@ -1,5 +1,5 @@ - - - - + + + + \ No newline at end of file