diff --git a/Artifacts Downloader.csproj b/Artifacts Downloader.csproj index 38876e3..5f06f0c 100644 --- a/Artifacts Downloader.csproj +++ b/Artifacts Downloader.csproj @@ -1,5 +1,6 @@  + Debug @@ -12,6 +13,8 @@ 512 true true + + AnyCPU @@ -36,8 +39,11 @@ fx.ico - - packages\Newtonsoft.Json.13.0.1\lib\net45\Newtonsoft.Json.dll + + packages\Costura.Fody.5.7.0\lib\netstandard1.0\Costura.dll + + + dll\Newtonsoft.Json.dll @@ -53,7 +59,6 @@ - @@ -96,4 +101,14 @@ + + + Este projeto faz referência a pacotes do NuGet que não estão presentes neste computador. Use a Restauração de Pacotes do NuGet para baixá-los. Para obter mais informações, consulte http://go.microsoft.com/fwlink/?LinkID=322105. O arquivo ausente é {0}. + + + + + + + \ No newline at end of file diff --git a/FodyWeavers.xml b/FodyWeavers.xml new file mode 100644 index 0000000..5029e70 --- /dev/null +++ b/FodyWeavers.xml @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/dll/Newtonsoft.Json.dll b/dll/Newtonsoft.Json.dll new file mode 100644 index 0000000..7af125a Binary files /dev/null and b/dll/Newtonsoft.Json.dll differ diff --git a/packages.config b/packages.config index b87284d..805ef81 100644 --- a/packages.config +++ b/packages.config @@ -1,5 +1,6 @@  - + + \ No newline at end of file