diff --git a/README.md b/README.md index 67da55d..02bf1f9 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ [![Build status](https://ci.appveyor.com/api/projects/status/vqfofqe3bwqwdu4a?svg=true)](https://ci.appveyor.com/project/imazen/imageflow-dotnet) -Imageflow.NET is a .NET API for [Imageflow](https://github.com/imazen/imageflow), the fast image optimization and processing library for web servers. Imageflow focuses on security, quality, and performance - in that order. Imageflow.NET is a .NET Standard 2.0 library, and as such is compatible with .NET 4.6.1+, .NET Core 2.0+, and .NET 5/6/7. +Imageflow.NET is a .NET API for [Imageflow](https://github.com/imazen/imageflow), the fast image optimization and processing library for web servers. Imageflow focuses on security, quality, and performance - in that order. Imageflow.NET is a .NET Standard 2.0 library, and as such is compatible with .NET 4.6.2+, .NET Core 2.0+, and .NET 5/6/7. ### On .NET Core 3.x and .NET 5/6/7 (or if using PackageReference on .NET 4.x) diff --git a/src/Imageflow.AllPlatforms/Imageflow.AllPlatforms.csproj b/src/Imageflow.AllPlatforms/Imageflow.AllPlatforms.csproj index e4cb191..7e9758e 100644 --- a/src/Imageflow.AllPlatforms/Imageflow.AllPlatforms.csproj +++ b/src/Imageflow.AllPlatforms/Imageflow.AllPlatforms.csproj @@ -31,10 +31,10 @@ - - - - + + + + diff --git a/tests/Imageflow.TestDotNetFull/Imageflow.TestDotNetFull.csproj b/tests/Imageflow.TestDotNetFull/Imageflow.TestDotNetFull.csproj index 35d8840..b136169 100644 --- a/tests/Imageflow.TestDotNetFull/Imageflow.TestDotNetFull.csproj +++ b/tests/Imageflow.TestDotNetFull/Imageflow.TestDotNetFull.csproj @@ -9,7 +9,7 @@ Properties Imageflow.TestDotNetFull Imageflow.TestDotNetFull - v4.6.1 + v4.6.2 512 {3AC096D0-A1C2-E12C-1390-A8335801FDAB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} 15.0 @@ -19,6 +19,7 @@ UnitTest + true @@ -68,14 +69,14 @@ - - - - + + + + - - - - + + + + \ No newline at end of file diff --git a/tests/Imageflow.TestDotNetFull/packages.config b/tests/Imageflow.TestDotNetFull/packages.config index 61d3958..8d6a8de 100644 --- a/tests/Imageflow.TestDotNetFull/packages.config +++ b/tests/Imageflow.TestDotNetFull/packages.config @@ -1,9 +1,9 @@  - - - - - - + + + + + + \ No newline at end of file