Browse Source

Initial commit

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

1
.gitignore vendored

@ -2,3 +2,4 @@ Program.cs @@ -2,3 +2,4 @@ Program.cs
.vscode
bin
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