Packages required by gauge are getting upgraded automatically #2238
ayankumaar
started this conversation in
General
Replies: 1 comment 1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I am using the following version of gauge in my system:
Gauge version: 1.4.2
Plugins
dotnet (0.4.1)
html-report (4.1.2)
screenshot (0.1.0)
.NET SDK: 5.0.404
VS Code: 1.63.2
gauge VS Code extension: 0.0.23
When I installed gauge few months back with .NET 5.0.404 SDK then the following packages were missing in my system:
Microsoft.NETCore.App.Runtime.win-x64 - version 5.0.13
Microsoft.WindowsDesktop.App.Runtime.win-x64 - version 5.0.13
Microsoft.AspNetCore.App.Runtime.win-x64 - version 5.0.13
So, I kept these packages in the local repo of my system and the missing package issue was resolved.
Today, I installed same version of gauge and .NET 5.0.404 SDK in my team mate's system. I already provided him all the missing packages. But, in his system it was asking for version 5.0.14 for all three Microsoft.NETCore.App.Runtime.win-x64, Microsoft.WindowsDesktop.App.Runtime.win-x64, Microsoft.AspNetCore.App.Runtime.win-x64 missing packages.
I am trying to understand what is causing this auto upgrade ? Do I need to turn off anything from my side in the gauge set up ? Also, due to which dependency this auto upgrade is happening ? I am trying to understand the entire dependency chain.
Please, let me know if you need any other information on this.
Beta Was this translation helpful? Give feedback.
All reactions