Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Commit 2b9b04f

Browse files
committed
Merge pull request #3867 from dotnet-bot/from-tfs-release
Merge changes from Release TFS
2 parents 7022fc9 + aaac941 commit 2b9b04f

File tree

5 files changed

+15
-15
lines changed

5 files changed

+15
-15
lines changed

src/.nuget/Microsoft.NETCore.Runtime.CoreCLR/debian/Microsoft.NETCore.Runtime.CoreCLR.pkgproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,14 +31,14 @@
3131
<TargetPath>runtimes/$(PackageTargetRuntime)/native</TargetPath>
3232
</File>
3333

34-
<!-- Using lib/dotnet here. There is no TFM for this since it is a runtime itself. -->
34+
<!-- Using lib/netstandard1.0 here. There is no TFM for this since it is a runtime itself. -->
3535
<File Include="@(ArchitectureSpecificLibFile)">
36-
<TargetPath>runtimes/$(PackageTargetRuntime)/lib/dotnet</TargetPath>
36+
<TargetPath>runtimes/$(PackageTargetRuntime)/lib/netstandard1.0</TargetPath>
3737
</File>
3838

3939
<!-- No reference: don't permit reference to the implementation from lib -->
4040
<File Include="$(PlaceholderFile)">
41-
<TargetPath>ref/dotnet</TargetPath>
41+
<TargetPath>ref/netstandard1.0</TargetPath>
4242
</File>
4343

4444
<File Include="@(ArchitectureSpecificToolFile)">

src/.nuget/Microsoft.NETCore.Runtime.CoreCLR/osx/Microsoft.NETCore.Runtime.CoreCLR.pkgproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,14 +29,14 @@
2929
<TargetPath>runtimes/$(PackageTargetRuntime)/native</TargetPath>
3030
</File>
3131

32-
<!-- Using lib/dotnet here. There is no TFM for this since it is a runtime itself. -->
32+
<!-- Using lib/netstandard1.0 here. There is no TFM for this since it is a runtime itself. -->
3333
<File Include="@(ArchitectureSpecificLibFile)">
34-
<TargetPath>runtimes/$(PackageTargetRuntime)/lib/dotnet</TargetPath>
34+
<TargetPath>runtimes/$(PackageTargetRuntime)/lib/netstandard1.0</TargetPath>
3535
</File>
3636

3737
<!-- No reference: don't permit reference to the implementation from lib -->
3838
<File Include="$(PlaceholderFile)">
39-
<TargetPath>ref/dotnet</TargetPath>
39+
<TargetPath>ref/netstandard1.0</TargetPath>
4040
</File>
4141

4242
<File Include="@(ArchitectureSpecificToolFile)">

src/.nuget/Microsoft.NETCore.Runtime.CoreCLR/rhel/Microsoft.NETCore.Runtime.CoreCLR.pkgproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,14 +31,14 @@
3131
<TargetPath>runtimes/$(PackageTargetRuntime)/native</TargetPath>
3232
</File>
3333

34-
<!-- Using lib/dotnet here. There is no TFM for this since it is a runtime itself. -->
34+
<!-- Using lib/netstandard1.0 here. There is no TFM for this since it is a runtime itself. -->
3535
<File Include="@(ArchitectureSpecificLibFile)">
36-
<TargetPath>runtimes/$(PackageTargetRuntime)/lib/dotnet</TargetPath>
36+
<TargetPath>runtimes/$(PackageTargetRuntime)/lib/netstandard1.0</TargetPath>
3737
</File>
3838

3939
<!-- No reference: don't permit reference to the implementation from lib -->
4040
<File Include="$(PlaceholderFile)">
41-
<TargetPath>ref/dotnet</TargetPath>
41+
<TargetPath>ref/netstandard1.0</TargetPath>
4242
</File>
4343

4444
<File Include="@(ArchitectureSpecificToolFile)">

src/.nuget/Microsoft.NETCore.Runtime.CoreCLR/ubuntu/Microsoft.NETCore.Runtime.CoreCLR.pkgproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,14 +31,14 @@
3131
<TargetPath>runtimes/$(PackageTargetRuntime)/native</TargetPath>
3232
</File>
3333

34-
<!-- Using lib/dotnet here. There is no TFM for this since it is a runtime itself. -->
34+
<!-- Using lib/netstandard1.0 here. There is no TFM for this since it is a runtime itself. -->
3535
<File Include="@(ArchitectureSpecificLibFile)">
36-
<TargetPath>runtimes/$(PackageTargetRuntime)/lib/dotnet</TargetPath>
36+
<TargetPath>runtimes/$(PackageTargetRuntime)/lib/netstandard1.0</TargetPath>
3737
</File>
3838

3939
<!-- No reference: don't permit reference to the implementation from lib -->
4040
<File Include="$(PlaceholderFile)">
41-
<TargetPath>ref/dotnet</TargetPath>
41+
<TargetPath>ref/netstandard1.0</TargetPath>
4242
</File>
4343

4444
<File Include="@(ArchitectureSpecificToolFile)">

src/.nuget/Microsoft.NETCore.Runtime.CoreCLR/win/Microsoft.NETCore.Runtime.CoreCLR.pkgproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@
2929
<TargetPath>runtimes/$(PackageTargetRuntime)/native</TargetPath>
3030
</File>
3131

32-
<!-- Using lib/dotnet here. There is no TFM for this since it is a runtime itself. -->
32+
<!-- Using lib/netstandard1.0 here. There is no TFM for this since it is a runtime itself. -->
3333
<File Include="@(ArchitectureSpecificLibFile)">
34-
<TargetPath>runtimes/$(PackageTargetRuntime)/lib/dotnet</TargetPath>
34+
<TargetPath>runtimes/$(PackageTargetRuntime)/lib/netstandard1.0</TargetPath>
3535
</File>
3636

3737
<File Include="@(ArchitectureSpecificToolFile)">
@@ -40,7 +40,7 @@
4040

4141
<!-- No reference: don't permit reference to the implementation from lib -->
4242
<File Include="$(PlaceholderFile)">
43-
<TargetPath>ref/dotnet</TargetPath>
43+
<TargetPath>ref/netstandard1.0</TargetPath>
4444
</File>
4545
</ItemGroup>
4646

0 commit comments

Comments
 (0)