Skip to content

Commit 7007da0

Browse files
authored
Merge pull request #146 from aws/mark-net60
Update namespace token values
2 parents 2f3ebc8 + c4e74a0 commit 7007da0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Templates/monolithservice/MonolithServiceCore.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
using Microsoft.AspNetCore.Http.Extensions;
44
using System.Net;
55
6-
namespace Modernize.Web.Mvc.Controllers
6+
namespace #NAMESPACEPLACEHOLDER#
77
{
88
public static class MonolithService
99
{

Templates/monolithservice/MonolithServiceMvc.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
using System.Web.Configuration;
1111
using System.Web.Routing;
1212
13-
namespace Modernize.Web.Mvc.Controllers
13+
namespace #NAMESPACEPLACEHOLDER#
1414
{
1515
public static class MonolithService
1616
{

0 commit comments

Comments
 (0)