Skip to content

Commit df87186

Browse files
committed
Add project files.
1 parent 10c07c6 commit df87186

3 files changed

Lines changed: 19 additions & 0 deletions

DuckDBGraphRepository.cs

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
namespace WebNet.LiteGraphExtensions.GraphRepositories
2+
{
3+
public class DuckDBGraphRepository
4+
{
5+
6+
}
7+
}
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
<Project Sdk="Microsoft.NET.Sdk">
2+
3+
<PropertyGroup>
4+
<TargetFramework>net10.0</TargetFramework>
5+
<ImplicitUsings>enable</ImplicitUsings>
6+
<Nullable>enable</Nullable>
7+
</PropertyGroup>
8+
9+
</Project>
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
<Solution>
2+
<Project Path="WebNet.LiteGraphExtensions.GraphRepositories.csproj" />
3+
</Solution>

0 commit comments

Comments
 (0)