Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Costa <chcosta@microsoft.com>2016-02-25 22:35:40 +0300
committerChristopher Costa <chcosta@microsoft.com>2016-02-25 22:35:40 +0300
commit52b7ca946eda509e47039267f21e14c3f362e33b (patch)
tree70b18224ef882e319735aa27bd0fb44383edf654
parent9fc5bd461c86bf0483b870f6ef198f53ae3a8922 (diff)
Fix assemblyversion bug introduced by cs #1578917
[tfs-changeset: 1578922]
-rw-r--r--src/System.Reflection.Metadata/src/System.Reflection.Metadata.csproj2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/System.Reflection.Metadata/src/System.Reflection.Metadata.csproj b/src/System.Reflection.Metadata/src/System.Reflection.Metadata.csproj
index e1a233b78e..03c247d478 100644
--- a/src/System.Reflection.Metadata/src/System.Reflection.Metadata.csproj
+++ b/src/System.Reflection.Metadata/src/System.Reflection.Metadata.csproj
@@ -17,7 +17,7 @@
<DefaultLanguage>en-US</DefaultLanguage>
<NoWarn>1591</NoWarn>
<CLSCompliant>false</CLSCompliant>
- <AssemblyVersion>1.2.0.0</AssemblyVersion>
+ <AssemblyVersion Condition="'$(Future)' != 'true'">1.2.0.0</AssemblyVersion>
<DefineConstants>$(DefineConstants);SRM</DefineConstants>
</PropertyGroup>
<ItemGroup>