From b90ff3d31340967cd09b6085a1d541b24f795ffd Mon Sep 17 00:00:00 2001 From: Konstantin Dyachenko Date: Tue, 3 Aug 2021 19:47:26 +0300 Subject: [PATCH] [C#] 0.5.0 --- csharp/Platform.Unsafe/Platform.Unsafe.csproj | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/csharp/Platform.Unsafe/Platform.Unsafe.csproj b/csharp/Platform.Unsafe/Platform.Unsafe.csproj index 0288dc6..277abd1 100644 --- a/csharp/Platform.Unsafe/Platform.Unsafe.csproj +++ b/csharp/Platform.Unsafe/Platform.Unsafe.csproj @@ -4,7 +4,7 @@ LinksPlatform's Platform.Unsafe Class Library Konstantin Diachenko Platform.Unsafe - 0.4.1 + 0.5.0 Konstantin Diachenko net472;netstandard2.0;netstandard2.1;net5 Platform.Unsafe @@ -25,8 +25,9 @@ true snupkg latest - System.Runtime.CompilerServices.Unsafe dependency updated from 4.7.0 to 4.7.1. -Platform.Numbers dependency updated from 0.4.0 to 0.4.1. + .NET 5 support is added. +System.Runtime.CompilerServices.Unsafe dependency updated from 4.7.1 to 5.0.0. +Platform.Numbers dependency updated from 0.4.1 to 0.5.0.