We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 255e986 commit b179144Copy full SHA for b179144
src/dotnet-svcutil/src/dotnet-svcutil.csproj
@@ -2,7 +2,7 @@
2
<PropertyGroup>
3
<AssemblyVersionFile>$(IntermediateOutputPath)\$(TargetFramework)\$(MSBuildProjectName).$(TargetFramework).version.cs</AssemblyVersionFile>
4
</PropertyGroup>
5
-
+
6
<!--Package Properties-->
7
8
<IsPackable>true</IsPackable>
@@ -19,7 +19,7 @@
19
20
21
<OutputType>Exe</OutputType>
22
- <TargetFrameworks>net6.0;net7.0</TargetFrameworks>
+ <TargetFrameworks>net6.0;net7.0;net8.0</TargetFrameworks>
23
<RootNamespace>Microsoft.Tools.ServiceModel.Svcutil</RootNamespace>
24
25
<PackAsTool>true</PackAsTool>
0 commit comments