Skip to content

Conversation

@daveMueller
Copy link
Collaborator

@daveMueller daveMueller commented Feb 28, 2024

closes #1629

OK I guess I need a review here. Changing the tfm of core to only netstandard2.0 fixes the problem. But from my perspective the CoverletToolsPath should also be resolved properly. The change of the condition for CoverletToolsPath I did in this PR still doesn't seem to work properly. No matter what I do it always point to netstandard2.0

CoverletToolsPath = C:\Users\...\.nuget\packages\coverlet.msbuild\6.0.2-preview.7.ga760715d51\build\..\tasks\netstandard2.0\

But what I think, for e.g. net6 it should point to

CoverletToolsPath = C:\Users\...\.nuget\packages\coverlet.msbuild\6.0.2-preview.7.ga760715d51\build\..\tasks\net6.0\

@MarcoRossignoli @Bertk Am I missing something? Can you help out here?

@MarcoRossignoli
Copy link
Collaborator

conflict but LGTM

# Conflicts:
#	Documentation/Changelog.md
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.

[BUG] Type initializer errors after updating from 6.0.0 to 6.0.1

4 participants