dotnet / ILMerge

ILMerge is a static linker for .NET Assemblies.
MIT License
1.22k stars 168 forks source link

Windows 10 - install ilmerge.3.0.21.nupkg fails #63

Closed phillip-from-oz closed 5 years ago

phillip-from-oz commented 5 years ago

Hi, I'm trying to install ilmerge.3.0.21.nupkg.

I want the ilmerge.exe.

It fails with: _C:\temp>nuget install ilmerge.3.0.21.nupkg Feeds used: https://api.nuget.org/v3/index.json

Installing package 'ilmerge.3.0.21.nupkg' to 'C:\temp\AWS-CFN-Build\Release'. GET https://api.nuget.org/v3/registration3-gz-semver2/ilmerge.3.0.21.nupkg/index.json NotFound https://api.nuget.org/v3/registration3-gz-semver2/ilmerge.3.0.21.nupkg/index.json 907ms Unable to find package 'ilmerge.3.0.21.nupkg'_

Can some please tell me how to fix this?

I'm using Windows 10. I got ilmerge from: https://www.nuget.org/packages/ilmerge

lextm commented 5 years ago

Can you run nuget update -self first?

phillip-from-oz commented 5 years ago

Thanks. Unfortunately it still doe not work.

C:\temp>nuget.exe update -self Checking for updates from https://www.nuget.org/api/v2/. Currently running NuGet.exe 4.9.4. NuGet.exe is up to date.

C:\temp>nuget install ilmerge.3.0.21.nupkg Feeds used: https://api.nuget.org/v3/index.json

Installing package 'ilmerge.3.0.21.nupkg' to 'C:\temp'. GET https://api.nuget.org/v3/registration3-gz-semver2/ilmerge.3.0.21.nupkg/index.json NotFound https://api.nuget.org/v3/registration3-gz-semver2/ilmerge.3.0.21.nupkg/index.json 862ms Unable to find package 'ilmerge.3.0.21.nupkg'

Any ideas?

lextm commented 5 years ago

Please run nuget install ilmerge.

phillip-from-oz commented 5 years ago

Thanks! That did the trick!

phillip-from-oz commented 5 years ago

Thanks. That worked! On Saturday, 6 April 2019, 4:30:50 am AEDT, Lex Li notifications@github.com wrote:

Please run nuget install ilmerge.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or mute the thread.