From eafb6958a8cb87624806340471daf802d5a628d3 Mon Sep 17 00:00:00 2001 From: Alexandros Kritikos Date: Sun, 15 Jan 2023 23:17:41 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=A6=20Exposes=20package=20versions=20t?= =?UTF-8?q?o=20solution?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Solution.sln | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/Solution.sln b/Solution.sln index f8e9e80..b9a1e81 100644 --- a/Solution.sln +++ b/Solution.sln @@ -18,6 +18,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Configuration", "Configurat .runsettings = .runsettings Directory.Build.props = Directory.Build.props Directory.Build.targets = Directory.Build.targets + Directory.Packages.props = Directory.Packages.props dotnet.ruleset = dotnet.ruleset GitVersion.yml = GitVersion.yml stylecop.json = stylecop.json @@ -30,7 +31,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{52270E06-D3B EndProjectSection EndProject Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{4FAAB5E4-2D81-4062-90D2-6F68DF746BD2}" - ProjectSection(SolutionItems) = preProject + ProjectSection(SolutionItems) = preProject tests\Directory.Build.props = tests\Directory.Build.props EndProjectSection EndProject @@ -39,8 +40,16 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "samples", "samples", "{9590 samples\Directory.Build.props = samples\Directory.Build.props EndProjectSection EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{18FB97B3-3321-4F9B-B3A1-12BC0DE1D000}" + ProjectSection(SolutionItems) = preProject + Directory.Packages.props = Directory.Packages.props + EndProjectSection +EndProject Global GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {732C3E99-FDF6-4748-A339-C3C162241038} + EndGlobalSection EndGlobal