Updated doc

This commit is contained in:
litetex
2020-04-04 18:09:19 +02:00
parent fd402244d0
commit 561f9e2075
2 changed files with 2 additions and 2 deletions

View File

@ -20,7 +20,7 @@ steps:
- uses: actions/checkout@master
- uses: actions/setup-dotnet@v1
with:
dotnet-version: '3.1.100' # SDK Version to use.
dotnet-version: '3.1.x' # SDK Version to use. x will use the latest version of the 3.1 channel
- run: dotnet build <my project>
```