From 150a9ab502a83ca8bbeed6c3084d2345dbfa6b18 Mon Sep 17 00:00:00 2001 From: szporowolik Date: Thu, 12 Sep 2019 14:55:09 +0200 Subject: [PATCH] Added actual nuget references --- 02_Windows_App/Perun_v1/Perun_v1.csproj | 17 ++++++++++++----- 02_Windows_App/Perun_v1/packages.config | 8 ++++++++ 2 files changed, 20 insertions(+), 5 deletions(-) create mode 100644 02_Windows_App/Perun_v1/packages.config diff --git a/02_Windows_App/Perun_v1/Perun_v1.csproj b/02_Windows_App/Perun_v1/Perun_v1.csproj index df06037..88f83fe 100644 --- a/02_Windows_App/Perun_v1/Perun_v1.csproj +++ b/02_Windows_App/Perun_v1/Perun_v1.csproj @@ -88,14 +88,20 @@ Properties\app.manifest - - ..\packages\Google.Protobuf.3.5.1\lib\net45\Google.Protobuf.dll + + ..\packages\BouncyCastle.1.8.3.1\lib\BouncyCastle.Crypto.dll - - ..\packages\MySql.Data.8.0.15\lib\net452\MySql.Data.dll + + ..\packages\Google.Protobuf.3.6.1\lib\net45\Google.Protobuf.dll + + + ..\packages\MySql.Data.8.0.17\lib\net452\MySql.Data.dll - ..\packages\Newtonsoft.Json.12.0.1\lib\net45\Newtonsoft.Json.dll + ..\packages\Newtonsoft.Json.12.0.2\lib\net45\Newtonsoft.Json.dll + + + ..\packages\SSH.NET.2016.1.0\lib\net40\Renci.SshNet.dll @@ -146,6 +152,7 @@ + SettingsSingleFileGenerator diff --git a/02_Windows_App/Perun_v1/packages.config b/02_Windows_App/Perun_v1/packages.config new file mode 100644 index 0000000..fa00d4d --- /dev/null +++ b/02_Windows_App/Perun_v1/packages.config @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file