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

Latest dotnet2.0-sdk container doesn't work with setversion #4

Closed
pms1969 opened this issue Aug 22, 2017 · 4 comments
Closed

Latest dotnet2.0-sdk container doesn't work with setversion #4

pms1969 opened this issue Aug 22, 2017 · 4 comments
Labels

Comments

@pms1969
Copy link

pms1969 commented Aug 22, 2017

If you get the latest container build of 2.0-sdk from dockerhub, this has stopped working. :-( Any chance of an update?

It was not possible to find any compatible framework version
The specified framework 'Microsoft.NETCore.App', version '2.0.0-preview2-25407-01' was not found.
  - Check application dependencies and target a framework version installed at:
      /

we currently have a hack in our script to "fix" this:

sed -i -e 's/2.0.0-preview2-25407-01/2.0.0/' ~/.nuget/packages/dotnet-setversion/1.0.1/lib/netcoreapp2.0/dotnet-setversion.runtimeconfig.json
@TAGC TAGC added the bug label Aug 22, 2017
@TAGC
Copy link
Owner

TAGC commented Aug 22, 2017

Issue verified; on it like a car bonnet.

@TAGC
Copy link
Owner

TAGC commented Aug 22, 2017

Can you try v1.0.2-ci0002?

  <ItemGroup>
    <DotNetCliToolReference Include="dotnet-setversion" Version="1.0.2-ci0002" />
  </ItemGroup>

@pms1969
Copy link
Author

pms1969 commented Aug 22, 2017

confirmed. works a treat

@TAGC
Copy link
Owner

TAGC commented Aug 22, 2017

Cool, I'll publish the next release.

@TAGC TAGC closed this as completed Aug 22, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants