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: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
# ReflectXMLDB
2
2
Simple database handler based on XML serialization and reflection.
3
3
4
-
This is a simple project that aims for C#/.NET beginners to achieve database functionality in their applications. The project is written for .NET Standard 2.0, which is compatible with .NET Core 2.0+ and .NET Framework 4.6.1+.
4
+
This is a simple project that aims for C#/.NET beginners to achieve database functionality in their applications. The project is written for [.NET Standard](https://docs.microsoft.com/en-us/dotnet/standard/net-standard) 2.0, which is compatible with .NET Core 2.0+ and .NET Framework 4.6.1+.
5
5
6
6
ReflectXMLDB is cross platform and can run in Windows, Linux and MacOS operating systems that support the .Net Core initiative.
0 commit comments