Skip to content

Commit a05172b

Browse files
committed
Reverted net10.0 from .csproj, as its --allow-roll-forward option removes the need to include it in the target list
1 parent e508766 commit a05172b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/dotnet-svcutil/src/dotnet-svcutil.csproj

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

2222
<PropertyGroup>
2323
<OutputType>Exe</OutputType>
24-
<TargetFrameworks>net8.0;net9.0;net10.0</TargetFrameworks>
24+
<TargetFrameworks>net8.0;net9.0</TargetFrameworks>
2525
<RootNamespace>Microsoft.Tools.ServiceModel.Svcutil</RootNamespace>
2626

2727
<PackAsTool>true</PackAsTool>

0 commit comments

Comments
 (0)