From c401f4e4a464bec145beb3c1e56d15b7193e876b Mon Sep 17 00:00:00 2001 From: "Frank A. Krueger" Date: Sun, 15 Apr 2018 18:22:06 -0700 Subject: [PATCH] Add version to footer --- PlatformSamples/AspNetCoreMvc/Views/Shared/_Layout.cshtml | 1 + 1 file changed, 1 insertion(+) diff --git a/PlatformSamples/AspNetCoreMvc/Views/Shared/_Layout.cshtml b/PlatformSamples/AspNetCoreMvc/Views/Shared/_Layout.cshtml index df16ff9..5ad215d 100644 --- a/PlatformSamples/AspNetCoreMvc/Views/Shared/_Layout.cshtml +++ b/PlatformSamples/AspNetCoreMvc/Views/Shared/_Layout.cshtml @@ -40,6 +40,7 @@ @RenderBody()