Skip to content

Commit

Permalink
document .net version update
Browse files Browse the repository at this point in the history
  • Loading branch information
NicolasDorier committed Oct 2, 2018
1 parent f94ff4c commit 4b7f78f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -62,7 +62,7 @@ You can also read the [BTCPay Merchants Guide](https://www.reddit.com/r/Bitcoin/

While the documentation advise using docker-compose, you may want to build yourself outside of development purpose.

First install .NET Core SDK 2.1 as specified by [Microsoft website](https://www.microsoft.com/net/download/dotnet-core/2.1).
First install .NET Core SDK v2.1.4 (with patch version <= 402) as specified by [Microsoft website](https://www.microsoft.com/net/download/dotnet-core/2.1).

On Powershell:
```
Expand Down
5 changes: 5 additions & 0 deletions global.json
@@ -0,0 +1,5 @@
{
"sdk": {
"version": "2.1.402"
}
}

0 comments on commit 4b7f78f

Please sign in to comment.