Skip to content

Commit acc85c8

Browse files
committed
Update README.md
1 parent 7aecc76 commit acc85c8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# AdventOfCodeBase
2-
Template project for solving Advent of Code in C#, running on .NET Core 3.1.
2+
Template project for solving Advent of Code in C#, running on .NET 5.0
33

44
- [Features](#features)
55
- [Getting started](#getting-started)
@@ -30,7 +30,7 @@ If any solution files that you need are not already included, see **[Generating
3030

3131
## Usage
3232
### Requirements
33-
* [.NET Core 3.1](https://dotnet.microsoft.com/download/dotnet-core/3.1)
33+
* [.NET 5.0](https://dotnet.microsoft.com/download/dotnet/5.0)
3434

3535
### Configuration
3636
Create `config.json` with the following key/value pairs. If you run the program without adding a `config.json` file, one will be created for you without a cookie field. The program will not be able to fetch puzzle inputs from the web before a valid cookie is added to the configuration.

0 commit comments

Comments
 (0)