File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
22<configuration >
33 <packageSources >
4- <add key = " local-packages " value = " local-packages " />
4+ <clear />
55 <add key =" nuget.org" value =" https://api.nuget.org/v3/index.json" />
6- <add key =" dotnet-core" value =" https://dotnet.myget.org/F/dotnet-core/api/v3/index.json" />
7- <add key =" powershell-core" value =" https://powershell.myget.org/F/powershell-core/api/v3/index.json" />
86 </packageSources >
97</configuration >
Original file line number Diff line number Diff line change @@ -78,7 +78,7 @@ public static byte[] DecodeToBytes(string arg)
7878 return Convert . FromBase64String ( s ) ; // Standard base64 decoder
7979 }
8080
81- internal static string Encode ( byte [ ] arg )
81+ public static string Encode ( byte [ ] arg )
8282 {
8383 if ( arg == null )
8484 {
You can’t perform that action at this time.
0 commit comments