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:
authorEric St. John <ericstj@microsoft.com>2016-08-19 01:01:30 +0300
committerEric St. John <ericstj@microsoft.com>2016-08-24 16:48:04 +0300
commit765ea591f0dd0079e8f71125ca22c8f31d119528 (patch)
tree8534dfba93ea0255c241c6e13b407dfaa6b8aa94 /src/System.Numerics.Vectors/ref/System.Numerics.Vectors.csproj
parent564fe494c594d67f42ff6cb0516e72d78c1aa725 (diff)
Clean up redundant AssemblyVersion properties
These are now redundant to the property defined in src\<lib>\dir.props.
Diffstat (limited to 'src/System.Numerics.Vectors/ref/System.Numerics.Vectors.csproj')
-rw-r--r--src/System.Numerics.Vectors/ref/System.Numerics.Vectors.csproj1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/System.Numerics.Vectors/ref/System.Numerics.Vectors.csproj b/src/System.Numerics.Vectors/ref/System.Numerics.Vectors.csproj
index 3fe40c373e..7971b669ad 100644
--- a/src/System.Numerics.Vectors/ref/System.Numerics.Vectors.csproj
+++ b/src/System.Numerics.Vectors/ref/System.Numerics.Vectors.csproj
@@ -2,7 +2,6 @@
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
<PropertyGroup>
- <AssemblyVersion>4.1.2.0</AssemblyVersion>
<OutputType>Library</OutputType>
<NuGetTargetMoniker>.NETStandard,Version=v1.0</NuGetTargetMoniker>
<PackageTargetFramework>netstandard1.0</PackageTargetFramework>