Skip to content

Commit

Permalink
Mention .net core 3.1 in the readme, too.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kansattica committed Jan 30, 2020
1 parent 911cd57 commit 010c291
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Simply download the correct binary for your system and run it from the command l

If you want to build it yourself and mess with the code, the instructions are below.

Fluency uses .Net Core 3.0 for the console and .Net Standard 2.1 for everything else. I suspect it would work fine with earlier versions, .Net framework, and the like with some tweaking, but I haven't tested. The entire project is self-contained and pure C#. No external packages. To run, simply do:
Fluency uses .Net Core 3.1 for the console and .Net Standard 2.1 for everything else. I suspect it would work fine with earlier versions, .Net framework, and the like with some tweaking, but I haven't tested. The entire project is self-contained and pure C#. No external packages. To run, simply do:

`dotnet run`

Expand Down

0 comments on commit 010c291

Please sign in to comment.