Changed namespace.

This commit is contained in:
Sipke Schoorstra
2015-09-17 21:51:58 +01:00
parent 3896a8f921
commit 8d0205ebfb
2 changed files with 2 additions and 2 deletions

View File

@@ -107,7 +107,7 @@
<ItemGroup>
<Compile Include="Services\Environment\Configuration\DefaultPlatformConfigurationAccessor.cs" />
<Compile Include="Services\Environment\Configuration\IPlatformConfigurationAccessor.cs" />
<Compile Include="Services\TaskLease\AzureApplicationEnvironment.cs" />
<Compile Include="Services\Environment\AzureApplicationEnvironment.cs" />
<Content Include="Web.config" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Content Include="Module.txt" />

View File

@@ -1,7 +1,7 @@
using Microsoft.WindowsAzure.ServiceRuntime;
using Orchard.Environment;
namespace Orchard.Azure.Services.TaskLease {
namespace Orchard.Azure.Services.Environment {
public class AzureApplicationEnvironment : IApplicationEnvironment {
public string GetEnvironmentIdentifier() {
return RoleEnvironment.CurrentRoleInstance.Id;