Skip to content

Commit c8f1ce8

Browse files
committed
NH-4073 - Fix problem in NHibernate.Example.Web
`dotnet publish` now works.
1 parent 55dbc8a commit c8f1ce8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/NHibernate.Example.Web/Pages/Error.cshtml.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
using System.Threading.Tasks;
66
using Microsoft.AspNetCore.Mvc.RazorPages;
77

8-
namespace AspNetCoreFxWebApplication.Pages
8+
namespace NHibernate.Example.Web.Pages
99
{
1010
public class ErrorModel : PageModel
1111
{

0 commit comments

Comments
 (0)