Skip to content

Commit 8e46e02

Browse files
committed
[dotnet-svcutil] Add .NET 10.0 to list for WCF 8.x references generation
1 parent 5e6debc commit 8e46e02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/dotnet-svcutil/lib/src/Shared/TargetFrameworkHelper.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ namespace Microsoft.Tools.ServiceModel.Svcutil
1313
{
1414
internal class TargetFrameworkHelper
1515
{
16-
internal static readonly List<string> s_currentSupportedVersions = new List<string>() { "8.0", "9.0" };
16+
internal static readonly List<string> s_currentSupportedVersions = new List<string>() { "8.0", "9.0", "10.0" };
1717
public static Version MinSupportedNetFxVersionForDotNet { get; } = new Version("4.5");
1818
public static Version MinSupportedNetStandardVersion { get; } = new Version("1.3");
1919
public static Version MinSupportedNetCoreAppVersion { get; } = new Version("1.0");

0 commit comments

Comments
 (0)