|
1 | 1 | <Project Sdk="Microsoft.NET.Sdk">
|
2 | 2 |
|
3 | 3 | <PropertyGroup>
|
4 |
| - <TargetFrameworks>netstandard1.1;netstandard1.2;netstandard1.3;netstandard1.5;netcoreapp1.1</TargetFrameworks> |
5 |
| - <NuspecFile>$(ArtifactsBinDir)system.runtime.interopservices/4.3.0/system.runtime.interopservices.nuspec</NuspecFile> |
| 4 | + <TargetFrameworks>netcoreapp1.1;netstandard1.1;netstandard1.2;netstandard1.3;netstandard1.5</TargetFrameworks> |
| 5 | + <AssemblyName>System.Runtime.InteropServices</AssemblyName> |
| 6 | + <ProjectTemplateVersion>2</ProjectTemplateVersion> |
6 | 7 | </PropertyGroup>
|
7 | 8 |
|
8 |
| - <PropertyGroup> |
9 |
| - <OutputPath>$(ArtifactsBinDir)system.runtime.interopservices/4.3.0/ref/</OutputPath> |
10 |
| - <IntermediateOutputPath>$(ArtifactsObjDir)system.runtime.interopservices/4.3.0</IntermediateOutputPath> |
11 |
| - </PropertyGroup> |
12 |
| - |
13 |
| - <ItemGroup> |
14 |
| - <Compile Include="**/ref/$(TargetFramework)/*.cs" /> |
15 |
| - <Compile Include="**/lib/$(TargetFramework)/*.cs" /> |
16 |
| - </ItemGroup> |
17 |
| - |
18 |
| - <ItemGroup Condition=" '$(TargetFramework)' == 'netstandard1.1' "> |
| 9 | + <ItemGroup Condition="'$(TargetFramework)' == 'netcoreapp1.1'"> |
19 | 10 | <PackageReference Include="Microsoft.NETCore.Platforms" Version="1.1.0" />
|
20 | 11 | <PackageReference Include="Microsoft.NETCore.Targets" Version="1.1.0" />
|
21 | 12 | <PackageReference Include="System.Reflection" Version="4.3.0" />
|
22 | 13 | <PackageReference Include="System.Reflection.Primitives" Version="4.3.0" />
|
23 | 14 | <PackageReference Include="System.Runtime" Version="4.3.0" />
|
| 15 | + <PackageReference Include="System.Runtime.Handles" Version="4.3.0" /> |
24 | 16 | </ItemGroup>
|
25 | 17 |
|
26 |
| - <ItemGroup Condition=" '$(TargetFramework)' == 'netstandard1.2' "> |
| 18 | + <ItemGroup Condition="'$(TargetFramework)' == 'netstandard1.1'"> |
27 | 19 | <PackageReference Include="Microsoft.NETCore.Platforms" Version="1.1.0" />
|
28 | 20 | <PackageReference Include="Microsoft.NETCore.Targets" Version="1.1.0" />
|
29 | 21 | <PackageReference Include="System.Reflection" Version="4.3.0" />
|
30 | 22 | <PackageReference Include="System.Reflection.Primitives" Version="4.3.0" />
|
31 | 23 | <PackageReference Include="System.Runtime" Version="4.3.0" />
|
32 | 24 | </ItemGroup>
|
33 | 25 |
|
34 |
| - <ItemGroup Condition=" '$(TargetFramework)' == 'netstandard1.3' "> |
| 26 | + <ItemGroup Condition="'$(TargetFramework)' == 'netstandard1.2'"> |
35 | 27 | <PackageReference Include="Microsoft.NETCore.Platforms" Version="1.1.0" />
|
36 | 28 | <PackageReference Include="Microsoft.NETCore.Targets" Version="1.1.0" />
|
37 | 29 | <PackageReference Include="System.Reflection" Version="4.3.0" />
|
38 | 30 | <PackageReference Include="System.Reflection.Primitives" Version="4.3.0" />
|
39 | 31 | <PackageReference Include="System.Runtime" Version="4.3.0" />
|
40 |
| - <PackageReference Include="System.Runtime.Handles" Version="4.3.0" /> |
41 | 32 | </ItemGroup>
|
42 | 33 |
|
43 |
| - <ItemGroup Condition=" '$(TargetFramework)' == 'netstandard1.5' "> |
| 34 | + <ItemGroup Condition="'$(TargetFramework)' == 'netstandard1.3'"> |
44 | 35 | <PackageReference Include="Microsoft.NETCore.Platforms" Version="1.1.0" />
|
45 | 36 | <PackageReference Include="Microsoft.NETCore.Targets" Version="1.1.0" />
|
46 | 37 | <PackageReference Include="System.Reflection" Version="4.3.0" />
|
|
49 | 40 | <PackageReference Include="System.Runtime.Handles" Version="4.3.0" />
|
50 | 41 | </ItemGroup>
|
51 | 42 |
|
52 |
| - <ItemGroup Condition=" '$(TargetFramework)' == 'netcoreapp1.1' "> |
| 43 | + <ItemGroup Condition="'$(TargetFramework)' == 'netstandard1.5'"> |
53 | 44 | <PackageReference Include="Microsoft.NETCore.Platforms" Version="1.1.0" />
|
54 | 45 | <PackageReference Include="Microsoft.NETCore.Targets" Version="1.1.0" />
|
55 | 46 | <PackageReference Include="System.Reflection" Version="4.3.0" />
|
|
0 commit comments