From d244c5b07b7988b3257425d8fa7a7ef6515645f7 Mon Sep 17 00:00:00 2001 From: Mike Battista <13860912+mikebattista@users.noreply.github.com> Date: Fri, 3 Jun 2022 11:55:40 -0700 Subject: [PATCH] Updated to WinAppSDK 1.1. Fixed #4480. --- .../Templates/Proj/Default/.template.config/template.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/TemplateStudioForWinUICs/Templates/Proj/Default/.template.config/template.json b/code/TemplateStudioForWinUICs/Templates/Proj/Default/.template.config/template.json index c6e7615861..e02fee907c 100644 --- a/code/TemplateStudioForWinUICs/Templates/Proj/Default/.template.config/template.json +++ b/code/TemplateStudioForWinUICs/Templates/Proj/Default/.template.config/template.json @@ -20,7 +20,7 @@ "ts.outputToParent": "true", "ts.version": "1.0.0", "ts.displayOrder": "0", - "ts.licenses": "[Microsoft.WindowsAppSDK](https://www.nuget.org/packages/Microsoft.WindowsAppSDK/1.1-preview3/License)" + "ts.licenses": "[Microsoft.WindowsAppSDK](https://www.nuget.org/packages/Microsoft.WindowsAppSDK/1.1.0/License)" }, "sourceName": "Param_ProjectName", "preferNameDirectory": true, @@ -95,7 +95,7 @@ "actionId": "0B814718-16A3-4F7F-89F1-69C0F9170EAD", "args": { "packageId": "Microsoft.WindowsAppSDK", - "version": "1.1-preview3", + "version": "1.1.0", "projectPath": "Param_ProjectName\\Param_ProjectName.csproj" }, "continueOnError": true