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 StJohn <ericstj@microsoft.com>2016-12-07 23:32:03 +0300
committerKarel Zikmund <karelz@users.noreply.github.com>2016-12-07 23:32:03 +0300
commit22fbf8edabe1daf260d5cfe8de8628650f882d02 (patch)
tree5a34bd133778ddfb2022e8338a0e646caf19308e /src/System.Runtime.CompilerServices.Unsafe
parentf7be91559a3bcdbc4a4a98e1382b52420f1978bb (diff)
Make System.Memory and Unsafe target 1.1 packages (#14271)
This lets folks use System.Memory and Unsafe without upgrading all of their packages to latest pre-release.
Diffstat (limited to 'src/System.Runtime.CompilerServices.Unsafe')
-rw-r--r--src/System.Runtime.CompilerServices.Unsafe/pkg/System.Runtime.CompilerServices.Unsafe.pkgproj1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/System.Runtime.CompilerServices.Unsafe/pkg/System.Runtime.CompilerServices.Unsafe.pkgproj b/src/System.Runtime.CompilerServices.Unsafe/pkg/System.Runtime.CompilerServices.Unsafe.pkgproj
index 66269ad81e..b6659d64b0 100644
--- a/src/System.Runtime.CompilerServices.Unsafe/pkg/System.Runtime.CompilerServices.Unsafe.pkgproj
+++ b/src/System.Runtime.CompilerServices.Unsafe/pkg/System.Runtime.CompilerServices.Unsafe.pkgproj
@@ -2,6 +2,7 @@
<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
<ItemGroup>
+ <PackageIndex Include="$(ProjectDir)\pkg\baseline\packageBaseline.1.1.json" />
<ProjectReference Include="..\src\System.Runtime.CompilerServices.Unsafe.ilproj">
<SupportedFramework>net45;netcore45;wp8;wpa81;netcoreapp1.0;$(AllXamarinFrameworks)</SupportedFramework>
</ProjectReference>