This repository was archived by the owner on Jan 23, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 5 files changed +15
-15
lines changed
src/.nuget/Microsoft.NETCore.Runtime.CoreCLR Expand file tree Collapse file tree 5 files changed +15
-15
lines changed Original file line number Diff line number Diff line change 31
31
<TargetPath >runtimes/$(PackageTargetRuntime)/native</TargetPath >
32
32
</File >
33
33
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. -->
35
35
<File Include =" @(ArchitectureSpecificLibFile)" >
36
- <TargetPath >runtimes/$(PackageTargetRuntime)/lib/dotnet </TargetPath >
36
+ <TargetPath >runtimes/$(PackageTargetRuntime)/lib/netstandard1.0 </TargetPath >
37
37
</File >
38
38
39
39
<!-- No reference: don't permit reference to the implementation from lib -->
40
40
<File Include =" $(PlaceholderFile)" >
41
- <TargetPath >ref/dotnet </TargetPath >
41
+ <TargetPath >ref/netstandard1.0 </TargetPath >
42
42
</File >
43
43
44
44
<File Include =" @(ArchitectureSpecificToolFile)" >
Original file line number Diff line number Diff line change 29
29
<TargetPath >runtimes/$(PackageTargetRuntime)/native</TargetPath >
30
30
</File >
31
31
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. -->
33
33
<File Include =" @(ArchitectureSpecificLibFile)" >
34
- <TargetPath >runtimes/$(PackageTargetRuntime)/lib/dotnet </TargetPath >
34
+ <TargetPath >runtimes/$(PackageTargetRuntime)/lib/netstandard1.0 </TargetPath >
35
35
</File >
36
36
37
37
<!-- No reference: don't permit reference to the implementation from lib -->
38
38
<File Include =" $(PlaceholderFile)" >
39
- <TargetPath >ref/dotnet </TargetPath >
39
+ <TargetPath >ref/netstandard1.0 </TargetPath >
40
40
</File >
41
41
42
42
<File Include =" @(ArchitectureSpecificToolFile)" >
Original file line number Diff line number Diff line change 31
31
<TargetPath >runtimes/$(PackageTargetRuntime)/native</TargetPath >
32
32
</File >
33
33
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. -->
35
35
<File Include =" @(ArchitectureSpecificLibFile)" >
36
- <TargetPath >runtimes/$(PackageTargetRuntime)/lib/dotnet </TargetPath >
36
+ <TargetPath >runtimes/$(PackageTargetRuntime)/lib/netstandard1.0 </TargetPath >
37
37
</File >
38
38
39
39
<!-- No reference: don't permit reference to the implementation from lib -->
40
40
<File Include =" $(PlaceholderFile)" >
41
- <TargetPath >ref/dotnet </TargetPath >
41
+ <TargetPath >ref/netstandard1.0 </TargetPath >
42
42
</File >
43
43
44
44
<File Include =" @(ArchitectureSpecificToolFile)" >
Original file line number Diff line number Diff line change 31
31
<TargetPath >runtimes/$(PackageTargetRuntime)/native</TargetPath >
32
32
</File >
33
33
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. -->
35
35
<File Include =" @(ArchitectureSpecificLibFile)" >
36
- <TargetPath >runtimes/$(PackageTargetRuntime)/lib/dotnet </TargetPath >
36
+ <TargetPath >runtimes/$(PackageTargetRuntime)/lib/netstandard1.0 </TargetPath >
37
37
</File >
38
38
39
39
<!-- No reference: don't permit reference to the implementation from lib -->
40
40
<File Include =" $(PlaceholderFile)" >
41
- <TargetPath >ref/dotnet </TargetPath >
41
+ <TargetPath >ref/netstandard1.0 </TargetPath >
42
42
</File >
43
43
44
44
<File Include =" @(ArchitectureSpecificToolFile)" >
Original file line number Diff line number Diff line change 29
29
<TargetPath >runtimes/$(PackageTargetRuntime)/native</TargetPath >
30
30
</File >
31
31
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. -->
33
33
<File Include =" @(ArchitectureSpecificLibFile)" >
34
- <TargetPath >runtimes/$(PackageTargetRuntime)/lib/dotnet </TargetPath >
34
+ <TargetPath >runtimes/$(PackageTargetRuntime)/lib/netstandard1.0 </TargetPath >
35
35
</File >
36
36
37
37
<File Include =" @(ArchitectureSpecificToolFile)" >
40
40
41
41
<!-- No reference: don't permit reference to the implementation from lib -->
42
42
<File Include =" $(PlaceholderFile)" >
43
- <TargetPath >ref/dotnet </TargetPath >
43
+ <TargetPath >ref/netstandard1.0 </TargetPath >
44
44
</File >
45
45
</ItemGroup >
46
46
You can’t perform that action at this time.
0 commit comments