diff --git a/Server/Server.csproj b/Server/Server.csproj index c5a7046..5470774 100644 --- a/Server/Server.csproj +++ b/Server/Server.csproj @@ -33,14 +33,17 @@ 4 - - ..\packages\Microsoft.Bcl.AsyncInterfaces.8.0.0\lib\net462\Microsoft.Bcl.AsyncInterfaces.dll + + ..\packages\Microsoft.Bcl.AsyncInterfaces.9.0.1\lib\net462\Microsoft.Bcl.AsyncInterfaces.dll ..\packages\System.Buffers.4.5.1\lib\net461\System.Buffers.dll + + ..\packages\System.IO.Pipelines.9.0.1\lib\net462\System.IO.Pipelines.dll + ..\packages\System.Memory.4.5.5\lib\net461\System.Memory.dll @@ -51,11 +54,11 @@ ..\packages\System.Runtime.CompilerServices.Unsafe.6.0.0\lib\net461\System.Runtime.CompilerServices.Unsafe.dll - - ..\packages\System.Text.Encodings.Web.8.0.0\lib\net462\System.Text.Encodings.Web.dll + + ..\packages\System.Text.Encodings.Web.9.0.1\lib\net462\System.Text.Encodings.Web.dll - - ..\packages\System.Text.Json.8.0.4\lib\net462\System.Text.Json.dll + + ..\packages\System.Text.Json.9.0.1\lib\net462\System.Text.Json.dll ..\packages\System.Threading.Tasks.Extensions.4.5.4\lib\net461\System.Threading.Tasks.Extensions.dll diff --git a/Server/packages.config b/Server/packages.config index 2f9e97d..b3f4d96 100644 --- a/Server/packages.config +++ b/Server/packages.config @@ -1,12 +1,13 @@  - + + - - + + \ No newline at end of file