From f545f99dab5d5676f39089567f0a63818cbad32d Mon Sep 17 00:00:00 2001 From: Ryan Nowak Date: Mon, 5 Oct 2015 11:22:30 -0700 Subject: [PATCH] Add attributes to fix the build --- .../Properties/AssemblyInfo.cs | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 src/Microsoft.AspNet.Server.Kestrel.Https/Properties/AssemblyInfo.cs 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")]