You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, when building the azure plugin, we need two dependencies: npm package (the emitter), MGC plugin (the dll).
They have their own version numbers, but they are written in two different places:
npm package's version is written in package.json:
Currently, when building the azure plugin, we need two dependencies: npm package (the emitter), MGC plugin (the dll).
They have their own version numbers, but they are written in two different places:
npm package's version is written in
package.json
:azure-sdk-for-net/eng/packages/http-client-csharp/package.json
Line 26 in 9db53e1
dll package's version is written in
Package.Data.props
:azure-sdk-for-net/eng/Packages.Data.props
Line 261 in 9db53e1
The text was updated successfully, but these errors were encountered: