Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@
Library that is loaded by others and by us. We don't know where it will run (e.b. TranslationLayer),
we need to support all frameworks from minimum, and also netstandard2.0.
-->
<LibraryTargetFrameworks>$(NetFrameworkMinimum);netstandard2.0</LibraryTargetFrameworks>
<LibraryTargetFrameworks>$(NetFrameworkMinimum);$(NetCoreAppMinimum);netstandard2.0</LibraryTargetFrameworks>
</PropertyGroup>

<!-- Build & pack config -->
Expand Down
2 changes: 1 addition & 1 deletion eng/verify-nupkgs.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ function Verify-Nuget-Packages {
"Microsoft.TestPlatform.AdapterUtilities" = 61
"Microsoft.TestPlatform.Portable" = 608
"Microsoft.TestPlatform.TestHost" = 63
"Microsoft.TestPlatform.TranslationLayer" = 122
"Microsoft.TestPlatform.TranslationLayer" = 174
"Microsoft.TestPlatform.Internal.Uwp" = 38
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,12 @@
</group>
<group targetFramework="netstandard2.0">
<dependency id="NETStandard.Library" version="[2.0.0, )" />
<dependency id="Newtonsoft.Json" version="$NewtonsoftJsonVersion$"/>
<dependency id="Microsoft.TestPlatform.ObjectModel" version="$Version$"/>
</group>
<group targetFramework="net8.0">
<dependency id="Newtonsoft.Json" version="$NewtonsoftJsonVersion$"/>
<dependency id="Microsoft.TestPlatform.ObjectModel" version="$Version$"/>
</group>
</dependencies>

Expand All @@ -30,17 +36,17 @@
<file src="net462\Microsoft.TestPlatform.VsTestConsole.TranslationLayer.dll" target="lib\net462\" />
<file src="net462\Microsoft.TestPlatform.VsTestConsole.TranslationLayer.XML" target="lib\net462\" />
<file src="net462\Microsoft.TestPlatform.CommunicationUtilities.dll" target="lib\net462\" />
<file src="net462\Microsoft.TestPlatform.CoreUtilities.dll" target="lib\net462\" />
<file src="net462\Microsoft.TestPlatform.PlatformAbstractions.dll" target="lib\net462\" />
<file src="net462\Microsoft.VisualStudio.TestPlatform.Common.dll" target="lib\net462\" />

<file src="netstandard2.0\Microsoft.TestPlatform.VsTestConsole.TranslationLayer.dll" target="lib\netstandard2.0\" />
<file src="netstandard2.0\Microsoft.TestPlatform.VsTestConsole.TranslationLayer.XML" target="lib\netstandard2.0\" />
<file src="netstandard2.0\Microsoft.TestPlatform.CommunicationUtilities.dll" target="lib\netstandard2.0\" />
<file src="netstandard2.0\Microsoft.TestPlatform.CoreUtilities.dll" target="lib\netstandard2.0\" />
<file src="netstandard2.0\Microsoft.TestPlatform.PlatformAbstractions.dll" target="lib\netstandard2.0\" />
<file src="netstandard2.0\Microsoft.VisualStudio.TestPlatform.Common.dll" target="lib\netstandard2.0\" />

<file src="net8.0\Microsoft.TestPlatform.VsTestConsole.TranslationLayer.dll" target="lib\net8.0\" />
<file src="net8.0\Microsoft.TestPlatform.VsTestConsole.TranslationLayer.XML" target="lib\net8.0\" />
<file src="net8.0\Microsoft.TestPlatform.CommunicationUtilities.dll" target="lib\net8.0\" />
<file src="net8.0\Microsoft.VisualStudio.TestPlatform.Common.dll" target="lib\net8.0\" />

<!-- Add localized resources -->
<file src="net462\cs\Microsoft.TestPlatform.VsTestConsole.TranslationLayer.resources.dll" target="lib\net462\cs" />
Expand Down Expand Up @@ -154,5 +160,61 @@
<file src="netstandard2.0\tr\Microsoft.VisualStudio.TestPlatform.Common.resources.dll" target="lib\netstandard2.0\tr" />
<file src="netstandard2.0\zh-Hans\Microsoft.VisualStudio.TestPlatform.Common.resources.dll" target="lib\netstandard2.0\zh-Hans" />
<file src="netstandard2.0\zh-Hant\Microsoft.VisualStudio.TestPlatform.Common.resources.dll" target="lib\netstandard2.0\zh-Hant" />

<file src="net8.0\cs\Microsoft.TestPlatform.VsTestConsole.TranslationLayer.resources.dll" target="lib\net8.0\cs" />
<file src="net8.0\de\Microsoft.TestPlatform.VsTestConsole.TranslationLayer.resources.dll" target="lib\net8.0\de" />
<file src="net8.0\es\Microsoft.TestPlatform.VsTestConsole.TranslationLayer.resources.dll" target="lib\net8.0\es" />
<file src="net8.0\fr\Microsoft.TestPlatform.VsTestConsole.TranslationLayer.resources.dll" target="lib\net8.0\fr" />
<file src="net8.0\it\Microsoft.TestPlatform.VsTestConsole.TranslationLayer.resources.dll" target="lib\net8.0\it" />
<file src="net8.0\ja\Microsoft.TestPlatform.VsTestConsole.TranslationLayer.resources.dll" target="lib\net8.0\ja" />
<file src="net8.0\ko\Microsoft.TestPlatform.VsTestConsole.TranslationLayer.resources.dll" target="lib\net8.0\ko" />
<file src="net8.0\pl\Microsoft.TestPlatform.VsTestConsole.TranslationLayer.resources.dll" target="lib\net8.0\pl" />
<file src="net8.0\pt-BR\Microsoft.TestPlatform.VsTestConsole.TranslationLayer.resources.dll" target="lib\net8.0\pt-BR" />
<file src="net8.0\ru\Microsoft.TestPlatform.VsTestConsole.TranslationLayer.resources.dll" target="lib\net8.0\ru" />
<file src="net8.0\tr\Microsoft.TestPlatform.VsTestConsole.TranslationLayer.resources.dll" target="lib\net8.0\tr" />
<file src="net8.0\zh-Hans\Microsoft.TestPlatform.VsTestConsole.TranslationLayer.resources.dll" target="lib\net8.0\zh-Hans" />
<file src="net8.0\zh-Hant\Microsoft.TestPlatform.VsTestConsole.TranslationLayer.resources.dll" target="lib\net8.0\zh-Hant" />

<file src="net8.0\cs\Microsoft.TestPlatform.CommunicationUtilities.resources.dll" target="lib\net8.0\cs" />
<file src="net8.0\de\Microsoft.TestPlatform.CommunicationUtilities.resources.dll" target="lib\net8.0\de" />
<file src="net8.0\es\Microsoft.TestPlatform.CommunicationUtilities.resources.dll" target="lib\net8.0\es" />
<file src="net8.0\fr\Microsoft.TestPlatform.CommunicationUtilities.resources.dll" target="lib\net8.0\fr" />
<file src="net8.0\it\Microsoft.TestPlatform.CommunicationUtilities.resources.dll" target="lib\net8.0\it" />
<file src="net8.0\ja\Microsoft.TestPlatform.CommunicationUtilities.resources.dll" target="lib\net8.0\ja" />
<file src="net8.0\ko\Microsoft.TestPlatform.CommunicationUtilities.resources.dll" target="lib\net8.0\ko" />
<file src="net8.0\pl\Microsoft.TestPlatform.CommunicationUtilities.resources.dll" target="lib\net8.0\pl" />
<file src="net8.0\pt-BR\Microsoft.TestPlatform.CommunicationUtilities.resources.dll" target="lib\net8.0\pt-BR" />
<file src="net8.0\ru\Microsoft.TestPlatform.CommunicationUtilities.resources.dll" target="lib\net8.0\ru" />
<file src="net8.0\tr\Microsoft.TestPlatform.CommunicationUtilities.resources.dll" target="lib\net8.0\tr" />
<file src="net8.0\zh-Hans\Microsoft.TestPlatform.CommunicationUtilities.resources.dll" target="lib\net8.0\zh-Hans" />
<file src="net8.0\zh-Hant\Microsoft.TestPlatform.CommunicationUtilities.resources.dll" target="lib\net8.0\zh-Hant" />

<file src="net8.0\cs\Microsoft.TestPlatform.CoreUtilities.resources.dll" target="lib\net8.0\cs" />
<file src="net8.0\de\Microsoft.TestPlatform.CoreUtilities.resources.dll" target="lib\net8.0\de" />
<file src="net8.0\es\Microsoft.TestPlatform.CoreUtilities.resources.dll" target="lib\net8.0\es" />
<file src="net8.0\fr\Microsoft.TestPlatform.CoreUtilities.resources.dll" target="lib\net8.0\fr" />
<file src="net8.0\it\Microsoft.TestPlatform.CoreUtilities.resources.dll" target="lib\net8.0\it" />
<file src="net8.0\ja\Microsoft.TestPlatform.CoreUtilities.resources.dll" target="lib\net8.0\ja" />
<file src="net8.0\ko\Microsoft.TestPlatform.CoreUtilities.resources.dll" target="lib\net8.0\ko" />
<file src="net8.0\pl\Microsoft.TestPlatform.CoreUtilities.resources.dll" target="lib\net8.0\pl" />
<file src="net8.0\pt-BR\Microsoft.TestPlatform.CoreUtilities.resources.dll" target="lib\net8.0\pt-BR" />
<file src="net8.0\ru\Microsoft.TestPlatform.CoreUtilities.resources.dll" target="lib\net8.0\ru" />
<file src="net8.0\tr\Microsoft.TestPlatform.CoreUtilities.resources.dll" target="lib\net8.0\tr" />
<file src="net8.0\zh-Hans\Microsoft.TestPlatform.CoreUtilities.resources.dll" target="lib\net8.0\zh-Hans" />
<file src="net8.0\zh-Hant\Microsoft.TestPlatform.CoreUtilities.resources.dll" target="lib\net8.0\zh-Hant" />

<file src="net8.0\cs\Microsoft.VisualStudio.TestPlatform.Common.resources.dll" target="lib\net8.0\cs" />
<file src="net8.0\de\Microsoft.VisualStudio.TestPlatform.Common.resources.dll" target="lib\net8.0\de" />
<file src="net8.0\es\Microsoft.VisualStudio.TestPlatform.Common.resources.dll" target="lib\net8.0\es" />
<file src="net8.0\fr\Microsoft.VisualStudio.TestPlatform.Common.resources.dll" target="lib\net8.0\fr" />
<file src="net8.0\it\Microsoft.VisualStudio.TestPlatform.Common.resources.dll" target="lib\net8.0\it" />
<file src="net8.0\ja\Microsoft.VisualStudio.TestPlatform.Common.resources.dll" target="lib\net8.0\ja" />
<file src="net8.0\ko\Microsoft.VisualStudio.TestPlatform.Common.resources.dll" target="lib\net8.0\ko" />
<file src="net8.0\pl\Microsoft.VisualStudio.TestPlatform.Common.resources.dll" target="lib\net8.0\pl" />
<file src="net8.0\pt-BR\Microsoft.VisualStudio.TestPlatform.Common.resources.dll" target="lib\net8.0\pt-BR" />
<file src="net8.0\ru\Microsoft.VisualStudio.TestPlatform.Common.resources.dll" target="lib\net8.0\ru" />
<file src="net8.0\tr\Microsoft.VisualStudio.TestPlatform.Common.resources.dll" target="lib\net8.0\tr" />
<file src="net8.0\zh-Hans\Microsoft.VisualStudio.TestPlatform.Common.resources.dll" target="lib\net8.0\zh-Hans" />
<file src="net8.0\zh-Hant\Microsoft.VisualStudio.TestPlatform.Common.resources.dll" target="lib\net8.0\zh-Hant" />
</files>
</package>
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
<PackageReference Include="Microsoft.Internal.TestPlatform.Extensions" Version="$(MicrosoftInternalTestPlatformExtensions)" PrivateAssets="All" GeneratePathProperty="true" />
<PackageReference Include="Microsoft.VisualStudio.TraceDataCollector" Version="$(MicrosoftInternalCodeCoverageVersion)" PrivateAssets="All" GeneratePathProperty="true" />
<PackageReference Include="Microsoft.Internal.CodeCoverage" Version="$(MicrosoftInternalCodeCoverageVersion)" PrivateAssets="All" GeneratePathProperty="true" />
<PackageReference Include="Microsoft.VSSDK.BuildTools" Version="$(MicrosoftVSSDKBuildToolsVersion)" PrivateAssets="All" GeneratePathProperty="true" />
<PackageReference Include="Microsoft.VSSDK.BuildTools" Version="$(MicrosoftVSSDKBuildToolsVersion)" PrivateAssets="All" GeneratePathProperty="true" NoWarn="NU1603" />
<PackageReference Include="Microsoft.QualityTools.Testing.Fakes.TestRunnerHarness" Version="$(MicrosoftFakesVersion)" PrivateAssets="All" GeneratePathProperty="true" />
<PackageReference Include="Microsoft.VisualStudio.Telemetry" Version="$(MicrosoftVSTelemetryVersion)" PrivateAssets="All" GeneratePathProperty="true" />
<PackageReference Include="Microsoft.VisualStudio.Utilities.Internal" Version="$(MicrosoftVSUtilitiesInternalVersion)" PrivateAssets="All" GeneratePathProperty="true" />
Expand Down