Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
screamingchicken authored Jul 13, 2021
1 parent debca8f commit 3a379b7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,9 @@ directory on first launch and then load all assets from the specified directory.
1) VS2017 needs JSON, Pfim and System.ValueTuple packages
2) It possibly needs the NETStandard package
3) It needs the .csproj file modified to add the following line alongside the References:
[code] <Reference Include="netstandard" /> [/code]

```
<Reference Include="netstandard" />
```
4) The EA/Petro code has no comments, unless they're hidden in some way.


Expand Down

0 comments on commit 3a379b7

Please sign in to comment.