From a405ddfea841bef5c7d59cc51b92e552f7ccc69e Mon Sep 17 00:00:00 2001 From: "Samuele E. Locatelli" Date: Fri, 20 Nov 2020 15:10:30 +0100 Subject: [PATCH] Update Nuget system >Threading & co --- MP-ADM/MP-ADM.csproj | 8 ++++---- MP-ADM/Web.config | 4 ++++ MP-ADM/packages.config | 4 ++-- MP-IO/MP-IO.csproj | 8 ++++---- MP-IO/Web.config | 4 ++++ MP-IO/packages.config | 4 ++-- MP-LAND/MP-LAND.csproj | 8 ++++---- MP-LAND/Web.config | 4 ++++ MP-LAND/packages.config | 4 ++-- MP-MON/MP-MON.csproj | 8 ++++---- MP-MON/Web.config | 4 ++++ MP-MON/packages.config | 4 ++-- MP-Site/MP-Site.csproj | 8 ++++---- MP-Site/Web.config | 4 ++++ MP-Site/packages.config | 4 ++-- MP-TAB/MP-TAB.csproj | 8 ++++---- MP-TAB/Web.config | 4 ++++ MP-TAB/packages.config | 4 ++-- MapoDb/MapoDb.csproj | 8 ++++---- MapoDb/app.config | 2 +- MapoDb/packages.config | 4 ++-- 21 files changed, 67 insertions(+), 43 deletions(-) diff --git a/MP-ADM/MP-ADM.csproj b/MP-ADM/MP-ADM.csproj index 39f4ea6f..d63f91ef 100644 --- a/MP-ADM/MP-ADM.csproj +++ b/MP-ADM/MP-ADM.csproj @@ -133,8 +133,8 @@ - - ..\packages\System.Diagnostics.PerformanceCounter.4.7.0\lib\net461\System.Diagnostics.PerformanceCounter.dll + + ..\packages\System.Diagnostics.PerformanceCounter.5.0.0\lib\net461\System.Diagnostics.PerformanceCounter.dll ..\packages\System.IO.Compression.4.3.0\lib\net46\System.IO.Compression.dll @@ -178,8 +178,8 @@ ..\packages\System.Security.Cryptography.X509Certificates.4.3.2\lib\net461\System.Security.Cryptography.X509Certificates.dll - - ..\packages\System.Threading.Channels.4.7.1\lib\net461\System.Threading.Channels.dll + + ..\packages\System.Threading.Channels.5.0.0\lib\net461\System.Threading.Channels.dll ..\packages\System.Threading.Tasks.Extensions.4.5.4\lib\net461\System.Threading.Tasks.Extensions.dll diff --git a/MP-ADM/Web.config b/MP-ADM/Web.config index bffd80fe..9b4d7cf6 100644 --- a/MP-ADM/Web.config +++ b/MP-ADM/Web.config @@ -120,6 +120,10 @@ + + + + diff --git a/MP-ADM/packages.config b/MP-ADM/packages.config index 9d511dcc..4cb1ec8f 100644 --- a/MP-ADM/packages.config +++ b/MP-ADM/packages.config @@ -45,7 +45,7 @@ - + @@ -58,7 +58,7 @@ - + \ No newline at end of file diff --git a/MP-IO/MP-IO.csproj b/MP-IO/MP-IO.csproj index 614fe53e..d945cce2 100644 --- a/MP-IO/MP-IO.csproj +++ b/MP-IO/MP-IO.csproj @@ -127,8 +127,8 @@ ..\packages\System.Buffers.4.5.1\lib\net461\System.Buffers.dll - - ..\packages\System.Diagnostics.PerformanceCounter.4.7.0\lib\net461\System.Diagnostics.PerformanceCounter.dll + + ..\packages\System.Diagnostics.PerformanceCounter.5.0.0\lib\net461\System.Diagnostics.PerformanceCounter.dll ..\packages\System.IO.Compression.4.3.0\lib\net46\System.IO.Compression.dll @@ -175,8 +175,8 @@ ..\packages\System.Security.Cryptography.X509Certificates.4.3.2\lib\net461\System.Security.Cryptography.X509Certificates.dll - - ..\packages\System.Threading.Channels.4.7.1\lib\net461\System.Threading.Channels.dll + + ..\packages\System.Threading.Channels.5.0.0\lib\net461\System.Threading.Channels.dll ..\packages\System.Threading.Tasks.Extensions.4.5.4\lib\net461\System.Threading.Tasks.Extensions.dll diff --git a/MP-IO/Web.config b/MP-IO/Web.config index c00b6844..8b1202cc 100644 --- a/MP-IO/Web.config +++ b/MP-IO/Web.config @@ -118,6 +118,10 @@ + + + + diff --git a/MP-IO/packages.config b/MP-IO/packages.config index 8e3ed235..fa4851ca 100644 --- a/MP-IO/packages.config +++ b/MP-IO/packages.config @@ -45,7 +45,7 @@ - + @@ -58,6 +58,6 @@ - + \ No newline at end of file diff --git a/MP-LAND/MP-LAND.csproj b/MP-LAND/MP-LAND.csproj index e6198bcb..1e9b3871 100644 --- a/MP-LAND/MP-LAND.csproj +++ b/MP-LAND/MP-LAND.csproj @@ -131,8 +131,8 @@ ..\packages\System.Buffers.4.5.1\lib\net461\System.Buffers.dll - - ..\packages\System.Diagnostics.PerformanceCounter.4.7.0\lib\net461\System.Diagnostics.PerformanceCounter.dll + + ..\packages\System.Diagnostics.PerformanceCounter.5.0.0\lib\net461\System.Diagnostics.PerformanceCounter.dll @@ -181,8 +181,8 @@ ..\packages\System.Security.Cryptography.X509Certificates.4.3.2\lib\net461\System.Security.Cryptography.X509Certificates.dll - - ..\packages\System.Threading.Channels.4.7.1\lib\net461\System.Threading.Channels.dll + + ..\packages\System.Threading.Channels.5.0.0\lib\net461\System.Threading.Channels.dll ..\packages\System.Threading.Tasks.Extensions.4.5.4\lib\net461\System.Threading.Tasks.Extensions.dll diff --git a/MP-LAND/Web.config b/MP-LAND/Web.config index c68a36e6..ce2f1b6f 100644 --- a/MP-LAND/Web.config +++ b/MP-LAND/Web.config @@ -134,6 +134,10 @@ + + + + diff --git a/MP-LAND/packages.config b/MP-LAND/packages.config index 0994ebaf..accd7cb2 100644 --- a/MP-LAND/packages.config +++ b/MP-LAND/packages.config @@ -51,7 +51,7 @@ - + @@ -64,7 +64,7 @@ - + diff --git a/MP-MON/MP-MON.csproj b/MP-MON/MP-MON.csproj index b389fed1..1f8a75c5 100644 --- a/MP-MON/MP-MON.csproj +++ b/MP-MON/MP-MON.csproj @@ -132,8 +132,8 @@ ..\packages\System.Buffers.4.5.1\lib\net461\System.Buffers.dll - - ..\packages\System.Diagnostics.PerformanceCounter.4.7.0\lib\net461\System.Diagnostics.PerformanceCounter.dll + + ..\packages\System.Diagnostics.PerformanceCounter.5.0.0\lib\net461\System.Diagnostics.PerformanceCounter.dll @@ -181,8 +181,8 @@ ..\packages\System.Security.Cryptography.X509Certificates.4.3.2\lib\net461\System.Security.Cryptography.X509Certificates.dll - - ..\packages\System.Threading.Channels.4.7.1\lib\net461\System.Threading.Channels.dll + + ..\packages\System.Threading.Channels.5.0.0\lib\net461\System.Threading.Channels.dll ..\packages\System.Threading.Tasks.Extensions.4.5.4\lib\net461\System.Threading.Tasks.Extensions.dll diff --git a/MP-MON/Web.config b/MP-MON/Web.config index a9a5cc36..859d6a0f 100644 --- a/MP-MON/Web.config +++ b/MP-MON/Web.config @@ -105,6 +105,10 @@ + + + + diff --git a/MP-MON/packages.config b/MP-MON/packages.config index b8f78f98..c973d8ae 100644 --- a/MP-MON/packages.config +++ b/MP-MON/packages.config @@ -46,7 +46,7 @@ - + @@ -59,7 +59,7 @@ - + \ No newline at end of file diff --git a/MP-Site/MP-Site.csproj b/MP-Site/MP-Site.csproj index 1e1b8441..7b3553c6 100644 --- a/MP-Site/MP-Site.csproj +++ b/MP-Site/MP-Site.csproj @@ -136,8 +136,8 @@ - - ..\packages\System.Diagnostics.PerformanceCounter.4.7.0\lib\net461\System.Diagnostics.PerformanceCounter.dll + + ..\packages\System.Diagnostics.PerformanceCounter.5.0.0\lib\net461\System.Diagnostics.PerformanceCounter.dll ..\packages\System.IO.Compression.4.3.0\lib\net46\System.IO.Compression.dll @@ -181,8 +181,8 @@ ..\packages\System.Security.Cryptography.X509Certificates.4.3.2\lib\net461\System.Security.Cryptography.X509Certificates.dll - - ..\packages\System.Threading.Channels.4.7.1\lib\net461\System.Threading.Channels.dll + + ..\packages\System.Threading.Channels.5.0.0\lib\net461\System.Threading.Channels.dll ..\packages\System.Threading.Tasks.Extensions.4.5.4\lib\net461\System.Threading.Tasks.Extensions.dll diff --git a/MP-Site/Web.config b/MP-Site/Web.config index 18dc96be..7233025e 100644 --- a/MP-Site/Web.config +++ b/MP-Site/Web.config @@ -128,6 +128,10 @@ + + + + diff --git a/MP-Site/packages.config b/MP-Site/packages.config index 1b665cb1..63380311 100644 --- a/MP-Site/packages.config +++ b/MP-Site/packages.config @@ -48,7 +48,7 @@ - + @@ -61,7 +61,7 @@ - + \ No newline at end of file diff --git a/MP-TAB/MP-TAB.csproj b/MP-TAB/MP-TAB.csproj index 5b4b35d7..7b63d0f5 100644 --- a/MP-TAB/MP-TAB.csproj +++ b/MP-TAB/MP-TAB.csproj @@ -189,8 +189,8 @@ ..\packages\System.Buffers.4.5.1\lib\net461\System.Buffers.dll - - ..\packages\System.Diagnostics.PerformanceCounter.4.7.0\lib\net461\System.Diagnostics.PerformanceCounter.dll + + ..\packages\System.Diagnostics.PerformanceCounter.5.0.0\lib\net461\System.Diagnostics.PerformanceCounter.dll ..\packages\System.IO.Compression.4.3.0\lib\net46\System.IO.Compression.dll @@ -234,8 +234,8 @@ ..\packages\System.Security.Cryptography.X509Certificates.4.3.2\lib\net461\System.Security.Cryptography.X509Certificates.dll - - ..\packages\System.Threading.Channels.4.7.1\lib\net461\System.Threading.Channels.dll + + ..\packages\System.Threading.Channels.5.0.0\lib\net461\System.Threading.Channels.dll ..\packages\System.Threading.Tasks.Extensions.4.5.4\lib\net461\System.Threading.Tasks.Extensions.dll diff --git a/MP-TAB/Web.config b/MP-TAB/Web.config index 93cb241a..bbf5f0ac 100644 --- a/MP-TAB/Web.config +++ b/MP-TAB/Web.config @@ -121,6 +121,10 @@ + + + + diff --git a/MP-TAB/packages.config b/MP-TAB/packages.config index 11afcccf..990d45ce 100644 --- a/MP-TAB/packages.config +++ b/MP-TAB/packages.config @@ -46,7 +46,7 @@ - + @@ -59,7 +59,7 @@ - + \ No newline at end of file diff --git a/MapoDb/MapoDb.csproj b/MapoDb/MapoDb.csproj index 6f10dced..d3f75070 100644 --- a/MapoDb/MapoDb.csproj +++ b/MapoDb/MapoDb.csproj @@ -141,8 +141,8 @@ - - ..\packages\System.Diagnostics.PerformanceCounter.4.7.0\lib\net461\System.Diagnostics.PerformanceCounter.dll + + ..\packages\System.Diagnostics.PerformanceCounter.5.0.0\lib\net461\System.Diagnostics.PerformanceCounter.dll @@ -185,8 +185,8 @@ ..\packages\System.Security.Cryptography.X509Certificates.4.3.2\lib\net461\System.Security.Cryptography.X509Certificates.dll - - ..\packages\System.Threading.Channels.4.7.1\lib\net461\System.Threading.Channels.dll + + ..\packages\System.Threading.Channels.5.0.0\lib\net461\System.Threading.Channels.dll ..\packages\System.Threading.Tasks.Extensions.4.5.4\lib\net461\System.Threading.Tasks.Extensions.dll diff --git a/MapoDb/app.config b/MapoDb/app.config index c5a31755..3a88f05a 100644 --- a/MapoDb/app.config +++ b/MapoDb/app.config @@ -51,7 +51,7 @@ - + diff --git a/MapoDb/packages.config b/MapoDb/packages.config index 1b935302..b7e8038b 100644 --- a/MapoDb/packages.config +++ b/MapoDb/packages.config @@ -26,7 +26,7 @@ - + @@ -39,7 +39,7 @@ - + \ No newline at end of file