C# Web Interface using https://git.nightmare.haus/rudi/Tesla.NET to control and monitor Tesla vehicles.
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
327 B
15 lines
327 B
<Project Sdk="Microsoft.NET.Sdk.Web"> |
|
|
|
<PropertyGroup> |
|
<TargetFramework>net5.0</TargetFramework> |
|
</PropertyGroup> |
|
|
|
<ItemGroup> |
|
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" /> |
|
</ItemGroup> |
|
|
|
<ItemGroup> |
|
<ProjectReference Include="..\Tesla.NET\Tesla.NET.csproj" /> |
|
</ItemGroup> |
|
|
|
</Project>
|
|
|