We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54b1062 commit ec0dbd0Copy full SHA for ec0dbd0
src/Framework/ref/Microsoft.AspNetCore.App.Ref.csproj
@@ -51,8 +51,7 @@ This package is an internal implementation of the .NET Core SDK and is not meant
51
<FrameworkListOutputPath>$(ArtifactsObjDir)$(FrameworkListFileName)</FrameworkListOutputPath>
52
53
<!-- 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>
+ <RuntimeExtensionsReferenceDirectory>$(PkgMicrosoft_Extensions_Internal_Transport)\ref\$(TargetFramework)\</RuntimeExtensionsReferenceDirectory>
56
57
</PropertyGroup>
58
0 commit comments