Skip to content

Commit

Permalink
Downgrade to .net framework 4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
slemvs committed Aug 24, 2017
1 parent 5e98a58 commit 39ca725
Show file tree
Hide file tree
Showing 11 changed files with 20 additions and 11 deletions.
4 changes: 2 additions & 2 deletions .build/excelerator.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<id>Excelerator.Common</id>

<!-- The package version number that is used when resolving dependencies -->
<version>0.0.5</version>
<version>0.0.7</version>

<!-- Authors contain text that appears directly on the gallery -->
<authors>Semyon Lopatkin</authors>
Expand Down Expand Up @@ -33,7 +33,7 @@
<description>Set of classes for export to and import from plain Excel files</description>

<!-- Copyright information -->
<copyright>Copyright В©2017</copyright>
<copyright>Copyright Р’В©2017</copyright>

<!-- Tags appear in the gallery and can be used for tag searches -->
<tags>excel import export utility</tags>
Expand Down
3 changes: 2 additions & 1 deletion Excelerator.ClosedXml/Excelerator.ClosedXml.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,9 @@
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>Excelerator.ClosedXml</RootNamespace>
<AssemblyName>Excelerator.ClosedXml</AssemblyName>
<TargetFrameworkVersion>v4.6.2</TargetFrameworkVersion>
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<TargetFrameworkProfile />
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
Expand Down
2 changes: 1 addition & 1 deletion Excelerator.ClosedXml/Excelerator.ClosedXml.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<id>Excelerator.ClosedXml</id>

<!-- The package version number that is used when resolving dependencies -->
<version>0.0.6</version>
<version>0.0.7</version>

<!-- Authors contain text that appears directly on the gallery -->
<authors>Semyon Lopatkin</authors>
Expand Down
3 changes: 2 additions & 1 deletion Excelerator.Common/Excelerator.Common.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,9 @@
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>Excelerator.Common</RootNamespace>
<AssemblyName>Excelerator.Common</AssemblyName>
<TargetFrameworkVersion>v4.6.2</TargetFrameworkVersion>
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<TargetFrameworkProfile />
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
Expand Down
2 changes: 1 addition & 1 deletion Excelerator.Common/Excelerator.Common.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<id>Excelerator.Common</id>

<!-- The package version number that is used when resolving dependencies -->
<version>0.0.6</version>
<version>0.0.7</version>

<!-- Authors contain text that appears directly on the gallery -->
<authors>Semyon Lopatkin</authors>
Expand Down
4 changes: 3 additions & 1 deletion Excelerator.Examples/Excelerator.Examples.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,9 @@
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>Excelerator.Examples</RootNamespace>
<AssemblyName>Excelerator.Examples</AssemblyName>
<TargetFrameworkVersion>v4.6.2</TargetFrameworkVersion>
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<TargetFrameworkProfile />
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
Expand Down Expand Up @@ -82,6 +83,7 @@
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
<ItemGroup>
<None Include="app.config" />
<None Include="Import\Example1\Data\example1.xlsx">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
Expand Down
3 changes: 3 additions & 0 deletions Excelerator.Examples/app.config
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5"/></startup></configuration>
3 changes: 2 additions & 1 deletion Excelerator.NPOI/Excelerator.NPOI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,9 @@
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>Excelerator.NPOI</RootNamespace>
<AssemblyName>Excelerator.NPOI</AssemblyName>
<TargetFrameworkVersion>v4.6.2</TargetFrameworkVersion>
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<TargetFrameworkProfile />
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
Expand Down
2 changes: 1 addition & 1 deletion Excelerator.NPOI/Excelerator.NPOI.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<id>Excelerator.NPOI</id>

<!-- The package version number that is used when resolving dependencies -->
<version>0.0.6</version>
<version>0.0.7</version>

<!-- Authors contain text that appears directly on the gallery -->
<authors>Semyon Lopatkin</authors>
Expand Down
3 changes: 2 additions & 1 deletion Excelerator.OpenXml/Excelerator.OpenXml.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,9 @@
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>Excelerator.OpenXml</RootNamespace>
<AssemblyName>Excelerator.OpenXml</AssemblyName>
<TargetFrameworkVersion>v4.6.2</TargetFrameworkVersion>
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<TargetFrameworkProfile />
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
Expand Down
2 changes: 1 addition & 1 deletion Excelerator.sln
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 39ca725

Please sign in to comment.