Skip to content

Commit

Permalink
Update to version 2.0.2 of NETStandard.Library package
Browse files Browse the repository at this point in the history
Resolves dotnet#1608
  • Loading branch information
dsplaisted committed Feb 23, 2018
1 parent f168829 commit 8b560b8
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ Copyright (c) .NET Foundation. All rights reserved.
produced, so we will roll forward to the latest version. -->
<NETStandardImplicitPackageVersion Condition="'$(NETStandardImplicitPackageVersion)' =='' And '$(_TargetFrameworkVersionWithoutV)' &lt; '2.0'">1.6.1</NETStandardImplicitPackageVersion>

<!-- Default to use the latest stable release. Currently this is the same as the previous clause, but when we have a stable 2.0 package this should change. -->
<NETStandardImplicitPackageVersion Condition="'$(NETStandardImplicitPackageVersion)' ==''">2.0.1</NETStandardImplicitPackageVersion>
<!-- Default to use the latest stable release. -->
<NETStandardImplicitPackageVersion Condition="'$(NETStandardImplicitPackageVersion)' ==''">2.0.2</NETStandardImplicitPackageVersion>
</PropertyGroup>

<!--
Expand Down

0 comments on commit 8b560b8

Please sign in to comment.