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

Convert Microsoft.Repl to a .NET Standard library and add pack #117

Merged
merged 2 commits into from
Jul 26, 2019
Merged

Convert Microsoft.Repl to a .NET Standard library and add pack #117

merged 2 commits into from
Jul 26, 2019

Conversation

tlmii
Copy link
Member

@tlmii tlmii commented Jul 25, 2019

In support of recent interest in the underlying Microsoft.Repl library, this PR converts it to a .NET Standard 1.3 library (as opposed to .net core 2.1 and 3.0 libraries) to expand its reach, and set it to generate a nuget package.

I picked 1.3 based on the chart here and the fact that .NET Framework 4.6 is the lowest version in mainstream support (I think) listed in that chart. I'm open to suggestions on a different target, though.

The two new package refs were just because of things that weren't natively supported in netstandard1.3, not because of any changes in the library.

I left out the <PackageProjectUrl> in Microsoft.Repl.csproj since we don't have documentation or a website specifically for the Repl and it'll just default to the github url if we leave it out (i think). Let me know if that's not correct.

@tlmii tlmii merged commit 832a66a into dotnet:master Jul 26, 2019
@tlmii tlmii deleted the dev/repl-to-net-standard branch July 26, 2019 21: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