We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 633969c commit 7c685c1Copy full SHA for 7c685c1
src/Microsoft.AspNetCore.NodeServices.Sockets/Properties/AssemblyInfo.cs
@@ -0,0 +1,12 @@
1
+// Copyright (c) .NET Foundation. All rights reserved.
2
+// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
3
+
4
+using System.Reflection;
5
+using System.Resources;
6
+using System.Runtime.CompilerServices;
7
8
+[assembly: AssemblyMetadata("Serviceable", "True")]
9
+[assembly: NeutralResourcesLanguage("en-us")]
10
+[assembly: AssemblyCompany("Microsoft Corporation.")]
11
+[assembly: AssemblyCopyright("© Microsoft Corporation. All rights reserved.")]
12
+[assembly: AssemblyProduct("Microsoft ASP.NET Core")]
0 commit comments