Fix embedded resource namespaces.

pull/81/head
Halil İbrahim Kalkan 9 years ago
parent 03a81bd442
commit 3c3659187b

@ -30,7 +30,7 @@ namespace AbpDesk.Blogging
new EmbeddedFileSet(
"/Areas/",
GetType().GetTypeInfo().Assembly,
"AbpDesk.MongoBlog.Areas"
"Areas"
)
);
});

@ -24,7 +24,7 @@ namespace Volo.Abp.AspNetCore.Mvc
new EmbeddedFileSet(
"/Views/",
GetType().GetTypeInfo().Assembly,
"Volo.Abp.AspNetCore.Mvc.UI.Views"
"Volo.Abp.AspNetCore.Mvc.Views"
)
);
});

Loading…
Cancel
Save