diff options
author | Kyle Spearrin <kyle.spearrin@gmail.com> | 2018-01-05 09:36:12 -0500 |
---|---|---|
committer | Kyle Spearrin <kyle.spearrin@gmail.com> | 2018-01-05 09:36:12 -0500 |
commit | 620f04452256c92f269d187f59b048ad0f1e5589 (patch) | |
tree | 4e2daac133564073a8f39ff8437c290a2280622f | |
parent | 0425a933b1a2ac80a3bdf7234efef01fb5b794b7 (diff) | |
download | Otp.NET-620f04452256c92f269d187f59b048ad0f1e5589.zip Otp.NET-620f04452256c92f269d187f59b048ad0f1e5589.tar.gz Otp.NET-620f04452256c92f269d187f59b048ad0f1e5589.tar.bz2 |
singing key not referenced locally anymore
-rwxr-xr-x | src/Otp.NET/Otp.NET.csproj | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/Otp.NET/Otp.NET.csproj b/src/Otp.NET/Otp.NET.csproj index 12d9e74..63dafd5 100755 --- a/src/Otp.NET/Otp.NET.csproj +++ b/src/Otp.NET/Otp.NET.csproj @@ -23,8 +23,4 @@ <Reference Include="Microsoft.CSharp" /> </ItemGroup> - <ItemGroup> - <None Remove="vs-signing-key.pfx" /> - </ItemGroup> - </Project> |