From 5afabfe4dce6a2c38a9400c969cdb3e6a09817e0 Mon Sep 17 00:00:00 2001 From: Richard Webb Date: Mon, 29 Apr 2024 11:53:36 +0100 Subject: [PATCH] Remove the hard coded RepositoryUrl and leave it up to SourceLink to determine the value --- Directory.Build.props | 5 +---- JpegXmpWritePluginMDE.sln | 1 + 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/Directory.Build.props b/Directory.Build.props index f2c43ff..e3e2766 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -5,11 +5,8 @@ Michael Osthege;Ahsan Cheema Apache-2.0 - git - https://github.com/ahsanaman92/JpegXmpWritePluginMDE.git - true - true true + true diff --git a/JpegXmpWritePluginMDE.sln b/JpegXmpWritePluginMDE.sln index 5714f43..bbdc56d 100644 --- a/JpegXmpWritePluginMDE.sln +++ b/JpegXmpWritePluginMDE.sln @@ -10,6 +10,7 @@ EndProject Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{5BEB7B0C-940F-4CBE-BEF9-02C2C82A984F}" ProjectSection(SolutionItems) = preProject .editorconfig = .editorconfig + Directory.Build.props = Directory.Build.props EndProjectSection EndProject Global