- Windows
- Linux
Open terminal and run the command:
dotnet --version
- Clone the repository
https://github.com/soika/ExchangersAnalizer
- Go to your clone folder:
cd .../PATH_TO_FOLDER/ExchangersAnalizer
- Restore packages:
dotnet restore
- For Run with appsettings.Development.json:
dotnet run -c Debug
- For Publish appsettings.Production.json:
dotnet punlish -c Release
or
dotnet publish -c Release -o E:\Workspace\Projects\CSharp\Publish\ExchangersAnalizer
Go to publish folder and run command:
dotnet ExchangersAnalizer.dll
Coming soon