From d2f0a7f57cd054418ddc34fa1a9fb324b64c0357 Mon Sep 17 00:00:00 2001 From: Alexandros Kritikos Date: Mon, 13 Nov 2023 00:02:20 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20Fixes=20solution=20assets=20and?= =?UTF-8?q?=20common=20package=20versions?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Directory.Packages.props | 16 +++++++++++++--- Solution.sln | 10 +++++++++- 2 files changed, 22 insertions(+), 4 deletions(-) diff --git a/Directory.Packages.props b/Directory.Packages.props index 455d67a..8798058 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -4,16 +4,26 @@ - + + + + + + + - + + + + all + runtime; build; native; contentfiles; analyzers; buildtransitive + - diff --git a/Solution.sln b/Solution.sln index a2d20d6..f74db9a 100644 --- a/Solution.sln +++ b/Solution.sln @@ -6,7 +6,7 @@ MinimumVisualStudioVersion = 15.0.26124.0 Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Assets", "Assets", "{C78AC8C6-8CE2-4C77-9493-3E6F22D4F82B}" ProjectSection(SolutionItems) = preProject LICENSE.md = LICENSE.md - .config\assets\nuget.png = .config\assets\nuget.png + icon.png = icon.png README.md = README.md Directory.Packages.props = Directory.Packages.props EndProjectSection @@ -48,4 +48,12 @@ Global GlobalSection(ExtensibilityGlobals) = postSolution SolutionGuid = {732C3E99-FDF6-4748-A339-C3C162241038} EndGlobalSection + GlobalSection(NestedProjects) = preSolution + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + EndGlobalSection + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection EndGlobal