Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
AssemblyInfo.cs
Go to the documentation of this file.
1using System;
9
10[assembly: UnconditionalSuppressMessage("ReflectionAnalysis", "IL2026:RequiresUnreferencedCode", Target = "M:System.Security.Cryptography.CryptoConfigForwarder.#cctor", Scope = "member", Justification = "The cctor caches the RequiresUnreferencedCode call in a delegate, and usage of that delegate is marked with RequiresUnreferencedCode.")]
11[assembly: CLSCompliant(true)]
12[assembly: AssemblyDefaultAlias("System.Security.Cryptography.Primitives")]
13[assembly: NeutralResourcesLanguage("en-US")]
14[assembly: AssemblyMetadata(".NETFrameworkAssembly", "")]
15[assembly: AssemblyMetadata("Serviceable", "True")]
16[assembly: AssemblyMetadata("PreferInbox", "True")]
17[assembly: AssemblyMetadata("IsTrimmable", "True")]
18[assembly: AssemblyCompany("Microsoft Corporation")]
19[assembly: AssemblyCopyright("© Microsoft Corporation. All rights reserved.")]
20[assembly: AssemblyDescription("System.Security.Cryptography.Primitives")]
21[assembly: AssemblyFileVersion("6.0.21.52210")]
22[assembly: AssemblyInformationalVersion("6.0.0+4822e3c3aa77eb82b2fb33c9321f923cf11ddde6")]
23[assembly: AssemblyProduct("Microsoft® .NET")]
24[assembly: AssemblyTitle("System.Security.Cryptography.Primitives")]
25[assembly: AssemblyMetadata("RepositoryUrl", "https://github.com/dotnet/runtime")]
26[assembly: AssemblyVersion("6.0.0.0")]
27[assembly: TypeForwardedTo(typeof(CryptographicException))]
28[module: System.Runtime.CompilerServices.NullablePublicOnly(false)]
29[module: SkipLocalsInit]