Browse Source

Initial commit

master
Gregory Rudolph 3 years ago
parent
commit
c75d28fb05
Signed by: rudi
GPG Key ID: EF64F3CBD1A1EBDD
  1. 3
      .gitignore
  2. 13
      Tesla.NET.csproj

3
.gitignore vendored

@ -1,4 +1,5 @@ @@ -1,4 +1,5 @@
Program.cs
.vscode
bin
obj
obj
Tesla.NET.csproj

13
Tesla.NET.csproj

@ -1,13 +0,0 @@ @@ -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>
Loading…
Cancel
Save