diff --git a/CebelcaAPI.csproj b/CebelcaAPI.csproj new file mode 100644 index 0000000..72764a6 --- /dev/null +++ b/CebelcaAPI.csproj @@ -0,0 +1,7 @@ + + + + netstandard2.0 + + + diff --git a/CebelcaAPISharp.cs b/CebelcaAPISharp.cs new file mode 100644 index 0000000..dbd9a21 --- /dev/null +++ b/CebelcaAPISharp.cs @@ -0,0 +1,8 @@ +using System; + +namespace CebelcaAPI +{ + public class CebelcaAPISharp + { + } +}