Skip to content

Commit 5393e61

Browse files
committed
Fix build error
1 parent 9181d01 commit 5393e61

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/aggregator-ruleng/AssemblyInfo.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
using System;
22
using System.Reflection;
3+
using System.Runtime.CompilerServices;
34

45
[assembly: AssemblyCompany("TFS Aggregator Team")]
56
#if DEBUG

src/aggregator-shared/AssemblyInfo.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
using System;
22
using System.Reflection;
3+
using System.Runtime.CompilerServices;
34

45
[assembly: AssemblyCompany("TFS Aggregator Team")]
56
#if DEBUG

0 commit comments

Comments
 (0)