From c2d41876c61653a87a6ef55c8185282e6fb0a3e9 Mon Sep 17 00:00:00 2001 From: RevenantX Date: Sat, 23 Nov 2024 23:35:35 +0200 Subject: [PATCH] also remove old unsupported .netcoreapp3.1 (.NET Standard available) --- LibSample/LibSample.csproj | 4 ++-- LiteNetLib.Tests/LiteNetLib.Tests.csproj | 4 ++-- LiteNetLib/LiteNetLib.csproj | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/LibSample/LibSample.csproj b/LibSample/LibSample.csproj index dd3315dd..bc8cb007 100644 --- a/LibSample/LibSample.csproj +++ b/LibSample/LibSample.csproj @@ -2,8 +2,8 @@ Exe - net8.0;net7.0;net6.0;netcoreapp3.1 - net8.0;net7.0;net6.0;net471;netcoreapp3.1 + net8.0;net7.0;net6.0 + net8.0;net7.0;net6.0;net471 diff --git a/LiteNetLib.Tests/LiteNetLib.Tests.csproj b/LiteNetLib.Tests/LiteNetLib.Tests.csproj index 86bcf45d..fdcca218 100644 --- a/LiteNetLib.Tests/LiteNetLib.Tests.csproj +++ b/LiteNetLib.Tests/LiteNetLib.Tests.csproj @@ -2,8 +2,8 @@ Library - net8.0;net7.0;net6.0;netcoreapp3.1 - net8.0;net7.0;net6.0;net471;netcoreapp3.1 + net8.0;net7.0;net6.0; + net8.0;net7.0;net6.0;net471 diff --git a/LiteNetLib/LiteNetLib.csproj b/LiteNetLib/LiteNetLib.csproj index 745b32cb..23fc36da 100644 --- a/LiteNetLib/LiteNetLib.csproj +++ b/LiteNetLib/LiteNetLib.csproj @@ -3,8 +3,8 @@ LiteNetLib LiteNetLib - net8.0;net7.0;net6.0;netcoreapp3.1;netstandard2.1;netstandard2.0 - net8.0;net7.0;net6.0;netcoreapp3.1;netstandard2.0;netstandard2.0;net471 + net8.0;net7.0;net6.0;netstandard2.1;netstandard2.0 + net8.0;net7.0;net6.0;netstandard2.1;netstandard2.0;net471 true Library 7.3