Skip to content
This repository has been archived by the owner on Jan 3, 2024. It is now read-only.

Commit

Permalink
Remove Dependency to System.Runtime.InteropServices
Browse files Browse the repository at this point in the history
This was done to fix issue #1. The problem was that AssemblyInfo needed this reference, but it is not included in netstandard 1.0, as described here: https://github.com/dotnet/corefx/issues/7869.
  • Loading branch information
Dominik Weber committed Feb 11, 2017
1 parent 8524104 commit 0cefbb4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 22 deletions.
19 changes: 0 additions & 19 deletions src/Pather.CSharp/Properties/AssemblyInfo.cs

This file was deleted.

4 changes: 1 addition & 3 deletions src/Pather.CSharp/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,11 @@
},

"dependencies": {
"NETStandard.Library": "1.0.0",
"System.Runtime.InteropServices": "4.1.0"
"NETStandard.Library": "1.6.0"
},

"frameworks": {
"netstandard1.0": {
"imports": "dnxcore50"
}
}
}

0 comments on commit 0cefbb4

Please sign in to comment.