Fix potential conflict on System.Collections.Immutable

This commit is contained in:
Wizou 2024-04-16 15:19:12 +02:00
parent 8c271f50f6
commit 1d07039f04
10 changed files with 18 additions and 15 deletions

View file

@ -9,7 +9,7 @@ namespace WTelegramClientTest
// This code is similar to what you should have obtained if you followed the README introduction
// I've just added a few comments to explain further what's going on
// go to Project Properties > Debug > Environment variables and add at least these: api_id, api_hash, phone_number
// go to Project Properties > Debug > Launch Profiles > Environment variables and add at least these: api_id, api_hash, phone_number
static string Config(string what)
{
if (what == "api_id") return Environment.GetEnvironmentVariable("api_id");