forked from dotnet/runtime
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathAssemblyAttributes.cs
More file actions
27 lines (25 loc) · 1.19 KB
/
AssemblyAttributes.cs
File metadata and controls
27 lines (25 loc) · 1.19 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
using System.Runtime.CompilerServices;
[assembly: InternalsVisibleTo("Microsoft.NET.HostModel.Tests, PublicKey="
+ "00240000048000009400000006020000"
+ "00240000525341310004000001000100"
+ "b5fc90e7027f67871e773a8fde8938c8"
+ "1dd402ba65b9201d60593e96c492651e"
+ "889cc13f1415ebb53fac1131ae0bd333"
+ "c5ee6021672d9718ea31a8aebd0da007"
+ "2f25d87dba6fc90ffd598ed4da35e44c"
+ "398c454307e8e33b8426143daec9f596"
+ "836f97c8f74750e5975c64e2189f45de"
+ "f46b2a2b1247adc3652bf5c308055da9")]
[assembly: InternalsVisibleTo("HostActivation.Tests, PublicKey="
+ "00240000048000009400000006020000"
+ "00240000525341310004000001000100"
+ "b5fc90e7027f67871e773a8fde8938c8"
+ "1dd402ba65b9201d60593e96c492651e"
+ "889cc13f1415ebb53fac1131ae0bd333"
+ "c5ee6021672d9718ea31a8aebd0da007"
+ "2f25d87dba6fc90ffd598ed4da35e44c"
+ "398c454307e8e33b8426143daec9f596"
+ "836f97c8f74750e5975c64e2189f45de"
+ "f46b2a2b1247adc3652bf5c308055da9")]