Skip to content

Commit

Permalink
StarterTemplates: Changed namespace to *45 postfix according to targe…
Browse files Browse the repository at this point in the history
…t netframework
  • Loading branch information
jonny-novikov committed Oct 25, 2016
1 parent 5329f0f commit d15f758
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion src/StarterTemplates/CustomPath45/Global.asax
@@ -1 +1 @@
<%@ Application Codebehind="Global.asax.cs" Inherits="CustomPath40.Global" Language="C#" %>
<%@ Application Codebehind="Global.asax.cs" Inherits="CustomPath45.Global" Language="C#" %>
4 changes: 2 additions & 2 deletions src/StarterTemplates/CustomPath45/Global.asax.cs
@@ -1,9 +1,9 @@
using System;
using Funq;
using ServiceStack;
using StarterTemplates.Common;
using Funq;

namespace CustomPath40
namespace CustomPath45
{
/// <summary>
/// Create your ServiceStack web service application with a singleton AppHost.
Expand Down
2 changes: 1 addition & 1 deletion src/StarterTemplates/RootPath45/Global.asax
@@ -1 +1 @@
<%@ Application Codebehind="Global.asax.cs" Inherits="RootPath40.Global" Language="C#" %>
<%@ Application Codebehind="Global.asax.cs" Inherits="RootPath45.Global" Language="C#" %>
4 changes: 2 additions & 2 deletions src/StarterTemplates/RootPath45/Global.asax.cs
@@ -1,9 +1,9 @@
using System;
using Funq;
using ServiceStack;
using StarterTemplates.Common;
using Funq;

namespace RootPath40
namespace RootPath45
{
/// <summary>
/// Create your ServiceStack web service application with a singleton AppHost.
Expand Down

0 comments on commit d15f758

Please sign in to comment.