aw7152: namespace change
All checks were successful
FarmMaps.Develop/CarbonLib/pipeline/head This commit looks good

This commit is contained in:
2025-12-09 13:41:19 +01:00
parent 0ff0a44fdb
commit 0e8be57d43
26 changed files with 53 additions and 44 deletions

View File

@@ -1,8 +1,7 @@
using CarbonService.Models;
using FarmMapsAPI.Carbon;
using CarbonLib.Carbon;
using Newtonsoft.Json;
namespace CarbonConsoleApp
{
class Program
@@ -10,7 +9,7 @@ namespace CarbonConsoleApp
static void Main(string[] args)
{
var configPath = "config25";
ICarbonCalculation carbonCalc = new FarmMapsAPI.Carbon.CarbonCalculation25(configPath);
ICarbonCalculation carbonCalc = new CarbonLib.Carbon.CarbonCalculation25(configPath);
var request = new CarbonRequest();
using (var reader = new StreamReader("input.txt"))
{