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

Paket update nuget X doesn't work #512

Closed
tpluscode opened this issue Jan 4, 2015 · 4 comments
Closed

Paket update nuget X doesn't work #512

tpluscode opened this issue Jan 4, 2015 · 4 comments

Comments

@tpluscode
Copy link
Contributor

Hi. I've noticed that running update on single NuGet package doesn't work. Try in this repo:

src/.paket/paket.bootstrapper.exe
src/.paket/paket.exe update nuget JsonLd.Entities

JsonLd.Entities will stay at 0.2.40. Running update for everything works fine.

@forki
Copy link
Member

forki commented Jan 4, 2015

Could you please give the full dependencies and lock file?
On Jan 4, 2015 4:08 PM, "Tomasz Pluskiewicz" [email protected]
wrote:

Hi. I've noticed that running update on single NuGet package doesn't work.
Try in this repo https://github.com/wikibus/data.wikibus.org/:

src/.paket/paket.bootstrapper.exe
src/.paket/paket.exe update nuget JsonLd.Entities

JsonLd.Entities will stay at 0.2.40. Running update for everything works
fine.


Reply to this email directly or view it on GitHub
#512.

@tpluscode
Copy link
Contributor Author

dependencies

source https://www.nuget.org/api/v2
source https://ci.appveyor.com/nuget/jsonld-entities-aavhsnxi7xjp
source https://ci.appveyor.com/nuget/nancy-rdf-kh5o73kjrn37

nuget Anotar.Custom.Fody 2.12.0
nuget FakeItEasy 1.24.0
nuget json-ld.net 1.0.3
nuget Nancy.Hosting.Aspnet 0.23.2
nuget Nancy.Testing 0.23.2
nuget r2rml4net 0.4.0.0-pre01
nuget Resourcer.Fody 1.2.0.0
nuget SpecFlow.NUnit 1.1.1
nuget StyleCopPlus.MSBuild 4.7.49.4
nuget Zoltu.Versioning 1.1.29.0
nuget HtmlAgilityPack == 1.4.6
nuget FluentAssertions
nuget dotNetRDF < 1.0.7
nuget infoof.fody
nuget JsonLd.Entities
nuget Nancy.RDF
nuget NullGuard.Fody
nuget ImpromptuInterface
nuget NDbUnit.SqlClient
nuget Nancy.elmah
nuget Nancy.metrics
nuget CodeAssassin.ConfigTransform
nuget ImageResizer
nuget Nancy.Rdf
nuget Nancy.elmah
nuget Nancy.metrics
nuget jsonld.entities
nuget JetBrainsAnnotations.Fody

gist tpluscode/5d9c6983004c1c9ec91f

lock

NUGET
  remote: https://www.nuget.org/api/v2
  specs:
    Anotar.Custom.Fody (2.12.0)
      Fody 
    CodeAssassin.ConfigTransform (1.2)
    CsQuery (1.3.4)
    DatabaseSchemaReader (1.3.7.0)
    dotNetRDF (1.0.6.3421)
      HtmlAgilityPack (>= 1.4.6)
      Newtonsoft.Json (>= 6.0.3)
      VDS.Common (1.3.0)
    elmah (1.2.2)
      elmah.corelibrary (>= 1.2.2)
    elmah.corelibrary (1.2.2)
    FakeItEasy (1.24.0)
    FluentAssertions (3.2.2)
    Fody (1.26.4)
    HtmlAgilityPack (1.4.6)
    ImageResizer (3.4.3)
    ImpromptuInterface (6.2.2)
    InfoOf.Fody (0.11.2.0)
      Fody 
    JetBrainsAnnotations.Fody (1.0.2)
      Fody 
    json-ld.net (1.0.3)
      Newtonsoft.Json (>= 4.0.1)
    Metrics.NET (0.2.14)
    Nancy (0.23.2)
    Nancy.Elmah (0.1.8)
      Nancy (>= 0.20.0)
      elmah (>= 1.2.2)
    Nancy.Hosting.Aspnet (0.23.2)
      Nancy (>= 0.23.2)
    Nancy.Metrics (0.2.14)
      Metrics.NET (>= 0.2.13)
      Nancy (>= 0.23.2)
    Nancy.Testing (0.23.2)
      CsQuery (>= 1.3.3)
      Nancy (>= 0.23.2)
    NDbUnit.Core (1.6.8.0)
    NDbUnit.SqlClient (1.6.8.0)
      NDbUnit.Core (>= 1.6.8.0)
    Newtonsoft.Json (6.0.7)
    NullGuard.Fody (1.2.0.0)
      Fody 
    NUnit (2.6.4)
    r2rml4net (0.4.0.0-pre01)
      DatabaseSchemaReader (>= 1.2.8)
      dotNetRDF (>= 1.0.0)
    Resourcer.Fody (1.2.0.0)
      Fody (>= 1.13.8)
    SpecFlow (1.9.0)
    SpecFlow.NUnit (1.1.1)
      NUnit (>= 2.6)
      SpecFlow 
    StyleCop.MSBuild (4.7.49.0)
    StyleCopPlus.MSBuild (4.7.49.4)
      StyleCop.MSBuild (>= 4.7.49.0)
    VDS.Common (1.3.0)
    Zoltu.Versioning (1.1.29.0)
  remote: https://ci.appveyor.com/nuget/jsonld-entities-aavhsnxi7xjp
  specs:
    JsonLd.Entities (0.2.40.0)
      dotNetRDF (>= 1.0.0)
      json-ld.net (>= 1.0)
  remote: https://ci.appveyor.com/nuget/nancy-rdf-kh5o73kjrn37
  specs:
    Nancy.RDF (0.1.7.0)
      JsonLd.Entities 
      Nancy (>= 0.23)
GIST
  remote: tpluscode/5d9c6983004c1c9ec91f
  specs:
    FULLPROJECT (77ad64f596b13cb09af65878e67961e1815ffdda)

@forki forki closed this as completed in 468aa9c Jan 5, 2015
@forki
Copy link
Member

forki commented Jan 5, 2015

please retry

@tpluscode
Copy link
Contributor Author

It works. Thanks

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

No branches or pull requests

2 participants