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 a5db777 commit d91804bCopy full SHA for d91804b
src/Elasticsearch.Net.Aws/Elasticsearch.Net.Aws/Properties/AssemblyInfo.cs
@@ -10,8 +10,6 @@
10
// The following GUID is for the ID of the typelib if this project is exposed to COM
11
[assembly: Guid("0de39cec-a00f-409a-9d45-aafa31c77ed9")]
12
13
-#if !DEBUG
14
-[assembly: AssemblyKeyFile("key.snk")]
15
-#else
+#if DEBUG
16
[assembly: InternalsVisibleTo("ElasticSearch.Net.Aws.Tests")]
17
#endif
0 commit comments