Skip to content

Commit d78f95a

Browse files
committed
Forgot to add csproject lol
1 parent 68ef797 commit d78f95a

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

TestBase/TestBase.csproj

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
<Project Sdk="Microsoft.NET.Sdk">
2+
3+
<PropertyGroup>
4+
<TargetFramework>net8.0</TargetFramework>
5+
<ImplicitUsings>enable</ImplicitUsings>
6+
<Nullable>enable</Nullable>
7+
</PropertyGroup>
8+
9+
<ItemGroup>
10+
<ProjectReference Include="..\Magic.IndexedDb\Magic.IndexedDb.csproj" />
11+
</ItemGroup>
12+
13+
</Project>

0 commit comments

Comments
 (0)