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-12 00:37:45 +0300
committerChristopher Costa <chcosta@microsoft.com>2016-02-12 00:37:45 +0300
commit030e29992f6be20ffb9d9d3e799118f3354bce22 (patch)
tree25b288847711fb422b7b9f760ba49a314f28b7d1 /src/System.Numerics.Vectors/ref/System.Numerics.Vectors.csproj
parent2a6198b9d1796bde7da482eb2666c8b4141f44d0 (diff)
Open package conversions for corefx.
Diffstat (limited to 'src/System.Numerics.Vectors/ref/System.Numerics.Vectors.csproj')
-rw-r--r--src/System.Numerics.Vectors/ref/System.Numerics.Vectors.csproj6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/System.Numerics.Vectors/ref/System.Numerics.Vectors.csproj b/src/System.Numerics.Vectors/ref/System.Numerics.Vectors.csproj
index c726e13c15..a4e322e57f 100644
--- a/src/System.Numerics.Vectors/ref/System.Numerics.Vectors.csproj
+++ b/src/System.Numerics.Vectors/ref/System.Numerics.Vectors.csproj
@@ -4,8 +4,10 @@
<PropertyGroup>
<AssemblyVersion>4.1.1.0</AssemblyVersion>
<OutputType>Library</OutputType>
- <PackageTargetFramework>dotnet5.4</PackageTargetFramework>
- <NuGetTargetMoniker>.NETPlatform,Version=v5.4</NuGetTargetMoniker>
+ <PackageTargetFramework>dotnet5.2</PackageTargetFramework>
+ <NuGetTargetMoniker>.NETPlatform,Version=v5.2</NuGetTargetMoniker>
+ <!-- remove when fixing https://github.com/dotnet/corefx/issues/5900 -->
+ <SkipValidatePackageTargetFramework>true</SkipValidatePackageTargetFramework>
</PropertyGroup>
<ItemGroup>
<Compile Include="System.Numerics.Vectors.cs" />