Skip to content

Commit eb2c309

Browse files
committed
fix(props): bump to netstandard2.0
fixing rebase
1 parent fe9b233 commit eb2c309

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build/dependencies.props

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project>
22
<PropertyGroup>
3-
<NetCoreAppVersion>netcoreapp1.1</NetCoreAppVersion>
4-
<NetStandardVersion>netstandard1.6</NetStandardVersion>
3+
<NetCoreAppVersion>netcoreapp2.0</NetCoreAppVersion>
4+
<NetStandardVersion>netstandard2.0</NetStandardVersion>
55
</PropertyGroup>
66
<PropertyGroup>
77
<MoqVersion>4.7.10</MoqVersion>

0 commit comments

Comments
 (0)