diff --git a/csharp/Platform.IO/Platform.IO.csproj b/csharp/Platform.IO/Platform.IO.csproj index 29c9d1c..75a7ba5 100644 --- a/csharp/Platform.IO/Platform.IO.csproj +++ b/csharp/Platform.IO/Platform.IO.csproj @@ -4,7 +4,7 @@ LinksPlatform's Platform.IO Class Library Konstantin Diachenko Platform.IO - 0.1.5 + 0.2.0 Konstantin Diachenko net472;netstandard2.0;netstandard2.1 Platform.IO @@ -24,7 +24,10 @@ true snupkg latest - Platform.Unsafe dependency updated from 0.2.2 to 0.3.0. + Lowest supported version of .NET Framework is now 4.7.2. +Platform.Threading dependency updated from 0.1.1 to 0.2.0. +Platform.Unsafe dependency updated from 0.3.0 to 0.4.0. +Tests added.