Skip to content

Commit

Permalink
Support net8 SDK in dotnet-svcutil
Browse files Browse the repository at this point in the history
  • Loading branch information
betmix-matt committed Dec 12, 2023
1 parent dec4850 commit d07aede
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/dotnet-svcutil/src/dotnet-svcutil.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<PropertyGroup>
<AssemblyVersionFile>$(IntermediateOutputPath)\$(TargetFramework)\$(MSBuildProjectName).$(TargetFramework).version.cs</AssemblyVersionFile>
</PropertyGroup>

<!--Package Properties-->
<PropertyGroup>
<IsPackable>true</IsPackable>
Expand All @@ -19,7 +19,7 @@

<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFrameworks>net6.0;net7.0</TargetFrameworks>
<TargetFrameworks>net6.0;net7.0;net8.0</TargetFrameworks>
<RootNamespace>Microsoft.Tools.ServiceModel.Svcutil</RootNamespace>

<PackAsTool>true</PackAsTool>
Expand Down

0 comments on commit d07aede

Please sign in to comment.