From 849ba192a6110629e76d26f455c05822d7e0feb8 Mon Sep 17 00:00:00 2001 From: Konstantin Dyachenko Date: Tue, 3 Aug 2021 21:00:18 +0300 Subject: [PATCH] [C#] 0.3.0 --- csharp/Platform.Memory/Platform.Memory.csproj | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/csharp/Platform.Memory/Platform.Memory.csproj b/csharp/Platform.Memory/Platform.Memory.csproj index 9de8993..3650e71 100644 --- a/csharp/Platform.Memory/Platform.Memory.csproj +++ b/csharp/Platform.Memory/Platform.Memory.csproj @@ -4,7 +4,7 @@ LinksPlatform's Platform.Memory Class Library Konstantin Diachenko Platform.Memory - 0.2.1 + 0.3.0 Konstantin Diachenko net472;netstandard2.0;netstandard2.1;net5 true @@ -25,7 +25,8 @@ true snupkg latest - Platform.IO dependency updated from 0.2.0 to 0.2.2. + .NET 5 support is added. +Platform.IO dependency updated from 0.2.2 to 0.3.0.