Skip to content

Commit

Permalink
Support net8 SDK in dotnet-svcutil (dotnet#5376)
Browse files Browse the repository at this point in the history
  • Loading branch information
betmix-matt authored and organich committed Aug 31, 2024
1 parent af9f615 commit 994f100
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 994f100

Please sign in to comment.