Merge pull request #7469 from dsplaisted/2.1-maximum-version

Update to SDK with a maximum version for .NET Core of 2.1
This commit is contained in:
Nick Guerrera 2017-08-17 20:38:02 -07:00 committed by GitHub
commit 937578cd3e

View file

@ -12,7 +12,7 @@
<!-- We'll usually want to keep these versions in sync, but we may want to diverge in some
cases, so use separate properties but derive one from the other unless we want to
explicitly use different versions. -->
<CLI_NETSDK_Version>2.1.0-preview1-20170816-1</CLI_NETSDK_Version>
<CLI_NETSDK_Version>2.1.0-preview1-20170818-1</CLI_NETSDK_Version>
<CLI_MSBuildExtensions_Version>$(CLI_NETSDK_Version)</CLI_MSBuildExtensions_Version>
<CLI_NuGet_Version>4.4.0-preview1-4365</CLI_NuGet_Version>