Update libraries and samples to .NET Core 2.0

This commit is contained in:
Steve Sanderson
2017-05-18 11:28:54 +01:00
parent e081d5e091
commit 244deca019
16 changed files with 31 additions and 36 deletions

7
version.props Normal file
View File

@@ -0,0 +1,7 @@
<!-- This file may be overwritten by automation. Only values allowed here are VersionPrefix and VersionSuffix. -->
<Project>
<PropertyGroup>
<VersionPrefix>2.0.0</VersionPrefix>
<VersionSuffix>preview2</VersionSuffix>
</PropertyGroup>
</Project>