Skip to content
This repository has been archived by the owner on Sep 13, 2022. It is now read-only.

Commit

Permalink
Merge pull request #421 from weshaggard/Stabilize20
Browse files Browse the repository at this point in the history
Stabilize NETStandard.Library 2.0 package version
  • Loading branch information
weshaggard committed Jul 19, 2017
2 parents e4f6a2d + 4d7ad9c commit d318b76
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions dir.props
Expand Up @@ -157,4 +157,7 @@
<SymbolPackageOutputPath Condition="'$(SymbolPackageOutputPath)'==''">$(PackageOutputPath)symbols/</SymbolPackageOutputPath>
</PropertyGroup>

<!-- Use Roslyn Compilers to build -->
<Import Project="$(RoslynPropsFile)" Condition="'$(RunningOnUnix)'!='true' and Exists('$(RoslynPropsFile)') and '$(UseRoslynCompilers)'!='false'" />
<Import Project="$(RoslynPropsFile)" Condition="'$(RunningOnUnix)'=='true' and Exists('$(RoslynPropsFile)')" />
</Project>
3 changes: 2 additions & 1 deletion pkg/baseline/packageIndex.json
Expand Up @@ -318,7 +318,8 @@
"NETStandard.Library": {
"StableVersions": [
"1.6.0",
"1.6.1"
"1.6.1",
"2.0.0"
],
"BaselineVersion": "2.0.0",
"InboxOn": {}
Expand Down

0 comments on commit d318b76

Please sign in to comment.