From a88c9187e9f0a91e8f289fe6b0789eac8e0cf4b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timoth=C3=A9=20Larivi=C3=A8re?= Date: Thu, 28 Feb 2019 20:47:57 +0100 Subject: [PATCH] Fix namespace template WPF --- .../content/blank/NewApp.WPF/Properties/AssemblyInfo.fs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/templates/content/blank/NewApp.WPF/Properties/AssemblyInfo.fs b/templates/content/blank/NewApp.WPF/Properties/AssemblyInfo.fs index 0ae9fa78f..9889ed7bf 100644 --- a/templates/content/blank/NewApp.WPF/Properties/AssemblyInfo.fs +++ b/templates/content/blank/NewApp.WPF/Properties/AssemblyInfo.fs @@ -1,12 +1,12 @@ -namespace NewApp.WindowsWPFClassic +namespace NewApp.WPF open System.Reflection open System.Runtime.CompilerServices // the name of the type here needs to match the name inside the ResourceDesigner attribute //type Resources = NewApp.Droid.Resource -//[] +//[] -[] +[] [] [] []