Skip to content

Commit

Permalink
Cleanup ASP.NET Core sample
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick Craver committed Nov 10, 2020
1 parent 0a3d5de commit bb41fd3
Show file tree
Hide file tree
Showing 18 changed files with 1 addition and 2,997 deletions.
3 changes: 0 additions & 3 deletions samples/Samples.AspNetCore/.bowerrc

This file was deleted.

4 changes: 1 addition & 3 deletions samples/Samples.AspNetCore/Views/Shared/_Layout.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@
<div class="navbar-collapse collapse">
<ul class="nav navbar-nav">
<li><a asp-area="" asp-controller="Home" asp-action="Index">Home</a></li>
<li><a asp-area="" asp-controller="Home" asp-action="About">About</a></li>
<li><a asp-area="" asp-controller="Home" asp-action="Contact">Contact</a></li>
</ul>
</div>
</div>
Expand All @@ -35,7 +33,7 @@
@RenderBody()
<hr />
<footer>
<p>&copy; 2017 - Samples.AspNetCore</p>
<p>&copy; @DateTime.UtcNow.Year - Samples.AspNetCore</p>
</footer>
</div>

Expand Down
10 changes: 0 additions & 10 deletions samples/Samples.AspNetCore/bower.json

This file was deleted.

2 changes: 0 additions & 2 deletions samples/Samples.AspNetCore/wwwroot/_references.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,3 @@
/// <reference path="js/site.js" />
/// <reference path="lib/bootstrap/dist/js/bootstrap.js" />
/// <reference path="lib/jquery/dist/jquery.js" />
/// <reference path="lib/jquery-validation/dist/jquery.validate.js" />
/// <reference path="lib/jquery-validation-unobtrusive/jquery.validate.unobtrusive.js" />
1 change: 0 additions & 1 deletion samples/Samples.AspNetCore/wwwroot/images/banner1.svg

This file was deleted.

1 change: 0 additions & 1 deletion samples/Samples.AspNetCore/wwwroot/images/banner2.svg

This file was deleted.

Loading

0 comments on commit bb41fd3

Please sign in to comment.