Initial commit

This commit is contained in:
2021-07-27 12:26:58 -04:00
parent ba01f677f7
commit c75d28fb05
2 changed files with 2 additions and 14 deletions

1
.gitignore vendored
View File

@ -2,3 +2,4 @@ Program.cs
.vscode
bin
obj
Tesla.NET.csproj

View File

@ -1,13 +0,0 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net5.0</TargetFramework>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
<PackageReference Include="RestSharp" Version="106.12.0" />
</ItemGroup>
</Project>