Skip to content

Commit

Permalink
Merge pull request #146 from aws/mark-net60
Browse files Browse the repository at this point in the history
Update namespace token values
  • Loading branch information
marknfawaz authored Mar 29, 2022
2 parents 2f3ebc8 + c4e74a0 commit 7007da0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Templates/monolithservice/MonolithServiceCore.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
using Microsoft.AspNetCore.Http.Extensions;
using System.Net;
namespace Modernize.Web.Mvc.Controllers
namespace #NAMESPACEPLACEHOLDER#
{
public static class MonolithService
{
Expand Down
2 changes: 1 addition & 1 deletion Templates/monolithservice/MonolithServiceMvc.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
using System.Web.Configuration;
using System.Web.Routing;
namespace Modernize.Web.Mvc.Controllers
namespace #NAMESPACEPLACEHOLDER#
{
public static class MonolithService
{
Expand Down

0 comments on commit 7007da0

Please sign in to comment.