diff --git a/dotnet/.gitignore b/.gitignore similarity index 100% rename from dotnet/.gitignore rename to .gitignore diff --git a/dotnet/README.md b/README.md similarity index 100% rename from dotnet/README.md rename to README.md diff --git a/dotnet/TotpAuth.Test/TotpAuth.Test.csproj b/TotpAuth.Test/TotpAuth.Test.csproj similarity index 100% rename from dotnet/TotpAuth.Test/TotpAuth.Test.csproj rename to TotpAuth.Test/TotpAuth.Test.csproj diff --git a/dotnet/TotpAuth.Test/TotpAuthUnitTest.cs b/TotpAuth.Test/TotpAuthUnitTest.cs similarity index 100% rename from dotnet/TotpAuth.Test/TotpAuthUnitTest.cs rename to TotpAuth.Test/TotpAuthUnitTest.cs diff --git a/dotnet/TotpAuth.Test/Usings.cs b/TotpAuth.Test/Usings.cs similarity index 100% rename from dotnet/TotpAuth.Test/Usings.cs rename to TotpAuth.Test/Usings.cs diff --git a/dotnet/TotpAuth.sln b/TotpAuth.sln similarity index 100% rename from dotnet/TotpAuth.sln rename to TotpAuth.sln diff --git a/dotnet/TotpAuth/Authenticator.cs b/TotpAuth/Authenticator.cs similarity index 100% rename from dotnet/TotpAuth/Authenticator.cs rename to TotpAuth/Authenticator.cs diff --git a/dotnet/TotpAuth/Base32Encoding.cs b/TotpAuth/Base32Encoding.cs similarity index 100% rename from dotnet/TotpAuth/Base32Encoding.cs rename to TotpAuth/Base32Encoding.cs diff --git a/dotnet/TotpAuth/TotpAuth.csproj b/TotpAuth/TotpAuth.csproj similarity index 97% rename from dotnet/TotpAuth/TotpAuth.csproj rename to TotpAuth/TotpAuth.csproj index b02f317..c6c1e2e 100644 --- a/dotnet/TotpAuth/TotpAuth.csproj +++ b/TotpAuth/TotpAuth.csproj @@ -24,7 +24,7 @@ https://github.com/glacasa/TwoStepsAuthenticator - + True