|
31 | 31 | <ProjectReference Include="..\Microsoft.TestPlatform.CoreUtilities\Microsoft.TestPlatform.CoreUtilities.csproj" /> |
32 | 32 | </ItemGroup> |
33 | 33 | <ItemGroup> |
34 | | - <PackageReference Include="System.ComponentModel.EventBasedAsync" Condition="'$(TargetFramework)' == 'netstandard1.3'" Version="4.3.0" /> |
35 | | - <PackageReference Include="System.ComponentModel.TypeConverter" Condition="'$(TargetFramework)' == 'netstandard1.3'" Version="4.3.0" /> |
36 | | - <PackageReference Include="System.Reflection.TypeExtensions" Condition="'$(TargetFramework)' == 'netstandard1.3'" Version="4.3.0" /> |
37 | | - <PackageReference Include="System.Runtime.Serialization.Json" Condition="'$(TargetFramework)' == 'netstandard1.3'" Version="4.3.0" /> |
38 | | - <PackageReference Include="System.Runtime.Serialization.Primitives" Condition="'$(TargetFramework)' == 'netstandard1.3'" Version="4.3.0" /> |
39 | | - <PackageReference Include="System.Xml.XmlDocument" Condition="'$(TargetFramework)' == 'netstandard1.3'" Version="4.3.0" /> |
40 | | - <PackageReference Include="System.Xml.XPath" Condition="'$(TargetFramework)' == 'netstandard1.3'" Version="4.3.0" /> |
41 | | - <PackageReference Include="System.Xml.XPath.XmlDocument" Condition="'$(TargetFramework)' == 'netstandard1.3'" Version="4.3.0" /> |
42 | 34 | <PackageReference Include="System.Reflection.Metadata" Version="1.6.0" /> |
43 | 35 | </ItemGroup> |
44 | | - <ItemGroup Condition=" '$(TargetFramework)' == 'netstandard1.3' "> |
| 36 | + <ItemGroup Condition="'$(TargetFramework)' == 'netstandard1.3'" > |
| 37 | + <PackageReference Include="System.ComponentModel.EventBasedAsync" Version="4.3.0" /> |
| 38 | + <PackageReference Include="System.ComponentModel.TypeConverter" Version="4.3.0" /> |
| 39 | + <PackageReference Include="System.Reflection.TypeExtensions" Version="4.3.0" /> |
| 40 | + <PackageReference Include="System.Runtime.Serialization.Json" Version="4.3.0" /> |
| 41 | + <PackageReference Include="System.Runtime.Serialization.Primitives" Version="4.3.0" /> |
| 42 | + <PackageReference Include="System.Xml.XmlDocument" Version="4.3.0" /> |
| 43 | + <PackageReference Include="System.Xml.XPath" Version="4.3.0" /> |
| 44 | + <PackageReference Include="System.Xml.XPath.XmlDocument" Version="4.3.0" /> |
45 | 45 | <PackageReference Include="NuGet.Frameworks" Version="4.6.4" /> |
46 | 46 | </ItemGroup> |
47 | 47 | <ItemGroup Condition=" '$(TargetFramework)' != 'netstandard1.3' "> |
|
0 commit comments