Skip to content
This repository was archived by the owner on Jun 27, 2019. It is now read-only.

Commit fa36d74

Browse files
authored
Merge pull request #41 from pdrhsm/feature/netstandard
Feature/netstandard
2 parents cb13885 + ebe431a commit fa36d74

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

src/GitTools.Core/Exceptions/WarningException.cs

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,5 @@ public WarningException(string message)
1010
: base(message)
1111
{
1212
}
13-
14-
15-
protected WarningException(SerializationInfo info, StreamingContext context)
16-
: base(info, context)
17-
{
18-
}
1913
}
2014
}

src/GitTools.Core/GitTools.Core.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
</PropertyGroup>
1111

1212
<ItemGroup>
13+
<PackageReference Include="JetBrains.Annotations" Version="10.4.0" />
1314
<PackageReference Include="Microsoft.CSharp" Version="4.3.0" />
1415
<PackageReference Include="System.Dynamic.Runtime" Version="4.3.0" />
1516
<PackageReference Include="System.Runtime.Serialization.Primitives" Version="4.3.0" />

0 commit comments

Comments
 (0)