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.Runtime.WindowsRuntime/ref/System.Runtime.WindowsRuntime.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.Runtime.WindowsRuntime/ref/System.Runtime.WindowsRuntime.csproj')
-rw-r--r--src/System.Runtime.WindowsRuntime/ref/System.Runtime.WindowsRuntime.csproj1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/System.Runtime.WindowsRuntime/ref/System.Runtime.WindowsRuntime.csproj b/src/System.Runtime.WindowsRuntime/ref/System.Runtime.WindowsRuntime.csproj
index 56331a2035..06725a3a1e 100644
--- a/src/System.Runtime.WindowsRuntime/ref/System.Runtime.WindowsRuntime.csproj
+++ b/src/System.Runtime.WindowsRuntime/ref/System.Runtime.WindowsRuntime.csproj
@@ -13,7 +13,6 @@
match the output assembly name 'System.Runtime.WindowsRuntime, Version=4.0.10.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'.
-->
<NoWarn>1698</NoWarn>
- <AssemblyVersion>4.0.12.0</AssemblyVersion>
<OutputType>Library</OutputType>
<PackageTargetFramework>netstandard1.2</PackageTargetFramework>
<NuGetTargetMoniker>.NETStandard,Version=v1.2</NuGetTargetMoniker>