aspnet / JitBench

Repo for testing JIT stuff
Other
15 stars 24 forks source link

Cannot find framework... #60

Closed rynowak closed 7 years ago

rynowak commented 7 years ago

Some travis builds are failing like

It was not possible to find any compatible framework version
The specified framework 'Microsoft.NETCore.App', version '2.1.0-preview1-25320-01' was not found.
  - Check application dependencies and target a framework version installed at:
      /
  - Alternatively, install the framework version '2.1.0-preview1-25320-01'.

This seems to be succeeding on osx and failing on linux. The version number that's getting installed on osx is 2.1.0-dev-di-25408-06 and on linux is 2.1.0-dev-di-25408-06.

It's possible this could have been a race condition with NuGet

rynowak commented 7 years ago

False alarm, this was flakiness on the part of NuGet.