You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: Magic.IndexedDb/Magic.IndexedDb.csproj
+27
Original file line number
Diff line number
Diff line change
@@ -4,8 +4,35 @@
4
4
<TargetFramework>net7.0</TargetFramework>
5
5
<Nullable>enable</Nullable>
6
6
<ImplicitUsings>enable</ImplicitUsings>
7
+
<Title>Magic.IndexedDb</Title>
8
+
<Authors>Magic Man</Authors>
9
+
<Copyright>MIT</Copyright>
10
+
<Description>Open source library provides an IndexedDb wrapper for C# and Blazor WebAssembly applications. It simplifies working with IndexedDb and makes it similar to using LINQ to SQL.</Description>
0 commit comments