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

A bug in Excel? Conditional formatting for marking duplicates also highlights unique value

Why can't we use freedom of speech and expression to incite people to rebel against government in India?

Why doesn't "adolescent" take any articles in "listen to adolescent agonising"?

The need of reserving one's ability in job interviews

When to use the term transposed instead of modulation?

Was it really inappropriate to write a pull request for the company I interviewed with?

Why won't the strings command stop?

3.5% Interest Student Loan or use all of my savings on Tuition?

Linear Combination of Atomic Orbitals

Where do you go through passport control when transiting through another Schengen airport on your way out of the Schengen area?

Affine transformation of circular arc in 3D

School performs periodic password audits. Is my password compromised?

What is the purpose of a disclaimer like "this is not legal advice"?

Is this nominative case or accusative case?

How to chmod files that have a specific set of permissions

What is the oldest European royal house?

I can't die. Who am I?

Rationale to prefer local variables over instance variables?

Quitting employee has privileged access to critical information

Why do we call complex numbers “numbers” but we don’t consider 2 vectors numbers?

Remove object from array based on array of some property of that object

What is better: yes / no radio, or simple checkbox?

Can you run a ground wire from stove directly to ground pole in the ground

Align equations with text before one of them



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 yesterday







      Jeppe

















      asked yesterday









      JeppeJeppe

      182218




      182218






















          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 yesterday









                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

                    Save data to MySQL database using ExtJS and PHP [closed]2019 Community Moderator ElectionHow can I prevent SQL injection in PHP?Which MySQL data type to use for storing boolean valuesPHP: Delete an element from an arrayHow do I connect to a MySQL Database in Python?Should I use the datetime or timestamp data type in MySQL?How to get a list of MySQL user accountsHow Do You Parse and Process HTML/XML in PHP?Reference — What does this symbol mean in PHP?How does PHP 'foreach' actually work?Why shouldn't I use mysql_* functions in PHP?

                    Compiling GNU Global with universal-ctags support Announcing the arrival of Valued Associate #679: Cesar Manara Planned maintenance scheduled April 23, 2019 at 23:30 UTC (7:30pm US/Eastern) Data science time! April 2019 and salary with experience The Ask Question Wizard is Live!Tags for Emacs: Relationship between etags, ebrowse, cscope, GNU Global and exuberant ctagsVim and Ctags tips and trickscscope or ctags why choose one over the other?scons and ctagsctags cannot open option file “.ctags”Adding tag scopes in universal-ctagsShould I use Universal-ctags?Universal ctags on WindowsHow do I install GNU Global with universal ctags support using Homebrew?Universal ctags with emacsHow to highlight ctags generated by Universal Ctags in Vim?

                    Add ONERROR event to image from jsp tldHow to add an image to a JPanel?Saving image from PHP URLHTML img scalingCheck if an image is loaded (no errors) with jQueryHow to force an <img> to take up width, even if the image is not loadedHow do I populate hidden form field with a value set in Spring ControllerStyling Raw elements Generated from JSP tagds with Jquery MobileLimit resizing of images with explicitly set width and height attributeserror TLD use in a jsp fileJsp tld files cannot be resolved