Remove outdated comment in System.CM.Composition.Tests (#39839)
authorViktor Hofer <viktor.hofer@microsoft.com>
Thu, 23 Jul 2020 16:20:02 +0000 (18:20 +0200)
committerGitHub <noreply@github.com>
Thu, 23 Jul 2020 16:20:02 +0000 (18:20 +0200)
We don't plan to add a .NETFramework test configuration for this library anymore.

src/libraries/System.ComponentModel.Composition/tests/System.ComponentModel.Composition.Tests.csproj

index 08e2e4c..72e124e 100644 (file)
@@ -1,5 +1,4 @@
 <Project Sdk="Microsoft.NET.Sdk">
-  <!-- TODO: Add net472 configuration after OOB package bug is fixed: https://github.com/dotnet/runtime/issues/23497 -->
   <PropertyGroup>
     <IncludeRemoteExecutor>true</IncludeRemoteExecutor>
     <TargetFrameworks>$(NetCoreAppCurrent)</TargetFrameworks>
     <!-- Some internal types are needed, so we reference the implementation assembly, rather than the reference assembly. -->
     <ProjectReference Include="..\src\System.ComponentModel.Composition.csproj" SkipUseReferenceAssembly="true" />
   </ItemGroup>
-</Project>
\ No newline at end of file
+</Project>