Skip to content

Commit

Permalink
Merge pull request #1977 from StephenBonikowsky/FixCoreFxBaseLinePkgV…
Browse files Browse the repository at this point in the history
…ersion

Fixing PackageBaseline dependency for 2.0.0 release.
  • Loading branch information
StephenBonikowsky authored Jun 16, 2017
2 parents 3c0dd11 + 6470dd3 commit ef12c52
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pkg/baseline/baseline.props
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<CoreFxBaseLinePackageName>Microsoft.Private.PackageBaseline</CoreFxBaseLinePackageName>
<CoreFxBaseLinePackageVersion>2.0.0-preview2-25304-02</CoreFxBaseLinePackageVersion>
<CoreFxBaseLinePackageVersion>2.0.0-preview2-25405-01</CoreFxBaseLinePackageVersion>
<!-- NuGet doesn't currently write out the versionless props/targets for this, so manually pull it in from packages folder -->
<CoreFxBaseLinePackageProps Condition="'$(CoreFxBaseLinePackageProps)' == ''">$(PackagesDir)$(CoreFxBaseLinePackageName)/$(CoreFxBaseLinePackageVersion)/build/$(CoreFxBaseLinePackageName).props</CoreFxBaseLinePackageProps>

Expand Down
2 changes: 1 addition & 1 deletion pkg/baseline/project.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"dependencies": {
"Microsoft.Private.PackageBaseline": "2.0.0-preview2-25304-02",
"Microsoft.Private.PackageBaseline": "2.0.0-preview2-25405-01",
"System.ServiceModel.Duplex": "4.3.0",
"System.ServiceModel.Http": "4.3.0",
"System.ServiceModel.NetTcp": "4.3.0",
Expand Down

0 comments on commit ef12c52

Please sign in to comment.