From 6864173f13eb22789e9b9e00024b46eb53172b41 Mon Sep 17 00:00:00 2001 From: konard Date: Fri, 4 Jun 2021 20:48:59 +0300 Subject: [PATCH] [C#] 0.5.0 --- .github/workflows/CD.yml | 2 +- .../Platform.Reflection.Benchmarks.csproj | 2 +- .../Platform.Reflection.Tests.csproj | 2 +- csharp/Platform.Reflection/Platform.Reflection.csproj | 8 ++++---- 4 files changed, 7 insertions(+), 7 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/csharp/Platform.Reflection.Benchmarks/Platform.Reflection.Benchmarks.csproj b/csharp/Platform.Reflection.Benchmarks/Platform.Reflection.Benchmarks.csproj index 9bbcc64..aa11e73 100644 --- a/csharp/Platform.Reflection.Benchmarks/Platform.Reflection.Benchmarks.csproj +++ b/csharp/Platform.Reflection.Benchmarks/Platform.Reflection.Benchmarks.csproj @@ -2,7 +2,7 @@ Exe - netcoreapp3.0 + net5 false latest diff --git a/csharp/Platform.Reflection.Tests/Platform.Reflection.Tests.csproj b/csharp/Platform.Reflection.Tests/Platform.Reflection.Tests.csproj index 3289a4e..27cd066 100644 --- a/csharp/Platform.Reflection.Tests/Platform.Reflection.Tests.csproj +++ b/csharp/Platform.Reflection.Tests/Platform.Reflection.Tests.csproj @@ -1,7 +1,7 @@  - net472;netcoreapp2.1;netcoreapp3.0 + net472;netcoreapp2.1;netcoreapp3.1;net5 false latest diff --git a/csharp/Platform.Reflection/Platform.Reflection.csproj b/csharp/Platform.Reflection/Platform.Reflection.csproj index 048b8dc..186b2eb 100644 --- a/csharp/Platform.Reflection/Platform.Reflection.csproj +++ b/csharp/Platform.Reflection/Platform.Reflection.csproj @@ -4,9 +4,9 @@ LinksPlatform's Platform.Reflection Class Library Konstantin Diachenko Platform.Reflection - 0.4.1 + 0.5.0 Konstantin Diachenko - net472;netstandard2.0;netstandard2.1 + net472;netstandard2.0;netstandard2.1;net5 Platform.Reflection Platform.Reflection LinksPlatform;Reflection;AssemblyExtensions;DelegateHelpers;DynamicExtensions;EnsureExtensions;FieldInfoExtensions;ILGeneratorExtensions;MethodInfoExtensions;NotSupportedExceptionDelegateFactory;NumericType;PropertyInfoExtensions;TypeBuilderExtensions;TypeExtensions;Types @@ -24,8 +24,8 @@ true snupkg latest - Platform.Collections dependency updated from 0.2.0 to 0.2.1. -Multiply, CheckedMultiply and Divide methods added into ILGeneratorExtensions. + NET 5 support is added. +Platform.Collections dependency updated from 0.2.1 to 0.3.0.