From 8f8152f910f726aa5e6964d4001f2142bf750137 Mon Sep 17 00:00:00 2001 From: Pavel Krymets Date: Fri, 2 Sep 2016 16:16:41 -0700 Subject: [PATCH] Fix build error --- .../Properties/AssemblyInfo.cs | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 src/Microsoft.AspNetCore.DataProtection.Redis/Properties/AssemblyInfo.cs diff --git a/src/Microsoft.AspNetCore.DataProtection.Redis/Properties/AssemblyInfo.cs b/src/Microsoft.AspNetCore.DataProtection.Redis/Properties/AssemblyInfo.cs new file mode 100644 index 0000000000..e3ae91c58b --- /dev/null +++ b/src/Microsoft.AspNetCore.DataProtection.Redis/Properties/AssemblyInfo.cs @@ -0,0 +1,11 @@ +// 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; + +[assembly: AssemblyMetadata("Serviceable", "True")] +[assembly: NeutralResourcesLanguage("en-US")] +[assembly: AssemblyCompany("Microsoft Corporation.")] +[assembly: AssemblyCopyright("© Microsoft Corporation. All rights reserved.")] +[assembly: AssemblyProduct("Microsoft ASP.NET Core")]