Remove obsolete workaround

This commit is contained in:
Chris Ross (ASP.NET) 2018-04-02 09:46:21 -07:00
parent fb6bc86be5
commit ba87a293f9
1 changed files with 0 additions and 20 deletions

View File

@ -1,20 +0,0 @@
// Copyright (c) .NET Foundation. All rights reserved.
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
#if NET461
using System;
namespace Microsoft.AspNetCore.WebSockets.Test
{
public class Program
{
public static void Main(string[] args)
{
Console.WriteLine("This Program.Main is only here to work around https://github.com/dotnet/sdk/issues/909");
}
}
}
#elif NETCOREAPP2_0 || NETCOREAPP2_1
#else
#error Target frameworks need to be updated
#endif