Skip to content

Commit ec0dbd0

Browse files
authored
Revert change specific for only 5.0-preview5 (#21880)
1 parent 54b1062 commit ec0dbd0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/Framework/ref/Microsoft.AspNetCore.App.Ref.csproj

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,7 @@ This package is an internal implementation of the .NET Core SDK and is not meant
5151
<FrameworkListOutputPath>$(ArtifactsObjDir)$(FrameworkListFileName)</FrameworkListOutputPath>
5252

5353
<!-- Runtime extensions transport paths -->
54-
<!-- TODO: revert tfm to $(TargetFramework) when we have updated to net5.0 -->
55-
<RuntimeExtensionsReferenceDirectory>$(PkgMicrosoft_Extensions_Internal_Transport)\ref\net5.0\</RuntimeExtensionsReferenceDirectory>
54+
<RuntimeExtensionsReferenceDirectory>$(PkgMicrosoft_Extensions_Internal_Transport)\ref\$(TargetFramework)\</RuntimeExtensionsReferenceDirectory>
5655

5756
</PropertyGroup>
5857

0 commit comments

Comments
 (0)