aboutsummaryrefslogtreecommitdiff
path: root/src/Models
diff options
context:
space:
mode:
authorSergey Chebotar <s.chebotar@gmail.com>2023-02-08 15:59:30 +0300
committerSergey Chebotar <s.chebotar@gmail.com>2023-02-08 15:59:30 +0300
commit01b2e4665136e519d3b35ca4cd1199d8616a4b85 (patch)
treefb4d4accb4d6fef67fac4a06b8f2c862bb6b5f7d /src/Models
parent69b336f2d51da40bbc299af276d350288ba0fc3b (diff)
Move to .net6
Diffstat (limited to 'src/Models')
-rw-r--r--src/Models/SourcePriceList.cs1
-rw-r--r--src/Models/TargetPriceList.cs1
2 files changed, 2 insertions, 0 deletions
diff --git a/src/Models/SourcePriceList.cs b/src/Models/SourcePriceList.cs
index 1e47759..dc950eb 100644
--- a/src/Models/SourcePriceList.cs
+++ b/src/Models/SourcePriceList.cs
@@ -4,6 +4,7 @@ using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
+using Range = Microsoft.Office.Interop.Excel.Range;
namespace RhSolutions.Models
{
diff --git a/src/Models/TargetPriceList.cs b/src/Models/TargetPriceList.cs
index 163d429..2dcd48e 100644
--- a/src/Models/TargetPriceList.cs
+++ b/src/Models/TargetPriceList.cs
@@ -2,6 +2,7 @@
using System;
using System.IO;
using System.Linq;
+using Range = Microsoft.Office.Interop.Excel.Range;
namespace RhSolutions.Models
{