/
githubmirror
/
aspnetcore
Обзор
Документация
Войти
/
githubmirror
/
aspnetcore
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
src/Shared/ReferenceAssemblyInfo.cs
10 строк
698 B
Kevin Pilch
Find and Replace Apache License -> MIT
23 июл 2021, 01:54
23 июл 2021, 01:54
9da42b9
Код
Авторство
О чём код?
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // Reference assemblies should have the ReferenceAssemblyAttribute. [assembly:System.Runtime.CompilerServices.ReferenceAssembly] // Reference assemblies should have the 0x70 flag which prevents them from loading. // This flag sets AssemblyName.ProcessorArchitecture to None. There is no public API for this. // Cref https://github.com/dotnet/coreclr/blob/64ca544ecf55490675e72b853e98ebc8cc75a4fe/src/System.Private.CoreLib/src/System/Reflection/AssemblyName.CoreCLR.cs#L74 [assembly:System.Reflection.AssemblyFlags((System.Reflection.AssemblyNameFlags)0x70)]