summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorToby Vincent <tobyv13@gmail.com>2021-04-20 14:46:56 -0500
committerToby Vincent <tobyv13@gmail.com>2021-04-20 14:46:56 -0500
commit79afd05c6f759cf5e38689af6e5d6db7f9b252bb (patch)
tree51e7d2b06cf3ab1ddf8c1ede34c28858a36b2cc2
parentcbb581eefb3ac38f36810865c264d9b52fbd9657 (diff)
added RootNamespace default
-rw-r--r--[-rwxr-xr-x]CS340.PriorityQueue.csproj5
1 files changed, 3 insertions, 2 deletions
diff --git a/CS340.PriorityQueue.csproj b/CS340.PriorityQueue.csproj
index a4431c0..1cc3a66 100755..100644
--- a/CS340.PriorityQueue.csproj
+++ b/CS340.PriorityQueue.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>PriorityQueue</RootNamespace>
</PropertyGroup>
</Project>