Bump version, update build tools, and dependency versions

This commit is contained in:
Nate McMaster
2018-01-18 16:29:08 -08:00
parent 79fd6debad
commit 44d39bc0d4
6 changed files with 20 additions and 8 deletions

View File

@@ -1,4 +1,6 @@
<Project>
<Import Project="build\sources.props" />
<Import Project="build\dependencies.props" />
<PropertyGroup>
<NETStandardImplicitPackageVersion Condition=" '$(TargetFramework)' == 'netstandard2.0' ">$(NETStandardLibrary20PackageVersion)</NETStandardImplicitPackageVersion>
<RuntimeFrameworkVersion Condition=" '$(TargetFramework)' == 'netcoreapp2.0' ">$(MicrosoftNETCoreApp20PackageVersion)</RuntimeFrameworkVersion>
</PropertyGroup>
</Project>