Skip to content

Commit b179144

Browse files
authored
Support net8 SDK in dotnet-svcutil (#5376)
1 parent 255e986 commit b179144

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<PropertyGroup>
33
<AssemblyVersionFile>$(IntermediateOutputPath)\$(TargetFramework)\$(MSBuildProjectName).$(TargetFramework).version.cs</AssemblyVersionFile>
44
</PropertyGroup>
5-
5+
66
<!--Package Properties-->
77
<PropertyGroup>
88
<IsPackable>true</IsPackable>
@@ -19,7 +19,7 @@
1919

2020
<PropertyGroup>
2121
<OutputType>Exe</OutputType>
22-
<TargetFrameworks>net6.0;net7.0</TargetFrameworks>
22+
<TargetFrameworks>net6.0;net7.0;net8.0</TargetFrameworks>
2323
<RootNamespace>Microsoft.Tools.ServiceModel.Svcutil</RootNamespace>
2424

2525
<PackAsTool>true</PackAsTool>

0 commit comments

Comments
 (0)