Skip to content

Commit d91804b

Browse files
committed
fix: assembly signing build warning
1 parent a5db777 commit d91804b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/Elasticsearch.Net.Aws/Elasticsearch.Net.Aws/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@
1010
// The following GUID is for the ID of the typelib if this project is exposed to COM
1111
[assembly: Guid("0de39cec-a00f-409a-9d45-aafa31c77ed9")]
1212

13-
#if !DEBUG
14-
[assembly: AssemblyKeyFile("key.snk")]
15-
#else
13+
#if DEBUG
1614
[assembly: InternalsVisibleTo("ElasticSearch.Net.Aws.Tests")]
1715
#endif

0 commit comments

Comments
 (0)