summaryrefslogtreecommitdiff
path: root/src/.nuget
diff options
context:
space:
mode:
authorWes Haggard <Wes.Haggard@microsoft.com>2016-03-22 09:21:28 -0700
committerWes Haggard <Wes.Haggard@microsoft.com>2016-03-22 09:21:28 -0700
commit5a2a899cee5d81a9fbd5833685a8141eff01e08c (patch)
treed634aa3832674ad56d0649856dab537c84932af1 /src/.nuget
parenta6ae44dc12b4d58ff337090ed1318196e53066e5 (diff)
downloadcoreclr-5a2a899cee5d81a9fbd5833685a8141eff01e08c.tar.gz
coreclr-5a2a899cee5d81a9fbd5833685a8141eff01e08c.tar.bz2
coreclr-5a2a899cee5d81a9fbd5833685a8141eff01e08c.zip
Update Runtime packages to use netstandard1.0 instead of dotnet as the TFM.
CR: ericstj [tfs-changeset: 1588560]
Diffstat (limited to 'src/.nuget')
-rw-r--r--src/.nuget/Microsoft.NETCore.Runtime.CoreCLR/debian/Microsoft.NETCore.Runtime.CoreCLR.pkgproj6
-rw-r--r--src/.nuget/Microsoft.NETCore.Runtime.CoreCLR/osx/Microsoft.NETCore.Runtime.CoreCLR.pkgproj6
-rw-r--r--src/.nuget/Microsoft.NETCore.Runtime.CoreCLR/rhel/Microsoft.NETCore.Runtime.CoreCLR.pkgproj6
-rw-r--r--src/.nuget/Microsoft.NETCore.Runtime.CoreCLR/ubuntu/Microsoft.NETCore.Runtime.CoreCLR.pkgproj6
-rw-r--r--src/.nuget/Microsoft.NETCore.Runtime.CoreCLR/win/Microsoft.NETCore.Runtime.CoreCLR.pkgproj6
5 files changed, 15 insertions, 15 deletions
diff --git a/src/.nuget/Microsoft.NETCore.Runtime.CoreCLR/debian/Microsoft.NETCore.Runtime.CoreCLR.pkgproj b/src/.nuget/Microsoft.NETCore.Runtime.CoreCLR/debian/Microsoft.NETCore.Runtime.CoreCLR.pkgproj
index b628723123..989d370b84 100644
--- a/src/.nuget/Microsoft.NETCore.Runtime.CoreCLR/debian/Microsoft.NETCore.Runtime.CoreCLR.pkgproj
+++ b/src/.nuget/Microsoft.NETCore.Runtime.CoreCLR/debian/Microsoft.NETCore.Runtime.CoreCLR.pkgproj
@@ -31,14 +31,14 @@
<TargetPath>runtimes/$(PackageTargetRuntime)/native</TargetPath>
</File>
- <!-- Using lib/dotnet here. There is no TFM for this since it is a runtime itself. -->
+ <!-- Using lib/netstandard1.0 here. There is no TFM for this since it is a runtime itself. -->
<File Include="@(ArchitectureSpecificLibFile)">
- <TargetPath>runtimes/$(PackageTargetRuntime)/lib/dotnet</TargetPath>
+ <TargetPath>runtimes/$(PackageTargetRuntime)/lib/netstandard1.0</TargetPath>
</File>
<!-- No reference: don't permit reference to the implementation from lib -->
<File Include="$(PlaceholderFile)">
- <TargetPath>ref/dotnet</TargetPath>
+ <TargetPath>ref/netstandard1.0</TargetPath>
</File>
<File Include="@(ArchitectureSpecificToolFile)">
diff --git a/src/.nuget/Microsoft.NETCore.Runtime.CoreCLR/osx/Microsoft.NETCore.Runtime.CoreCLR.pkgproj b/src/.nuget/Microsoft.NETCore.Runtime.CoreCLR/osx/Microsoft.NETCore.Runtime.CoreCLR.pkgproj
index 895be95978..aac843b538 100644
--- a/src/.nuget/Microsoft.NETCore.Runtime.CoreCLR/osx/Microsoft.NETCore.Runtime.CoreCLR.pkgproj
+++ b/src/.nuget/Microsoft.NETCore.Runtime.CoreCLR/osx/Microsoft.NETCore.Runtime.CoreCLR.pkgproj
@@ -29,14 +29,14 @@
<TargetPath>runtimes/$(PackageTargetRuntime)/native</TargetPath>
</File>
- <!-- Using lib/dotnet here. There is no TFM for this since it is a runtime itself. -->
+ <!-- Using lib/netstandard1.0 here. There is no TFM for this since it is a runtime itself. -->
<File Include="@(ArchitectureSpecificLibFile)">
- <TargetPath>runtimes/$(PackageTargetRuntime)/lib/dotnet</TargetPath>
+ <TargetPath>runtimes/$(PackageTargetRuntime)/lib/netstandard1.0</TargetPath>
</File>
<!-- No reference: don't permit reference to the implementation from lib -->
<File Include="$(PlaceholderFile)">
- <TargetPath>ref/dotnet</TargetPath>
+ <TargetPath>ref/netstandard1.0</TargetPath>
</File>
<File Include="@(ArchitectureSpecificToolFile)">
diff --git a/src/.nuget/Microsoft.NETCore.Runtime.CoreCLR/rhel/Microsoft.NETCore.Runtime.CoreCLR.pkgproj b/src/.nuget/Microsoft.NETCore.Runtime.CoreCLR/rhel/Microsoft.NETCore.Runtime.CoreCLR.pkgproj
index 5cd175906f..d17f607985 100644
--- a/src/.nuget/Microsoft.NETCore.Runtime.CoreCLR/rhel/Microsoft.NETCore.Runtime.CoreCLR.pkgproj
+++ b/src/.nuget/Microsoft.NETCore.Runtime.CoreCLR/rhel/Microsoft.NETCore.Runtime.CoreCLR.pkgproj
@@ -31,14 +31,14 @@
<TargetPath>runtimes/$(PackageTargetRuntime)/native</TargetPath>
</File>
- <!-- Using lib/dotnet here. There is no TFM for this since it is a runtime itself. -->
+ <!-- Using lib/netstandard1.0 here. There is no TFM for this since it is a runtime itself. -->
<File Include="@(ArchitectureSpecificLibFile)">
- <TargetPath>runtimes/$(PackageTargetRuntime)/lib/dotnet</TargetPath>
+ <TargetPath>runtimes/$(PackageTargetRuntime)/lib/netstandard1.0</TargetPath>
</File>
<!-- No reference: don't permit reference to the implementation from lib -->
<File Include="$(PlaceholderFile)">
- <TargetPath>ref/dotnet</TargetPath>
+ <TargetPath>ref/netstandard1.0</TargetPath>
</File>
<File Include="@(ArchitectureSpecificToolFile)">
diff --git a/src/.nuget/Microsoft.NETCore.Runtime.CoreCLR/ubuntu/Microsoft.NETCore.Runtime.CoreCLR.pkgproj b/src/.nuget/Microsoft.NETCore.Runtime.CoreCLR/ubuntu/Microsoft.NETCore.Runtime.CoreCLR.pkgproj
index de2110ae14..174b823f5f 100644
--- a/src/.nuget/Microsoft.NETCore.Runtime.CoreCLR/ubuntu/Microsoft.NETCore.Runtime.CoreCLR.pkgproj
+++ b/src/.nuget/Microsoft.NETCore.Runtime.CoreCLR/ubuntu/Microsoft.NETCore.Runtime.CoreCLR.pkgproj
@@ -31,14 +31,14 @@
<TargetPath>runtimes/$(PackageTargetRuntime)/native</TargetPath>
</File>
- <!-- Using lib/dotnet here. There is no TFM for this since it is a runtime itself. -->
+ <!-- Using lib/netstandard1.0 here. There is no TFM for this since it is a runtime itself. -->
<File Include="@(ArchitectureSpecificLibFile)">
- <TargetPath>runtimes/$(PackageTargetRuntime)/lib/dotnet</TargetPath>
+ <TargetPath>runtimes/$(PackageTargetRuntime)/lib/netstandard1.0</TargetPath>
</File>
<!-- No reference: don't permit reference to the implementation from lib -->
<File Include="$(PlaceholderFile)">
- <TargetPath>ref/dotnet</TargetPath>
+ <TargetPath>ref/netstandard1.0</TargetPath>
</File>
<File Include="@(ArchitectureSpecificToolFile)">
diff --git a/src/.nuget/Microsoft.NETCore.Runtime.CoreCLR/win/Microsoft.NETCore.Runtime.CoreCLR.pkgproj b/src/.nuget/Microsoft.NETCore.Runtime.CoreCLR/win/Microsoft.NETCore.Runtime.CoreCLR.pkgproj
index fb2d5bfa7a..4779b7154d 100644
--- a/src/.nuget/Microsoft.NETCore.Runtime.CoreCLR/win/Microsoft.NETCore.Runtime.CoreCLR.pkgproj
+++ b/src/.nuget/Microsoft.NETCore.Runtime.CoreCLR/win/Microsoft.NETCore.Runtime.CoreCLR.pkgproj
@@ -29,9 +29,9 @@
<TargetPath>runtimes/$(PackageTargetRuntime)/native</TargetPath>
</File>
- <!-- Using lib/dotnet here. There is no TFM for this since it is a runtime itself. -->
+ <!-- Using lib/netstandard1.0 here. There is no TFM for this since it is a runtime itself. -->
<File Include="@(ArchitectureSpecificLibFile)">
- <TargetPath>runtimes/$(PackageTargetRuntime)/lib/dotnet</TargetPath>
+ <TargetPath>runtimes/$(PackageTargetRuntime)/lib/netstandard1.0</TargetPath>
</File>
<File Include="@(ArchitectureSpecificToolFile)">
@@ -40,7 +40,7 @@
<!-- No reference: don't permit reference to the implementation from lib -->
<File Include="$(PlaceholderFile)">
- <TargetPath>ref/dotnet</TargetPath>
+ <TargetPath>ref/netstandard1.0</TargetPath>
</File>
</ItemGroup>