Skip to content

Commit fd083a3

Browse files
committed
update README
1 parent f692101 commit fd083a3

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

README.md

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -41,16 +41,6 @@ IDictionary<string, string> dict = new Dictionary<string, string>();
4141
dict.ParseConfig(lines);
4242
```
4343

44-
Other extension methods are provided to aid in parsing out the individual string
45-
values, such as:
46-
47-
``` C#
48-
<string>.TryParseValue()
49-
<string>.TryParseAssign()
50-
<IDictionary<string, string>>.TryParseValue()
51-
<IDictionary<string, string>>.TryParseAssign()
52-
```
53-
5444
When writing a file back to disk you have the option of provding the original lines
5545
from the file which will preserve as much of the original file's structure as
5646
possible.
@@ -82,7 +72,7 @@ File.WriteAllText(configFilePath, configText);
8272

8373
## Building locally
8474

85-
To build locally, install the [latest .NET Core 3.0 SDK](https://dotnet.microsoft.com/download).
75+
To build locally, install the [latest .NET 8.0 SDK](https://dotnet.microsoft.com/download).
8676

8777
## Integration
8878

0 commit comments

Comments
 (0)