Skip to content
This repository was archived by the owner on Dec 19, 2018. It is now read-only.

Fix building the vsix inside VS #1001

Closed
wants to merge 1 commit into from
Closed

Conversation

pranavkm
Copy link
Contributor

No description provided.

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

<PropertyGroup>
<Description>Razor is a markup syntax for adding server-side logic to web pages. This package contains the Razor parser and code generation infrastructure.</Description>
<TargetFrameworks>net451;netstandard1.3</TargetFrameworks>
<TargetFrameworks>net451;net46;netstandard1.3</TargetFrameworks>
Copy link
Contributor

Choose a reason for hiding this comment

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

Can remove net451 for now.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

That would require changing Mvc. I'd rather not randomize @NTaylorMullen's super crazy aspnet/Mvc#5749 PR for the time being. I'll file a follow up to remove the tfm once he's done merging it.

@rynowak
Copy link
Member

rynowak commented Feb 17, 2017

done?

@pranavkm pranavkm closed this Feb 20, 2017
@pranavkm pranavkm deleted the prkrishn/fix-vsix-in-vs branch February 20, 2017 17:19
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants