Nuget upgrade Azure webjobs SDK 2.3 to 3.0 when using serviceBus2019 Community Moderator ElectionWhere is the NuGet package for Microsoft.WindowsAzure.ServiceRuntime?Upgrading to Microsoft.AspNet.Mvc 5.0.0 via NuGet failsJobs from an earlier version of the Azure WebJobs SDK have been detectedWebJobs upgrade to latest Nuget package. Upgrades app.config to not match WindwosAzure.Storage DLL versionBlobTrigger in Azure WebJobs does not get triggered on files added after the WebJob is startedAzure webjob - QueueTrigger stops triggeringAzure WebJob .bat file terminates immediatelyAzure WebJob logging is crashing host, what can we do?WebJobs dashboard broken for 2.0.0 beta C# SDKList all Azure servicebus subscriptions in a ServiceBus namespace

How to merge row in the first column in LaTeX

If nine coins are tossed, what is the probability that the number of heads is even?

Is there a frame of reference in which I was born before I was conceived?

Has Wakanda ever accepted refugees?

How to fix my table, centering of columns

Why won't the strings command stop?

Split a number into equal parts given the number of parts

Is there a math equivalent to the conditional ternary operator?

Four buttons on a table

Wardrobe above a wall with fuse boxes

Sometimes a banana is just a banana

School performs periodic password audits. Is my password compromised?

When to use mean vs median

Create chunks from an array

What is the meaning of "notice to quit at once" and "Lotty points”

Do AL rules let me pick different starting equipment?

PTIJ: What’s wrong with eating meat and couscous?

"seeing as you don't know anyone but me" meaning in this context

Every subset equal to original set?

Meaning of word ягоза

Rationale to prefer local variables over instance variables?

Practical reasons to have both a large police force and bounty hunting network?

Giving a talk in my old university, how prominently should I tell students my salary?

The need of reserving one's ability in job interviews



Nuget upgrade Azure webjobs SDK 2.3 to 3.0 when using serviceBus



2019 Community Moderator ElectionWhere is the NuGet package for Microsoft.WindowsAzure.ServiceRuntime?Upgrading to Microsoft.AspNet.Mvc 5.0.0 via NuGet failsJobs from an earlier version of the Azure WebJobs SDK have been detectedWebJobs upgrade to latest Nuget package. Upgrades app.config to not match WindwosAzure.Storage DLL versionBlobTrigger in Azure WebJobs does not get triggered on files added after the WebJob is startedAzure webjob - QueueTrigger stops triggeringAzure WebJob .bat file terminates immediatelyAzure WebJob logging is crashing host, what can we do?WebJobs dashboard broken for 2.0.0 beta C# SDKList all Azure servicebus subscriptions in a ServiceBus namespace










0















Webjobs version 3 has been out since around September so I want to upgrade from 2.3.0 to the latest version, currently 3.0.4.



The Microsoft.Azure.Webjobs.servicebus package is, however, blocking me from doing so. I tried looking at webjobs sdk samples but they had the exact same issue with the servicebus package blocking the upgrade.



Questions



  1. What is the correct way to upgrade the webjobs nuget package?

  2. Am I mistaken that version 3 is ready for production yet?









share|improve this question




























    0















    Webjobs version 3 has been out since around September so I want to upgrade from 2.3.0 to the latest version, currently 3.0.4.



    The Microsoft.Azure.Webjobs.servicebus package is, however, blocking me from doing so. I tried looking at webjobs sdk samples but they had the exact same issue with the servicebus package blocking the upgrade.



    Questions



    1. What is the correct way to upgrade the webjobs nuget package?

    2. Am I mistaken that version 3 is ready for production yet?









    share|improve this question


























      0












      0








      0








      Webjobs version 3 has been out since around September so I want to upgrade from 2.3.0 to the latest version, currently 3.0.4.



      The Microsoft.Azure.Webjobs.servicebus package is, however, blocking me from doing so. I tried looking at webjobs sdk samples but they had the exact same issue with the servicebus package blocking the upgrade.



      Questions



      1. What is the correct way to upgrade the webjobs nuget package?

      2. Am I mistaken that version 3 is ready for production yet?









      share|improve this question
















      Webjobs version 3 has been out since around September so I want to upgrade from 2.3.0 to the latest version, currently 3.0.4.



      The Microsoft.Azure.Webjobs.servicebus package is, however, blocking me from doing so. I tried looking at webjobs sdk samples but they had the exact same issue with the servicebus package blocking the upgrade.



      Questions



      1. What is the correct way to upgrade the webjobs nuget package?

      2. Am I mistaken that version 3 is ready for production yet?






      azure nuget azure-webjobs azure-webjobssdk






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited 10 hours ago







      Jeppe

















      asked 11 hours ago









      JeppeJeppe

      172218




      172218






















          1 Answer
          1






          active

          oldest

          votes


















          0














          At the time I'm writing this, the newest release version of Microsoft.Azure.WebJobs.ServiceBus is 2.3.0. Looking at the package on nuget.org and expanding the dependencies, I see this:



          Microsoft.Azure.ServiceBus.EventProcessorHost (>= 2.2.10)
          Microsoft.Azure.WebJobs (= 2.3.0)
          Microsoft.Extensions.Logging.Abstractions (>= 1.1.1) Newtonsoft.Json
          (>= 9.0.1) WindowsAzure.ServiceBus (>= 3.4.5)


          Notice how the version number for the Microsoft.Azure.WebJobs dependency uses = and not >= like the other dependencies. Therefore, NuGet is being instructed to not allow different versions of the package.



          There are some 3.0.0 beta packages you could try, which interestingly use >= for the WebJobs dependency, so you can use the latest "release" version of WebJobs package while using the ServiceBus beta package. Or, if you can migrate from packages.config to PackageReference, NuGet may allow you to use "incompatible" versions of packages with a warning, but if the package author is telling you that their package only works with a specific version of a dependency, there's an increased risk that you'll get runtime failures if you use a different version.






          share|improve this answer






















            Your Answer






            StackExchange.ifUsing("editor", function ()
            StackExchange.using("externalEditor", function ()
            StackExchange.using("snippets", function ()
            StackExchange.snippets.init();
            );
            );
            , "code-snippets");

            StackExchange.ready(function()
            var channelOptions =
            tags: "".split(" "),
            id: "1"
            ;
            initTagRenderer("".split(" "), "".split(" "), channelOptions);

            StackExchange.using("externalEditor", function()
            // Have to fire editor after snippets, if snippets enabled
            if (StackExchange.settings.snippets.snippetsEnabled)
            StackExchange.using("snippets", function()
            createEditor();
            );

            else
            createEditor();

            );

            function createEditor()
            StackExchange.prepareEditor(
            heartbeatType: 'answer',
            autoActivateHeartbeat: false,
            convertImagesToLinks: true,
            noModals: true,
            showLowRepImageUploadWarning: true,
            reputationToPostImages: 10,
            bindNavPrevention: true,
            postfix: "",
            imageUploader:
            brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
            contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
            allowUrls: true
            ,
            onDemand: true,
            discardSelector: ".discard-answer"
            ,immediatelyShowMarkdownHelp:true
            );



            );













            draft saved

            draft discarded


















            StackExchange.ready(
            function ()
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55021310%2fnuget-upgrade-azure-webjobs-sdk-2-3-to-3-0-when-using-servicebus%23new-answer', 'question_page');

            );

            Post as a guest















            Required, but never shown

























            1 Answer
            1






            active

            oldest

            votes








            1 Answer
            1






            active

            oldest

            votes









            active

            oldest

            votes






            active

            oldest

            votes









            0














            At the time I'm writing this, the newest release version of Microsoft.Azure.WebJobs.ServiceBus is 2.3.0. Looking at the package on nuget.org and expanding the dependencies, I see this:



            Microsoft.Azure.ServiceBus.EventProcessorHost (>= 2.2.10)
            Microsoft.Azure.WebJobs (= 2.3.0)
            Microsoft.Extensions.Logging.Abstractions (>= 1.1.1) Newtonsoft.Json
            (>= 9.0.1) WindowsAzure.ServiceBus (>= 3.4.5)


            Notice how the version number for the Microsoft.Azure.WebJobs dependency uses = and not >= like the other dependencies. Therefore, NuGet is being instructed to not allow different versions of the package.



            There are some 3.0.0 beta packages you could try, which interestingly use >= for the WebJobs dependency, so you can use the latest "release" version of WebJobs package while using the ServiceBus beta package. Or, if you can migrate from packages.config to PackageReference, NuGet may allow you to use "incompatible" versions of packages with a warning, but if the package author is telling you that their package only works with a specific version of a dependency, there's an increased risk that you'll get runtime failures if you use a different version.






            share|improve this answer



























              0














              At the time I'm writing this, the newest release version of Microsoft.Azure.WebJobs.ServiceBus is 2.3.0. Looking at the package on nuget.org and expanding the dependencies, I see this:



              Microsoft.Azure.ServiceBus.EventProcessorHost (>= 2.2.10)
              Microsoft.Azure.WebJobs (= 2.3.0)
              Microsoft.Extensions.Logging.Abstractions (>= 1.1.1) Newtonsoft.Json
              (>= 9.0.1) WindowsAzure.ServiceBus (>= 3.4.5)


              Notice how the version number for the Microsoft.Azure.WebJobs dependency uses = and not >= like the other dependencies. Therefore, NuGet is being instructed to not allow different versions of the package.



              There are some 3.0.0 beta packages you could try, which interestingly use >= for the WebJobs dependency, so you can use the latest "release" version of WebJobs package while using the ServiceBus beta package. Or, if you can migrate from packages.config to PackageReference, NuGet may allow you to use "incompatible" versions of packages with a warning, but if the package author is telling you that their package only works with a specific version of a dependency, there's an increased risk that you'll get runtime failures if you use a different version.






              share|improve this answer

























                0












                0








                0







                At the time I'm writing this, the newest release version of Microsoft.Azure.WebJobs.ServiceBus is 2.3.0. Looking at the package on nuget.org and expanding the dependencies, I see this:



                Microsoft.Azure.ServiceBus.EventProcessorHost (>= 2.2.10)
                Microsoft.Azure.WebJobs (= 2.3.0)
                Microsoft.Extensions.Logging.Abstractions (>= 1.1.1) Newtonsoft.Json
                (>= 9.0.1) WindowsAzure.ServiceBus (>= 3.4.5)


                Notice how the version number for the Microsoft.Azure.WebJobs dependency uses = and not >= like the other dependencies. Therefore, NuGet is being instructed to not allow different versions of the package.



                There are some 3.0.0 beta packages you could try, which interestingly use >= for the WebJobs dependency, so you can use the latest "release" version of WebJobs package while using the ServiceBus beta package. Or, if you can migrate from packages.config to PackageReference, NuGet may allow you to use "incompatible" versions of packages with a warning, but if the package author is telling you that their package only works with a specific version of a dependency, there's an increased risk that you'll get runtime failures if you use a different version.






                share|improve this answer













                At the time I'm writing this, the newest release version of Microsoft.Azure.WebJobs.ServiceBus is 2.3.0. Looking at the package on nuget.org and expanding the dependencies, I see this:



                Microsoft.Azure.ServiceBus.EventProcessorHost (>= 2.2.10)
                Microsoft.Azure.WebJobs (= 2.3.0)
                Microsoft.Extensions.Logging.Abstractions (>= 1.1.1) Newtonsoft.Json
                (>= 9.0.1) WindowsAzure.ServiceBus (>= 3.4.5)


                Notice how the version number for the Microsoft.Azure.WebJobs dependency uses = and not >= like the other dependencies. Therefore, NuGet is being instructed to not allow different versions of the package.



                There are some 3.0.0 beta packages you could try, which interestingly use >= for the WebJobs dependency, so you can use the latest "release" version of WebJobs package while using the ServiceBus beta package. Or, if you can migrate from packages.config to PackageReference, NuGet may allow you to use "incompatible" versions of packages with a warning, but if the package author is telling you that their package only works with a specific version of a dependency, there's an increased risk that you'll get runtime failures if you use a different version.







                share|improve this answer












                share|improve this answer



                share|improve this answer










                answered 4 hours ago









                zivkanzivkan

                1,434917




                1,434917





























                    draft saved

                    draft discarded
















































                    Thanks for contributing an answer to Stack Overflow!


                    • Please be sure to answer the question. Provide details and share your research!

                    But avoid


                    • Asking for help, clarification, or responding to other answers.

                    • Making statements based on opinion; back them up with references or personal experience.

                    To learn more, see our tips on writing great answers.




                    draft saved


                    draft discarded














                    StackExchange.ready(
                    function ()
                    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55021310%2fnuget-upgrade-azure-webjobs-sdk-2-3-to-3-0-when-using-servicebus%23new-answer', 'question_page');

                    );

                    Post as a guest















                    Required, but never shown





















































                    Required, but never shown














                    Required, but never shown












                    Required, but never shown







                    Required, but never shown

































                    Required, but never shown














                    Required, but never shown












                    Required, but never shown







                    Required, but never shown







                    Popular posts from this blog

                    AWS Lex not identifying response if by a variable The 2019 Stack Overflow Developer Survey Results Are In Announcing the arrival of Valued Associate #679: Cesar Manara Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern) The Ask Question Wizard is Live! Data science time! April 2019 and salary with experienceEnforcing custom enumeration in AWS LEX for slot valuesHow to give response based on user response in Amazon Lex?Intercepting AWS Lambda Response to a AWS Lex QueryLex chat bot error: Reached second execution of fulfillment lambda on the same utteranceamazon lex showing invalid responseLambda response send back to Lex slot?Response card in Amazon lexAmazon Lex - Lambda response return HTML to botHow can I solve 424 (Failed Dependency) (python) obtained from Amazon lex?

                    Алба-Юлія

                    Захаров Федір Захарович