From ee95238e2d3d63f762deda04807d5949b28d43d7 Mon Sep 17 00:00:00 2001 From: Denis Mokhin Date: Tue, 28 Mar 2023 20:10:08 +0300 Subject: [PATCH] Upgraded to .NET Framework 4.8.1 --- vCardEditor/app.config | 2 +- vCardEditor/vCardEditor.csproj | 4 ++-- vCardEditor_Test/packages.config | 7 ++++--- vCardEditor_Test/vCardEditor_Test.csproj | 23 +++++++++++------------ 4 files changed, 18 insertions(+), 18 deletions(-) diff --git a/vCardEditor/app.config b/vCardEditor/app.config index 51278a4..eca069e 100644 --- a/vCardEditor/app.config +++ b/vCardEditor/app.config @@ -1,3 +1,3 @@ - + diff --git a/vCardEditor/vCardEditor.csproj b/vCardEditor/vCardEditor.csproj index b3c58bb..4a9113f 100644 --- a/vCardEditor/vCardEditor.csproj +++ b/vCardEditor/vCardEditor.csproj @@ -1,5 +1,5 @@  - + Debug x86 @@ -10,7 +10,7 @@ Properties vCardEditor vCardEditor - v4.5 + v4.8.1 512 diff --git a/vCardEditor_Test/packages.config b/vCardEditor_Test/packages.config index 7456239..2449c7d 100644 --- a/vCardEditor_Test/packages.config +++ b/vCardEditor_Test/packages.config @@ -1,6 +1,7 @@  - - - + + + + \ No newline at end of file diff --git a/vCardEditor_Test/vCardEditor_Test.csproj b/vCardEditor_Test/vCardEditor_Test.csproj index 3b64535..9dc333e 100644 --- a/vCardEditor_Test/vCardEditor_Test.csproj +++ b/vCardEditor_Test/vCardEditor_Test.csproj @@ -1,5 +1,5 @@  - + Debug AnyCPU @@ -11,7 +11,7 @@ Properties vCardEditor_Test vCardEditor_Test - v4.5 + v4.8.1 512 {3AC096D0-A1C2-E12C-1390-A8335801FDAB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} @@ -36,15 +36,13 @@ false - - ..\packages\Castle.Core.4.2.0\lib\net45\Castle.Core.dll - True + + ..\packages\Castle.Core.5.1.1\lib\net462\Castle.Core.dll - - ..\packages\NSubstitute.3.1.0\lib\net45\NSubstitute.dll - True + + ..\packages\NSubstitute.5.0.0\lib\net462\NSubstitute.dll @@ -55,9 +53,11 @@ - - ..\packages\System.Threading.Tasks.Extensions.4.3.0\lib\portable-net45+win8+wp8+wpa81\System.Threading.Tasks.Extensions.dll - True + + ..\packages\System.Runtime.CompilerServices.Unsafe.6.0.0\lib\net461\System.Runtime.CompilerServices.Unsafe.dll + + + ..\packages\System.Threading.Tasks.Extensions.4.5.4\lib\net461\System.Threading.Tasks.Extensions.dll @@ -81,7 +81,6 @@ vCardEditor -