Skip to content

Commit 16aa919

Browse files
committed
Update readme.md
1 parent 79966c2 commit 16aa919

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

readme.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,8 @@ elf.Write(outStream);
5151
- Integration with ELF to support easy reading/writing back
5252
- Support for relocatable sections
5353
- Use of a Diagnostics API to validate file format (on read/before write)
54-
- Library requiring .NET `netstandard2.1`+ and compatible with `netcoreapp3.0`+
54+
- Library requiring `net7.0`
55+
- If you are looking for `netstandard2.1` support you will need to use `0.4.0` version
5556

5657
## Documentation
5758

src/LibObjectFile.sln

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
1313
ProjectSection(SolutionItems) = preProject
1414
..\.gitignore = ..\.gitignore
1515
..\changelog.md = ..\changelog.md
16-
..\.github\workflows\CI.yml = ..\.github\workflows\CI.yml
1716
Directory.Build.props = Directory.Build.props
17+
..\.github\workflows\ci.yml = ..\.github\workflows\ci.yml
1818
dotnet-releaser.toml = dotnet-releaser.toml
1919
..\license.txt = ..\license.txt
2020
..\readme.md = ..\readme.md

0 commit comments

Comments
 (0)