1
0
mirror of https://github.com/JKorf/CryptoExchange.Net.git synced 2026-08-17 19:33:07 +00:00

Updated example, removed global.json

This commit is contained in:
Jkorf
2022-01-03 09:37:50 +01:00
parent 120132c45b
commit 7a195f662c
10 changed files with 57 additions and 72 deletions
-6
View File
@@ -1,11 +1,5 @@
using Microsoft.AspNetCore.Hosting;
using Microsoft.Extensions.Configuration;
using Microsoft.Extensions.Hosting;
using Microsoft.Extensions.Logging;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
namespace BlazorClient
{