Files
C4IT-F4SD-M42WebApi/ImagoverumFleetManagement/README.md

22 lines
643 B
Markdown

# ImagoverumFleetManagement
## Description
The ESMP Demo extension provides a boilerplate foundation that can be reused when building new extensions
## Owner
Name: ESMP
Email: vadim.zinoviev@matrix42.com
## Product
M42 Enterprise
## Documentation
- [Service Information](./service-info.yml)
## Runtime pre requisites
$installer = "$env:TEMP\dotnet-sdk-8.0.415-win-x64.exe"
Invoke-WebRequest -Uri "https://builds.dotnet.microsoft.com/dotnet/Sdk/8.0.415/dotnet-sdk-8.0.415-win-x64.exe" -OutFile $installer
Start-Process -FilePath $installer -ArgumentList "/install", "/quiet", "/norestart" -Wait
Remove-Item $installer
dotnet --list-sdks