From 5c70c262743f97517adfdc8e8250b54ccbc9f669 Mon Sep 17 00:00:00 2001 From: Rolf Bjarne Kvinge Date: Wed, 2 Oct 2024 15:34:31 +0200 Subject: [PATCH] [msbuild] Make MessagingVersion overridable from the environment. This makes it easier to consume a locally built version of Xamarin.Messaging when build and testing locally. --- msbuild/Directory.Build.props | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/msbuild/Directory.Build.props b/msbuild/Directory.Build.props index 11a037ed2134..65659347ff2a 100644 --- a/msbuild/Directory.Build.props +++ b/msbuild/Directory.Build.props @@ -10,8 +10,12 @@ interesting ways. So in order to get the exact version, they're enclosed in brackets. + Lists of versions can be found here: + + https://dev.azure.com/azure-public/vside/_artifacts/feed/xamarin-impl/NuGet/Xamarin.Messaging.Client/ + --> - [2.1.15] + [2.1.15] [1.1.7]