diff --git a/src/Microsoft.AspNet.Server.Kestrel.Https/Properties/AssemblyInfo.cs b/src/Microsoft.AspNet.Server.Kestrel.Https/Properties/AssemblyInfo.cs new file mode 100644 index 0000000000..7c3af07032 --- /dev/null +++ b/src/Microsoft.AspNet.Server.Kestrel.Https/Properties/AssemblyInfo.cs @@ -0,0 +1,9 @@ +// 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. + +using System.Reflection; +using System.Resources; +using System.Runtime.CompilerServices; + +[assembly: AssemblyMetadata("Serviceable", "True")] +[assembly: NeutralResourcesLanguage("en-us")]