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

Commit d318b76

Browse files
authored
Merge pull request #421 from weshaggard/Stabilize20
Stabilize NETStandard.Library 2.0 package version
2 parents e4f6a2d + 4d7ad9c commit d318b76

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

dir.props

+3
Original file line numberDiff line numberDiff line change
@@ -157,4 +157,7 @@
157157
<SymbolPackageOutputPath Condition="'$(SymbolPackageOutputPath)'==''">$(PackageOutputPath)symbols/</SymbolPackageOutputPath>
158158
</PropertyGroup>
159159

160+
<!-- Use Roslyn Compilers to build -->
161+
<Import Project="$(RoslynPropsFile)" Condition="'$(RunningOnUnix)'!='true' and Exists('$(RoslynPropsFile)') and '$(UseRoslynCompilers)'!='false'" />
162+
<Import Project="$(RoslynPropsFile)" Condition="'$(RunningOnUnix)'=='true' and Exists('$(RoslynPropsFile)')" />
160163
</Project>

pkg/baseline/packageIndex.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,8 @@
318318
"NETStandard.Library": {
319319
"StableVersions": [
320320
"1.6.0",
321-
"1.6.1"
321+
"1.6.1",
322+
"2.0.0"
322323
],
323324
"BaselineVersion": "2.0.0",
324325
"InboxOn": {}

0 commit comments

Comments
 (0)