Skip to content
This repository was archived by the owner on Sep 20, 2022. It is now read-only.

Commit b60ea43

Browse files
committed
Fixed compilation issue
1 parent 326ea7b commit b60ea43

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

src/GitReleaseNotes.Website/GitReleaseNotes.Website.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,6 @@
248248
</None>
249249
</ItemGroup>
250250
<ItemGroup>
251-
<Folder Include="App_Data\" />
252251
<Folder Include="content\angular\directives\" />
253252
<Folder Include="content\angular\mixins\" />
254253
<Folder Include="content\img\" />

src/GitReleaseNotes.Website/ModuleInitializer.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
using Catel.IoC;
22
using GitReleaseNotes.FileSystem;
33
using GitReleaseNotes.Website.Services;
4-
using FileSystem = GitReleaseNotes.Website.Services.FileSystem;
54

65
/// <summary>
76
/// Used by the ModuleInit. All code inside the Initialize method is ran as soon as the assembly is loaded.

0 commit comments

Comments
 (0)