Skip to content

Commit 2d44066

Browse files
author
Bart Koelman
committed
Moved Startup.cs from example project into parent directory
1 parent 6a389dd commit 2d44066

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/Examples/JsonApiDotNetCoreExample/Program.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
using JsonApiDotNetCoreExample.Startups;
21
using Microsoft.AspNetCore.Hosting;
32
using Microsoft.Extensions.Hosting;
43

src/Examples/JsonApiDotNetCoreExample/Startups/Startup.cs renamed to src/Examples/JsonApiDotNetCoreExample/Startup.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
using Newtonsoft.Json;
1313
using Newtonsoft.Json.Converters;
1414

15-
namespace JsonApiDotNetCoreExample.Startups
15+
namespace JsonApiDotNetCoreExample
1616
{
1717
public sealed class Startup
1818
{

0 commit comments

Comments
 (0)