Skip to content

Commit d5a3379

Browse files
committed
Update .Net version info in docs.
1 parent b54ac25 commit d5a3379

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -281,13 +281,13 @@ to see how to use an answer file during Windows setup.
281281

282282
The core functionality for generating answer files is implemented in the
283283
[Ookii.AnswerFile library](doc/Library.md), which you can use in your own applications targeting
284-
.Net 7.0 or later.
284+
.Net 8.0 or later.
285285

286286
## Building and testing
287287

288288
To build Answer File Generator, make sure you have the following installed:
289289

290-
- [Microsoft .Net 7.0 SDK](https://dotnet.microsoft.com/download) or later
290+
- [Microsoft .Net 8.0 SDK](https://dotnet.microsoft.com/download) or later
291291

292292
To build the application, library, and tests, simply use the `dotnet build` command in the `src`
293293
directory. You can run the unit tests using `dotnet test`.

doc/Library.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Ookii.AnswerFile library [![NuGet](https://img.shields.io/nuget/v/Ookii.AnswerFile)](https://nuget.org/packages/Ookii.AnswerFile)
22

33
The core functionality of the Answer File Generator is implemented in the Ookii.AnswerFile library,
4-
which you can integrate into your own applications. The library requires .Net 7.0 or later, and is
4+
which you can integrate into your own applications. The library requires .Net 8.0 or later, and is
55
available on [NuGet](https://nuget.org/packages/Ookii.AnswerFile).
66

77
To generate an answer file, you invoke the [`Generator.Generate`][] method, passing in an instance

0 commit comments

Comments
 (0)