Skip to content

Commit

Permalink
fix(props): bump to netstandard2.0
Browse files Browse the repository at this point in the history
fixing rebase
  • Loading branch information
jaredcnance committed Dec 16, 2017
1 parent fe9b233 commit eb2c309
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/dependencies.props
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project>
<PropertyGroup>
<NetCoreAppVersion>netcoreapp1.1</NetCoreAppVersion>
<NetStandardVersion>netstandard1.6</NetStandardVersion>
<NetCoreAppVersion>netcoreapp2.0</NetCoreAppVersion>
<NetStandardVersion>netstandard2.0</NetStandardVersion>
</PropertyGroup>
<PropertyGroup>
<MoqVersion>4.7.10</MoqVersion>
Expand Down

0 comments on commit eb2c309

Please sign in to comment.