From 0afa862af0ba882bfe18119e285fe129cdf6aadd Mon Sep 17 00:00:00 2001 From: mrxx99 Date: Sat, 21 Jan 2023 17:03:19 +0100 Subject: [PATCH] removed global.json reference in xplat solution --- templates/csharp/xplat/AvaloniaTest.sln | 1 - templates/fsharp/xplat/AvaloniaTest.sln | 1 - 2 files changed, 2 deletions(-) diff --git a/templates/csharp/xplat/AvaloniaTest.sln b/templates/csharp/xplat/AvaloniaTest.sln index dff18188..c6f43980 100644 --- a/templates/csharp/xplat/AvaloniaTest.sln +++ b/templates/csharp/xplat/AvaloniaTest.sln @@ -16,7 +16,6 @@ EndProject Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{3DA99C4E-89E3-4049-9C22-0A7EC60D83D8}" ProjectSection(SolutionItems) = preProject Directory.Build.props = Directory.Build.props - global.json = global.json EndProjectSection EndProject Global diff --git a/templates/fsharp/xplat/AvaloniaTest.sln b/templates/fsharp/xplat/AvaloniaTest.sln index e80855ee..312fe2b2 100644 --- a/templates/fsharp/xplat/AvaloniaTest.sln +++ b/templates/fsharp/xplat/AvaloniaTest.sln @@ -15,7 +15,6 @@ EndProject Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{3DA99C4E-89E3-4049-9C22-0A7EC60D83D8}" ProjectSection(SolutionItems) = preProject Directory.Build.props = Directory.Build.props - global.json = global.json EndProjectSection EndProject Global