Skip to content

Commit 8441b36

Browse files
committed
WIP - Fix build errors
1 parent cba3bb1 commit 8441b36

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

src/Exceptionless/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
using System;
2+
using System.Reflection;
23
using System.Runtime.CompilerServices;
34
using System.Runtime.InteropServices;
45

src/Platforms/Exceptionless.NLog/Exceptionless.NLog.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<Project Sdk="Microsoft.NET.Sdk">
2+
<Import Project="..\..\..\build\common.props" />
23

34
<PropertyGroup>
45
<PackageId>Exceptionless.NLog</PackageId>

src/Platforms/Exceptionless.WebApi/Exceptionless.WebApi.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<Project Sdk="Microsoft.NET.Sdk">
2+
<Import Project="..\..\..\build\common.props" />
23

34
<PropertyGroup>
45
<PackageId>Exceptionless.WebApi</PackageId>

0 commit comments

Comments
 (0)