Skip to content

Commit d15f758

Browse files
committed
StarterTemplates: Changed namespace to *45 postfix according to target netframework
1 parent 5329f0f commit d15f758

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<%@ Application Codebehind="Global.asax.cs" Inherits="CustomPath40.Global" Language="C#" %>
1+
<%@ Application Codebehind="Global.asax.cs" Inherits="CustomPath45.Global" Language="C#" %>

src/StarterTemplates/CustomPath45/Global.asax.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
using System;
2+
using Funq;
23
using ServiceStack;
34
using StarterTemplates.Common;
4-
using Funq;
55

6-
namespace CustomPath40
6+
namespace CustomPath45
77
{
88
/// <summary>
99
/// Create your ServiceStack web service application with a singleton AppHost.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<%@ Application Codebehind="Global.asax.cs" Inherits="RootPath40.Global" Language="C#" %>
1+
<%@ Application Codebehind="Global.asax.cs" Inherits="RootPath45.Global" Language="C#" %>

src/StarterTemplates/RootPath45/Global.asax.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
using System;
2+
using Funq;
23
using ServiceStack;
34
using StarterTemplates.Common;
4-
using Funq;
55

6-
namespace RootPath40
6+
namespace RootPath45
77
{
88
/// <summary>
99
/// Create your ServiceStack web service application with a singleton AppHost.

0 commit comments

Comments
 (0)