Skip to content
This repository has been archived by the owner on Nov 21, 2018. It is now read-only.

Add more package to package cache. #43

Closed
wants to merge 0 commits into from
Closed

Conversation

JunTaoLuo
Copy link
Contributor

@JunTaoLuo JunTaoLuo commented Apr 24, 2017

Addresses #21 #39

I'm not able to add Microsoft.CodeAnalysis.Razor.Workspaces however since it has a PCL dependency: Microsoft.Composition 1.0.27

cc @Eilon @DamianEdwards

@@ -4,7 +4,7 @@

<PropertyGroup>
<IncludeBuildOutput>false</IncludeBuildOutput>
<TargetFramework>netstandard1.6</TargetFramework>
<TargetFramework>netcoreapp2.0</TargetFramework>
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I had to bump this to netcoreapp2.0 since M.A.Diagnostics.Identity.Service targets net46/netcoreapp2.0. Any reason why this package is not targeting netstandard1.x? @javiercn

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We need Certificate Signing APIs that are only available in .NET Core 2.0

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this is fine, but I'd like @DamianEdwards to confirm this is ok. This means the metapackage can't be used on .NET Framework, but I think for 2.0 that's fine.

@javiercn
Copy link
Member

LGTM (The identity service part)

@Eilon Eilon requested a review from DamianEdwards April 24, 2017 15:49
Copy link
Member

@Eilon Eilon left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The change looks good to me, but need others to sign off as well.

@JunTaoLuo
Copy link
Contributor Author

Clarified issues with @DamianEdwards offline in person.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants