-
Notifications
You must be signed in to change notification settings - Fork 585
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
Update FakeRuntime to use NetStandard 2.0.3 #2106
Conversation
I keep running into dotnet/standard#708 and this is apparently fixed in 2.0.3
But we only use the package to have the reference assemblies, fake doesn't use the msbuild stuff, nor should it influence dependency resolution? |
(note I'm fine with the update if stuff still works ;)) |
Although the error was the same, the cause wasn't...I had corrupted my local nuget cache. |
This doesn't work and not sure we reallly need it... |
why does it not work? |
Normally this shouldn't hurt, maybe the ci was just running on a merge with my broken branch |
Maybe I'm just merging this in, there might be some other place where |
Err ok 😂 |
But yeah some wtf is going on with these builds :/ |
Fake reports
But output says:
|
Ok scratch that I know what's going on |
That makes one of us 😂 |
Yes it wanted the latest changes/fixes from release/next ;) |
@matthid this all good now? |
looks like it is |
Description
I keep running into dotnet/standard#708 and this is apparently fixed in 2.0.3
I'm not sure if this has any other effects...