Skip to content

Commit

Permalink
Implemented new attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
Cyricx committed Jan 19, 2016
1 parent bfc02c5 commit fe55c31
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions NDependTestWebsite/Migrations/Configuration.cs
Expand Up @@ -5,6 +5,7 @@ namespace NDependTestWebsite.Migrations
using System.Data.Entity.Migrations;
using System.Linq;

[NDependTestInfrastructure.NotDeadYet]
internal sealed class Configuration : DbMigrationsConfiguration<NDependTestDAL.MyContext>
{
public Configuration()
Expand Down
4 changes: 4 additions & 0 deletions NDependTestWebsite/NDependTestWebsite.csproj
Expand Up @@ -296,6 +296,10 @@
<Project>{9532599d-b799-4ed9-a680-46c0a831d46b}</Project>
<Name>NDependTestDAL</Name>
</ProjectReference>
<ProjectReference Include="..\NDependTestInfrastructure\NDependTestInfrastructure.csproj">
<Project>{9ac4d847-0071-4d68-9573-6732f245802b}</Project>
<Name>NDependTestInfrastructure</Name>
</ProjectReference>
<ProjectReference Include="..\NDependTestToDos\NDependTestToDos.csproj">
<Project>{2ca96ec5-5cdf-4d98-aeb5-9fce337e3367}</Project>
<Name>NDependTestToDos</Name>
Expand Down

0 comments on commit fe55c31

Please sign in to comment.