Skip to content

Commit

Permalink
Remove outdated comment in System.CM.Composition.Tests (dotnet#39839)
Browse files Browse the repository at this point in the history
We don't plan to add a .NETFramework test configuration for this library anymore.
  • Loading branch information
ViktorHofer authored Jul 23, 2020
1 parent 809a06f commit 24f63ec
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
@@ -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>
Expand Down Expand Up @@ -173,4 +172,4 @@
<!-- 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>
</Project>

0 comments on commit 24f63ec

Please sign in to comment.