From c64b70e9783e96852c9bba9ee3aa1cea6c897ad3 Mon Sep 17 00:00:00 2001 From: Morten Nielsen Date: Tue, 5 Apr 2022 09:14:43 -0700 Subject: [PATCH] Fix DocFX TFM for UWP --- docs/docfx.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docfx.json b/docs/docfx.json index d1b94b6..d35cfc8 100644 --- a/docs/docfx.json +++ b/docs/docfx.json @@ -63,7 +63,7 @@ } ], "dest": "../artifacts/docs/api/uwp", - "properties": { "TargetFramework": "uap10.0.16299" }, + "properties": { "TargetFramework": "uap10.0.18362" }, "disableGitFeatures": false, "disableDefaultFilter": false }