Skip to content

Commit bc7af8f

Browse files
committed
Fix TFM on rid tool
1 parent 2d0196b commit bc7af8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Aspire.Hosting.Sdk/Aspire.RuntimeIdentifier.Tool/Aspire.RuntimeIdentifier.Tool.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<OutputType>Exe</OutputType>
5-
<TargetFramework>$(DefaultTargetFramework)</TargetFramework>
5+
<TargetFramework>$(NetCurrent)</TargetFramework>
66
<RollForward>Major</RollForward>
77
<UsePublicApiAnalyzers>false</UsePublicApiAnalyzers>
88
<IsPackable>false</IsPackable>

0 commit comments

Comments
 (0)