From 39ca7254ded21425d56bda4d187fa746a5f5754a Mon Sep 17 00:00:00 2001 From: Semyon Lopatkin Date: Thu, 24 Aug 2017 17:39:55 +0700 Subject: [PATCH] Downgrade to .net framework 4.5 --- .build/excelerator.nuspec | 4 ++-- Excelerator.ClosedXml/Excelerator.ClosedXml.csproj | 3 ++- Excelerator.ClosedXml/Excelerator.ClosedXml.nuspec | 2 +- Excelerator.Common/Excelerator.Common.csproj | 3 ++- Excelerator.Common/Excelerator.Common.nuspec | 2 +- Excelerator.Examples/Excelerator.Examples.csproj | 4 +++- Excelerator.Examples/app.config | 3 +++ Excelerator.NPOI/Excelerator.NPOI.csproj | 3 ++- Excelerator.NPOI/Excelerator.NPOI.nuspec | 2 +- Excelerator.OpenXml/Excelerator.OpenXml.csproj | 3 ++- Excelerator.sln | 2 +- 11 files changed, 20 insertions(+), 11 deletions(-) create mode 100644 Excelerator.Examples/app.config diff --git a/.build/excelerator.nuspec b/.build/excelerator.nuspec index 0e093b4..7ea3e1b 100644 --- a/.build/excelerator.nuspec +++ b/.build/excelerator.nuspec @@ -5,7 +5,7 @@ Excelerator.Common - 0.0.5 + 0.0.7 Semyon Lopatkin @@ -33,7 +33,7 @@ Set of classes for export to and import from plain Excel files - Copyright В©2017 + Copyright Р’В©2017 excel import export utility diff --git a/Excelerator.ClosedXml/Excelerator.ClosedXml.csproj b/Excelerator.ClosedXml/Excelerator.ClosedXml.csproj index 4194fde..31e480d 100644 --- a/Excelerator.ClosedXml/Excelerator.ClosedXml.csproj +++ b/Excelerator.ClosedXml/Excelerator.ClosedXml.csproj @@ -9,8 +9,9 @@ Properties Excelerator.ClosedXml Excelerator.ClosedXml - v4.6.2 + v4.5 512 + true diff --git a/Excelerator.ClosedXml/Excelerator.ClosedXml.nuspec b/Excelerator.ClosedXml/Excelerator.ClosedXml.nuspec index a3c9333..0f8dc11 100644 --- a/Excelerator.ClosedXml/Excelerator.ClosedXml.nuspec +++ b/Excelerator.ClosedXml/Excelerator.ClosedXml.nuspec @@ -5,7 +5,7 @@ Excelerator.ClosedXml - 0.0.6 + 0.0.7 Semyon Lopatkin diff --git a/Excelerator.Common/Excelerator.Common.csproj b/Excelerator.Common/Excelerator.Common.csproj index 5afff66..a4b4757 100644 --- a/Excelerator.Common/Excelerator.Common.csproj +++ b/Excelerator.Common/Excelerator.Common.csproj @@ -9,8 +9,9 @@ Properties Excelerator.Common Excelerator.Common - v4.6.2 + v4.5 512 + true diff --git a/Excelerator.Common/Excelerator.Common.nuspec b/Excelerator.Common/Excelerator.Common.nuspec index 18fa2c9..069478b 100644 --- a/Excelerator.Common/Excelerator.Common.nuspec +++ b/Excelerator.Common/Excelerator.Common.nuspec @@ -5,7 +5,7 @@ Excelerator.Common - 0.0.6 + 0.0.7 Semyon Lopatkin diff --git a/Excelerator.Examples/Excelerator.Examples.csproj b/Excelerator.Examples/Excelerator.Examples.csproj index 0910634..876e2ab 100644 --- a/Excelerator.Examples/Excelerator.Examples.csproj +++ b/Excelerator.Examples/Excelerator.Examples.csproj @@ -9,8 +9,9 @@ Properties Excelerator.Examples Excelerator.Examples - v4.6.2 + v4.5 512 + true @@ -82,6 +83,7 @@ + Always diff --git a/Excelerator.Examples/app.config b/Excelerator.Examples/app.config new file mode 100644 index 0000000..51278a4 --- /dev/null +++ b/Excelerator.Examples/app.config @@ -0,0 +1,3 @@ + + + diff --git a/Excelerator.NPOI/Excelerator.NPOI.csproj b/Excelerator.NPOI/Excelerator.NPOI.csproj index d47a113..6ccf12d 100644 --- a/Excelerator.NPOI/Excelerator.NPOI.csproj +++ b/Excelerator.NPOI/Excelerator.NPOI.csproj @@ -9,8 +9,9 @@ Properties Excelerator.NPOI Excelerator.NPOI - v4.6.2 + v4.5 512 + true diff --git a/Excelerator.NPOI/Excelerator.NPOI.nuspec b/Excelerator.NPOI/Excelerator.NPOI.nuspec index 64a8e29..ef5dca7 100644 --- a/Excelerator.NPOI/Excelerator.NPOI.nuspec +++ b/Excelerator.NPOI/Excelerator.NPOI.nuspec @@ -5,7 +5,7 @@ Excelerator.NPOI - 0.0.6 + 0.0.7 Semyon Lopatkin diff --git a/Excelerator.OpenXml/Excelerator.OpenXml.csproj b/Excelerator.OpenXml/Excelerator.OpenXml.csproj index 3c06f0d..13a31f8 100644 --- a/Excelerator.OpenXml/Excelerator.OpenXml.csproj +++ b/Excelerator.OpenXml/Excelerator.OpenXml.csproj @@ -9,8 +9,9 @@ Properties Excelerator.OpenXml Excelerator.OpenXml - v4.6.2 + v4.5 512 + true diff --git a/Excelerator.sln b/Excelerator.sln index af1a865..305fda4 100644 --- a/Excelerator.sln +++ b/Excelerator.sln @@ -1,7 +1,7 @@  Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio 15 -VisualStudioVersion = 15.0.26730.8 +VisualStudioVersion = 15.0.26730.10 MinimumVisualStudioVersion = 10.0.40219.1 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Excelerator.Common", "Excelerator.Common\Excelerator.Common.csproj", "{75D30F7D-1C33-42E0-BE51-128D712EC3A1}" EndProject