Update sample test app to netstandard2.0

This commit is contained in:
Nate McMaster 2017-06-06 17:29:56 -07:00
parent a66b5c642e
commit a754e91f37
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
<Import Project="..\..\build\common.props" />
<PropertyGroup>
<TargetFramework>netstandard1.0</TargetFramework>
<TargetFramework>netstandard2.0</TargetFramework>
<DebugType>portable</DebugType>
</PropertyGroup>