Skip to content

netcoreapp1.1 support? #484

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

Closed
ambujs opened this issue Jul 4, 2019 · 2 comments
Closed

netcoreapp1.1 support? #484

ambujs opened this issue Jul 4, 2019 · 2 comments
Labels
as-designed Expected behaviour duplicate This issue or pull request already exists

Comments

@ambujs
Copy link

ambujs commented Jul 4, 2019

Hello, just wondering if I should be able to use this package on a netcoreapp1.1 project?
I'm trying to run:
dotnet test ./dh.SR.WebApi.www.Test/dh.SR.WebApi.www.Test.csproj /p:CollectCoverage=true /p:CoverletOutputFormat=opencover

but getting this error:
Could not load file or assembly 'netstandard, Version=2.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51'. The system cannot find the file specified..

Any ideas or help would be much appreciated!
Thanks

@MarcoRossignoli MarcoRossignoli added as-designed Expected behaviour duplicate This issue or pull request already exists labels Jul 8, 2019
@MarcoRossignoli
Copy link
Collaborator

dup of #466 at the moment we support netstandard2.0
to support netcoreapp1.1 we need to do some updates and downgrade to netstandardard1.3

@MarcoRossignoli
Copy link
Collaborator

Feel free to reopen or move on discussion on other thread.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
as-designed Expected behaviour duplicate This issue or pull request already exists
Projects
None yet
Development

No branches or pull requests

2 participants