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:
authorSantiago Fernandez Madero <safern@microsoft.com>2017-03-17 21:15:42 +0300
committerGitHub <noreply@github.com>2017-03-17 21:15:42 +0300
commitb76f0fe10b1799416a5ec78ebca478762be62dd1 (patch)
tree194032b7eb1006b59d6e2d8f04b750a378866aa1 /src/System.ComponentModel.TypeConverter/dir.props
parent1965847e794ff9e95a0b6aa647ece4af6e521d4b (diff)
Change assembly version in csproj instead of dir.props (#17238)
Diffstat (limited to 'src/System.ComponentModel.TypeConverter/dir.props')
-rw-r--r--src/System.ComponentModel.TypeConverter/dir.props3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/System.ComponentModel.TypeConverter/dir.props b/src/System.ComponentModel.TypeConverter/dir.props
index 27918bd646..e35a1e8a9f 100644
--- a/src/System.ComponentModel.TypeConverter/dir.props
+++ b/src/System.ComponentModel.TypeConverter/dir.props
@@ -2,8 +2,7 @@
<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="..\dir.props" />
<PropertyGroup>
- <!-- don't change the Asssembly Version as one test would break -->
- <AssemblyVersion>9.9.9.9</AssemblyVersion>
+ <AssemblyVersion>4.2.0.0</AssemblyVersion>
<IsNETCoreApp>true</IsNETCoreApp>
<IsUAP>true</IsUAP>
</PropertyGroup>