summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--CS340.Graph.csproj5
1 files changed, 3 insertions, 2 deletions
diff --git a/CS340.Graph.csproj b/CS340.Graph.csproj
index a4431c0..1f95833 100644
--- a/CS340.Graph.csproj
+++ b/CS340.Graph.csproj
@@ -1,11 +1,12 @@
<Project Sdk="Microsoft.NET.Sdk">
- <ItemGroup>
- <ProjectReference Include="..\CS340.Interfaces\CS340.Interfaces.csproj" />
+ <ItemGroup>
+ <ProjectReference Include="..\CS340.Interfaces\CS340.Interfaces.csproj" />
</ItemGroup>
<PropertyGroup>
<TargetFramework>net5.0</TargetFramework>
+ <RootNamespace>Graph</RootNamespace>
</PropertyGroup>
</Project>