Skip to content

Commit

Permalink
Merge pull request #163 from MRCollective/fix-deprecated-webactivator
Browse files Browse the repository at this point in the history
Updating from deprecated WebActivator to WebActivatorEx
  • Loading branch information
robdmoore authored Apr 27, 2020
2 parents 779b279 + 268a845 commit 6e4bbc0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion AppStart.TwitterBootstrap.cs.pp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
using ChameleonForms.Templates.TwitterBootstrap3;
using System.Web.Optimization;

[assembly: WebActivator.PreApplicationStartMethod(typeof($rootnamespace$.App_Start.ConfigureChameleonTwitterBootstrap), "Start")]
[assembly: WebActivatorEx.PreApplicationStartMethod(typeof($rootnamespace$.App_Start.ConfigureChameleonTwitterBootstrap), "Start")]

namespace $rootnamespace$.App_Start
{
Expand Down
2 changes: 1 addition & 1 deletion ChameleonForms.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<dependencies>
<dependency id="Microsoft.AspNet.Mvc" version="4.0.30506.0" />
<dependency id="Humanizer" version="1.28.0" />
<dependency id="WebActivator" version="1.5" />
<dependency id="WebActivatorEx" version="2.2.0" />
</dependencies>
</metadata>
<files>
Expand Down

0 comments on commit 6e4bbc0

Please sign in to comment.