diff --git a/src/dotnet-svcutil/lib/src/Shared/TargetFrameworkHelper.cs b/src/dotnet-svcutil/lib/src/Shared/TargetFrameworkHelper.cs index 994961301cf..d01297a8971 100644 --- a/src/dotnet-svcutil/lib/src/Shared/TargetFrameworkHelper.cs +++ b/src/dotnet-svcutil/lib/src/Shared/TargetFrameworkHelper.cs @@ -13,7 +13,7 @@ namespace Microsoft.Tools.ServiceModel.Svcutil { internal class TargetFrameworkHelper { - internal static readonly List s_currentSupportedVersions = new List() { "8.0", "9.0" }; + internal static readonly List s_currentSupportedVersions = new List() { "8.0", "9.0", "10.0" }; public static Version MinSupportedNetFxVersionForDotNet { get; } = new Version("4.5"); public static Version MinSupportedNetStandardVersion { get; } = new Version("1.3"); public static Version MinSupportedNetCoreAppVersion { get; } = new Version("1.0");