From 87ea9115f77762eddaf7ec85e5f9f100582faf6e Mon Sep 17 00:00:00 2001 From: konard Date: Tue, 29 Jun 2021 16:59:40 +0300 Subject: [PATCH] Support for .NET 5 is added --- .github/workflows/CD.yml | 2 +- .gitignore | 3 --- csharp/Platform.IO.Tests/Platform.IO.Tests.csproj | 2 +- csharp/Platform.IO/Platform.IO.csproj | 2 +- 4 files changed, 3 insertions(+), 6 deletions(-) diff --git a/.github/workflows/CD.yml b/.github/workflows/CD.yml index 4da4d05..b8e14b0 100644 --- a/.github/workflows/CD.yml +++ b/.github/workflows/CD.yml @@ -19,7 +19,7 @@ jobs: with: submodules: true - name: Test - run: dotnet test -c Release -f netcoreapp3.1 + run: dotnet test -c Release -f net5 - name: Generate PDF with CSharp code if: github.event_name == 'push' run: | diff --git a/.gitignore b/.gitignore index 4d898f0..ae91370 100644 --- a/.gitignore +++ b/.gitignore @@ -341,6 +341,3 @@ org.kde.konsole.desktop *-swp *.kate-swp .swp.* - -# GitHub refuses chages to .github folder at the moment -.github/ diff --git a/csharp/Platform.IO.Tests/Platform.IO.Tests.csproj b/csharp/Platform.IO.Tests/Platform.IO.Tests.csproj index dd2ef6d..6104afd 100644 --- a/csharp/Platform.IO.Tests/Platform.IO.Tests.csproj +++ b/csharp/Platform.IO.Tests/Platform.IO.Tests.csproj @@ -1,7 +1,7 @@ - net472;netcoreapp2.1;netcoreapp3.1 + net472;netcoreapp2.1;netcoreapp3.1;net5 false latest diff --git a/csharp/Platform.IO/Platform.IO.csproj b/csharp/Platform.IO/Platform.IO.csproj index 2b668c1..a659151 100644 --- a/csharp/Platform.IO/Platform.IO.csproj +++ b/csharp/Platform.IO/Platform.IO.csproj @@ -6,7 +6,7 @@ Platform.IO 0.2.1 Konstantin Diachenko - net472;netstandard2.0;netstandard2.1 + net472;netstandard2.0;netstandard2.1;net5 Platform.IO Platform.IO LinksPlatform;IO;ConsoleCancellation;ConsoleHelpers;FileHelpers;StreamExtensions