|
29 | 29 | <dependency id="System.Reflection.Metadata" version="[1.6.0, )" />
|
30 | 30 | <dependency id="NuGet.Frameworks" version="[5.0.0, )" />
|
31 | 31 | </group>
|
| 32 | + |
| 33 | + <group targetFramework="netcoreapp1.0"> |
| 34 | + <dependency id="System.Reflection.Metadata" version="[1.6.0, )" /> |
| 35 | + <dependency id="NuGet.Frameworks" version="4.6.4" /> |
| 36 | + </group> |
| 37 | + |
| 38 | + <group targetFramework="netcoreapp2.1"> |
| 39 | + <dependency id="System.Reflection.Metadata" version="[1.6.0, )" /> |
| 40 | + <dependency id="NuGet.Frameworks" version="[5.0.0, )" /> |
| 41 | + </group> |
32 | 42 |
|
33 | 43 | <group targetFramework="netstandard1.0">
|
34 | 44 | <dependency id="System.ComponentModel.EventBasedAsync" version="[4.3.0, )" />
|
|
84 | 94 | <files>
|
85 | 95 | <file src="Icon.png" target="" />
|
86 | 96 | <file src="licenses\LICENSE_NET.txt" target="" />
|
| 97 | + |
87 | 98 | <!-- net45 -->
|
88 | 99 | <file src="net45\$Runtime$\Microsoft.VisualStudio.TestPlatform.ObjectModel.dll" target="lib\net45\" />
|
89 | 100 | <file src="net45\$Runtime$\Microsoft.TestPlatform.CoreUtilities.dll" target="lib\net45\" />
|
|
152 | 163 | <file src="net451\$Runtime$\zh-Hant\Microsoft.TestPlatform.CoreUtilities.resources.dll" target="lib\net451\zh-Hant" />
|
153 | 164 | <!-- /net451 -->
|
154 | 165 |
|
| 166 | + <!-- netcoreapp1.0 --> |
| 167 | + <file src="netcoreapp1.0\Microsoft.VisualStudio.TestPlatform.ObjectModel.dll" target="lib\netcoreapp1.0\" /> |
| 168 | + <file src="netcoreapp1.0\Microsoft.TestPlatform.CoreUtilities.dll" target="lib\netcoreapp1.0\" /> |
| 169 | + <file src="netcoreapp1.0\Microsoft.TestPlatform.PlatformAbstractions.dll" target="lib\netcoreapp1.0\" /> |
| 170 | + |
| 171 | + <!-- Add localized resources --> |
| 172 | + <file src="netcoreapp1.0\**\Microsoft.VisualStudio.TestPlatform.ObjectModel.*resources.dll" exclude="**\TestHost\**\*.*" target="lib\netcoreapp1.0\" /> |
| 173 | + <file src="netcoreapp1.0\**\Microsoft.TestPlatform.CoreUtilities.resources.dll" exclude="**\TestHost\**\*.*" target="lib\netcoreapp1.0\" /> |
| 174 | + <!-- /netcoreapp1.0 --> |
| 175 | + |
| 176 | + <!-- netcoreapp2.1 --> |
| 177 | + <file src="netcoreapp2.1\Microsoft.VisualStudio.TestPlatform.ObjectModel.dll" target="lib\netcoreapp2.1\" /> |
| 178 | + <file src="netcoreapp2.1\Microsoft.TestPlatform.CoreUtilities.dll" target="lib\netcoreapp2.1\" /> |
| 179 | + <file src="netcoreapp2.1\Microsoft.TestPlatform.PlatformAbstractions.dll" target="lib\netcoreapp2.1\" /> |
| 180 | + |
| 181 | + <!-- Add localized resources --> |
| 182 | + <file src="netcoreapp2.1\**\Microsoft.VisualStudio.TestPlatform.ObjectModel.*resources.dll" exclude="**\TestHost\**\*.*" target="lib\netcoreapp2.1\" /> |
| 183 | + <file src="netcoreapp2.1\**\Microsoft.TestPlatform.CoreUtilities.resources.dll" exclude="**\TestHost\**\*.*" target="lib\netcoreapp2.1\" /> |
| 184 | + <!-- /netcoreapp2.1 --> |
| 185 | + |
155 | 186 | <!-- netstandard 1.0 -->
|
156 | 187 | <file src="$NetStandard10Framework$\Microsoft.VisualStudio.TestPlatform.ObjectModel.dll" target="lib\netstandard1.0\" />
|
157 | 188 | <file src="$NetStandard10Framework$\Microsoft.TestPlatform.CoreUtilities.dll" target="lib\netstandard1.0\" />
|
|
0 commit comments