Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding net46 folder in lib of Microsoft.TestPlatform Nuget Package #247

Merged
merged 1 commit into from
Nov 25, 2016

Conversation

jayaranigarg
Copy link
Member

@jayaranigarg jayaranigarg commented Nov 25, 2016

Microsoft.TestPlatform Nuget Package currently is not installing for net46 because there is no folder in lib for net46. Adding that folder to resolve this issue.

@@ -16,5 +16,6 @@
<file src="net46\$Runtime$\**\*.*" target="tools\net46\" />
<file src="netcoreapp1.0\**\*.*" target="tools\netcoreapp1.0\" />
<file src="netcoreapp1.0\**\*.*" target="lib\netcoreapp1.0\" />
<file src="_._" target="lib\net46\" />
Copy link
Contributor

Choose a reason for hiding this comment

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

don't we need to add an actual file "."?

Copy link
Member Author

Choose a reason for hiding this comment

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

it is already present.

@jayaranigarg jayaranigarg merged commit c39aea1 into microsoft:master Nov 25, 2016
@jayaranigarg jayaranigarg deleted the dev/jagarg/nuget branch November 25, 2016 08:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants