aboutsummaryrefslogtreecommitdiff
path: root/src/Models/TargetPriceList.cs
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/TargetPriceList.cs
parent69b336f2d51da40bbc299af276d350288ba0fc3b (diff)
Move to .net6
Diffstat (limited to 'src/Models/TargetPriceList.cs')
-rw-r--r--src/Models/TargetPriceList.cs1
1 files changed, 1 insertions, 0 deletions
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
{