From a7f43fac6054c102b68e88029296fd102cb378c0 Mon Sep 17 00:00:00 2001 From: Ethan Richardson Date: Tue, 20 Feb 2018 08:39:51 -0600 Subject: [PATCH] Fix framework target --- windows/RNSqlite2/project.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/windows/RNSqlite2/project.json b/windows/RNSqlite2/project.json index 3841890..4f011a4 100644 --- a/windows/RNSqlite2/project.json +++ b/windows/RNSqlite2/project.json @@ -4,7 +4,7 @@ "Microsoft.NETCore.UniversalWindowsPlatform": "5.2.2" }, "frameworks": { - "uap10.0": {} + "uap10.0.10586": {} }, "runtimes": { "win10-arm": {},