From b58d33ca29313341507aa1fbe7d86c34a105fea7 Mon Sep 17 00:00:00 2001 From: Eric Erhardt Date: Mon, 4 Nov 2019 11:08:43 -0600 Subject: [PATCH] Set DotNetUseShippingVersions. This disables the `42.42.42.42` assembly versions when building locally. Instead, a date based version is used with a `-0` suffix. This allows for locally built assemblies to replace official built assemblies in an install folder. This is useful for debugging (can replace a release binary with a debug binary), and for quick prototyping without having to rebuild the whole dotnet-try package and uninstall-reinstall. --- Directory.Build.props | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Directory.Build.props b/Directory.Build.props index c03541cf4..816484e50 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -5,6 +5,8 @@ + + true false false