summaryrefslogtreecommitdiffstats
path: root/Graph.csproj
diff options
context:
space:
mode:
Diffstat (limited to 'Graph.csproj')
-rw-r--r--Graph.csproj12
1 files changed, 12 insertions, 0 deletions
diff --git a/Graph.csproj b/Graph.csproj
new file mode 100644
index 0000000..c95ac4e
--- /dev/null
+++ b/Graph.csproj
@@ -0,0 +1,12 @@
+<Project Sdk="Microsoft.NET.Sdk">
+
+ <ItemGroup>
+ <ProjectReference Include="..\Interfaces\Interfaces.csproj" />
+ </ItemGroup>
+
+ <PropertyGroup>
+ <TargetFramework>net5.0</TargetFramework>
+ <RootNamespace>Graph</RootNamespace>
+ </PropertyGroup>
+
+</Project>