Skip to content

Commit d32880b

Browse files
Rick Andersontdykstra
authored andcommitted
remove ref to project.json (dotnet#2545)
1 parent bc94881 commit d32880b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎aspnetcore/fundamentals/static-files.md‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Working with Static Files | Microsoft Docs
33
author: rick-anderson
4-
description:
4+
description: Working with Static Files
55
keywords: ASP.NET Core,
66
ms.author: riande
77
manager: wpickett
@@ -39,7 +39,7 @@ In order for static files to be served, you must configure the [Middleware](midd
3939

4040
`app.UseStaticFiles();` makes the files in `web root` (*wwwroot* by default) servable. Later I'll show how to make other directory contents servable with `UseStaticFiles`.
4141

42-
You must include "Microsoft.AspNetCore.StaticFiles" in the *project.json* file.
42+
You must include the NuGet package "Microsoft.AspNetCore.StaticFiles".
4343

4444
> [!NOTE]
4545
> `web root` defaults to the *wwwroot* directory, but you can set the `web root` directory with `UseWebRoot`.

0 commit comments

Comments
 (0)