From d1c126160cb3ca03539e3561b4705a7ec26b9f2e Mon Sep 17 00:00:00 2001 From: Eric Rozell Date: Thu, 23 Feb 2017 11:49:11 -0500 Subject: [PATCH] chore(Yoga): upgrade Facebook.Yoga to 1.1.0.23-pre (#1029) --- ReactWindows/Playground.Net46/Playground.Net46.csproj | 6 +++--- ReactWindows/Playground.Net46/packages.config | 2 +- ReactWindows/Playground/Playground.nuget.targets | 9 --------- ReactWindows/Playground/project.json | 2 +- .../ReactNative.Net46.Tests.csproj | 6 +++--- ReactWindows/ReactNative.Net46.Tests/packages.config | 2 +- ReactWindows/ReactNative.Net46/ReactNative.Net46.csproj | 7 ++++--- ReactWindows/ReactNative.Net46/packages.config | 2 +- .../ReactNative.Tests/ReactNative.Tests.nuget.targets | 9 --------- ReactWindows/ReactNative.Tests/project.json | 2 +- ReactWindows/ReactNative/ReactNative.nuget.targets | 9 --------- ReactWindows/ReactNative/project.json | 2 +- 12 files changed, 16 insertions(+), 42 deletions(-) delete mode 100644 ReactWindows/Playground/Playground.nuget.targets delete mode 100644 ReactWindows/ReactNative.Tests/ReactNative.Tests.nuget.targets delete mode 100644 ReactWindows/ReactNative/ReactNative.nuget.targets diff --git a/ReactWindows/Playground.Net46/Playground.Net46.csproj b/ReactWindows/Playground.Net46/Playground.Net46.csproj index b362cc7c7b0..918fe4c1ced 100644 --- a/ReactWindows/Playground.Net46/Playground.Net46.csproj +++ b/ReactWindows/Playground.Net46/Playground.Net46.csproj @@ -125,7 +125,7 @@ - ..\packages\Facebook.Yoga.1.1.0.18-pre\lib\net45\Facebook.Yoga.dll + ..\packages\Facebook.Yoga.1.1.0.23-pre\lib\net45\Facebook.Yoga.dll True @@ -179,12 +179,12 @@ - + This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - + - + \ No newline at end of file diff --git a/ReactWindows/ReactNative.Net46/packages.config b/ReactWindows/ReactNative.Net46/packages.config index 9956b16f09c..1de82edd0b2 100644 --- a/ReactWindows/ReactNative.Net46/packages.config +++ b/ReactWindows/ReactNative.Net46/packages.config @@ -1,6 +1,6 @@  - + diff --git a/ReactWindows/ReactNative.Tests/ReactNative.Tests.nuget.targets b/ReactWindows/ReactNative.Tests/ReactNative.Tests.nuget.targets deleted file mode 100644 index 2209a0e5dd0..00000000000 --- a/ReactWindows/ReactNative.Tests/ReactNative.Tests.nuget.targets +++ /dev/null @@ -1,9 +0,0 @@ - - - - $(UserProfile)\.nuget\packages\ - - - - - \ No newline at end of file diff --git a/ReactWindows/ReactNative.Tests/project.json b/ReactWindows/ReactNative.Tests/project.json index e1a7699b248..c69d161645a 100644 --- a/ReactWindows/ReactNative.Tests/project.json +++ b/ReactWindows/ReactNative.Tests/project.json @@ -1,6 +1,6 @@ { "dependencies": { - "Facebook.Yoga": "1.1.0.18-pre", + "Facebook.Yoga": "1.1.0.23-pre", "Microsoft.NETCore.UniversalWindowsPlatform": "5.2.2", "NUnit": "3.5.0", "NUnit3TestAdapter": "3.5.0" diff --git a/ReactWindows/ReactNative/ReactNative.nuget.targets b/ReactWindows/ReactNative/ReactNative.nuget.targets deleted file mode 100644 index 2209a0e5dd0..00000000000 --- a/ReactWindows/ReactNative/ReactNative.nuget.targets +++ /dev/null @@ -1,9 +0,0 @@ - - - - $(UserProfile)\.nuget\packages\ - - - - - \ No newline at end of file diff --git a/ReactWindows/ReactNative/project.json b/ReactWindows/ReactNative/project.json index ba08f48c8a2..3a9fd02f987 100644 --- a/ReactWindows/ReactNative/project.json +++ b/ReactWindows/ReactNative/project.json @@ -1,6 +1,6 @@ { "dependencies": { - "Facebook.Yoga": "1.1.0.18-pre", + "Facebook.Yoga": "1.1.0.23-pre", "Microsoft.NETCore.UniversalWindowsPlatform": "5.2.2", "Microsoft.Toolkit.Uwp.UI": "1.3.1", "Newtonsoft.Json": "9.0.1",