Skip to content

Commit bc06d9a

Browse files
author
Anton Kasyanov
authored
Merge pull request Phrynohyas#161 from Phrynohyas/beta-feature-net-downgrade
.NET version downgrade
2 parents 3d0316c + b76deab commit bc06d9a

File tree

5 files changed

+24
-24
lines changed

5 files changed

+24
-24
lines changed

Eve-O-Preview/Eve-O-Preview.csproj

+13-13
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="12.0">
3-
<Import Project="..\packages\Costura.Fody.3.3.2\build\Costura.Fody.props" Condition="Exists('..\packages\Costura.Fody.3.3.2\build\Costura.Fody.props')" />
3+
<Import Project="..\packages\Costura.Fody.4.1.0\build\Costura.Fody.props" Condition="Exists('..\packages\Costura.Fody.4.1.0\build\Costura.Fody.props')" />
44
<PropertyGroup>
55
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
66
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
@@ -11,7 +11,7 @@
1111
<AppDesignerFolder>Properties</AppDesignerFolder>
1212
<RootNamespace>EveOPreview</RootNamespace>
1313
<AssemblyName>EVE-O Preview</AssemblyName>
14-
<TargetFrameworkVersion>v4.7</TargetFrameworkVersion>
14+
<TargetFrameworkVersion>v4.6.2</TargetFrameworkVersion>
1515
<NuGetPackageImportStamp>
1616
</NuGetPackageImportStamp>
1717
<TargetFrameworkProfile />
@@ -76,18 +76,18 @@
7676
<ApplicationManifest>app.manifest</ApplicationManifest>
7777
</PropertyGroup>
7878
<ItemGroup>
79-
<Reference Include="Costura, Version=3.3.2.0, Culture=neutral, PublicKeyToken=9919ef960d84173d, processorArchitecture=MSIL">
80-
<HintPath>..\packages\Costura.Fody.3.3.2\lib\net40\Costura.dll</HintPath>
79+
<Reference Include="Costura, Version=4.1.0.0, Culture=neutral, PublicKeyToken=9919ef960d84173d, processorArchitecture=MSIL">
80+
<HintPath>..\packages\Costura.Fody.4.1.0\lib\net40\Costura.dll</HintPath>
8181
</Reference>
82-
<Reference Include="LightInject, Version=5.4.0.0, Culture=neutral, processorArchitecture=MSIL">
83-
<HintPath>..\packages\LightInject.5.4.0\lib\net46\LightInject.dll</HintPath>
82+
<Reference Include="LightInject, Version=6.3.3.0, Culture=neutral, processorArchitecture=MSIL">
83+
<HintPath>..\packages\LightInject.6.3.3\lib\net46\LightInject.dll</HintPath>
8484
</Reference>
85-
<Reference Include="MediatR, Version=6.0.0.0, Culture=neutral, PublicKeyToken=bb9a41a5e8aaa7e2, processorArchitecture=MSIL">
86-
<HintPath>..\packages\MediatR.6.0.0\lib\net461\MediatR.dll</HintPath>
85+
<Reference Include="MediatR, Version=8.0.1.0, Culture=neutral, PublicKeyToken=bb9a41a5e8aaa7e2, processorArchitecture=MSIL">
86+
<HintPath>..\packages\MediatR.8.0.1\lib\net461\MediatR.dll</HintPath>
8787
</Reference>
8888
<Reference Include="Microsoft.CSharp" />
8989
<Reference Include="Newtonsoft.Json, Version=12.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
90-
<HintPath>..\packages\Newtonsoft.Json.12.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
90+
<HintPath>..\packages\Newtonsoft.Json.12.0.3\lib\net45\Newtonsoft.Json.dll</HintPath>
9191
</Reference>
9292
<Reference Include="System" />
9393
<Reference Include="System.Deployment" />
@@ -97,7 +97,7 @@
9797
<Reference Include="System.Runtime" />
9898
<Reference Include="System.Threading.Tasks" />
9999
<Reference Include="System.ValueTuple, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
100-
<HintPath>..\packages\System.ValueTuple.4.5.0\lib\net47\System.ValueTuple.dll</HintPath>
100+
<HintPath>..\packages\System.ValueTuple.4.5.0\lib\net461\System.ValueTuple.dll</HintPath>
101101
</Reference>
102102
<Reference Include="System.Windows.Forms" />
103103
<Reference Include="System.XML" />
@@ -237,14 +237,14 @@
237237
</ItemGroup>
238238
<ItemGroup />
239239
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
240-
<Import Project="..\packages\Fody.4.0.2\build\Fody.targets" Condition="Exists('..\packages\Fody.4.0.2\build\Fody.targets')" />
241240
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
242241
<PropertyGroup>
243242
<ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
244243
</PropertyGroup>
245-
<Error Condition="!Exists('..\packages\Fody.4.0.2\build\Fody.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Fody.4.0.2\build\Fody.targets'))" />
246-
<Error Condition="!Exists('..\packages\Costura.Fody.3.3.2\build\Costura.Fody.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Costura.Fody.3.3.2\build\Costura.Fody.props'))" />
244+
<Error Condition="!Exists('..\packages\Fody.6.1.1\build\Fody.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Fody.6.1.1\build\Fody.targets'))" />
245+
<Error Condition="!Exists('..\packages\Costura.Fody.4.1.0\build\Costura.Fody.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Costura.Fody.4.1.0\build\Costura.Fody.props'))" />
247246
</Target>
247+
<Import Project="..\packages\Fody.6.1.1\build\Fody.targets" Condition="Exists('..\packages\Fody.6.1.1\build\Fody.targets')" />
248248
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
249249
Other similar extension points exist, see Microsoft.Common.targets.
250250
<Target Name="BeforeBuild">

Eve-O-Preview/Properties/AssemblyInfo.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
[assembly: AssemblyCulture("")]
1313
[assembly: ComVisible(false)]
1414
[assembly: Guid("04f08f8d-9e98-423b-acdb-4effb31c0d35")]
15-
[assembly: AssemblyVersion("5.0.0.0")]
16-
[assembly: AssemblyFileVersion("5.0.0.0")]
15+
[assembly: AssemblyVersion("5.0.1.0")]
16+
[assembly: AssemblyFileVersion("5.0.1.0")]
1717

1818
[assembly: CLSCompliant(false)]

Eve-O-Preview/app.config

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<configuration>
3-
<startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.7"/></startup></configuration>
3+
<startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6.2"/></startup></configuration>

Eve-O-Preview/packages.config

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3-
<package id="Costura.Fody" version="3.3.2" targetFramework="net47" developmentDependency="true" />
4-
<package id="Fody" version="4.0.2" targetFramework="net47" developmentDependency="true" />
5-
<package id="LightInject" version="5.4.0" targetFramework="net47" />
6-
<package id="MediatR" version="6.0.0" targetFramework="net47" />
7-
<package id="Newtonsoft.Json" version="12.0.1" targetFramework="net47" />
8-
<package id="System.ValueTuple" version="4.5.0" targetFramework="net47" />
3+
<package id="Costura.Fody" version="4.1.0" targetFramework="net452" developmentDependency="true" />
4+
<package id="Fody" version="6.1.1" targetFramework="net452" developmentDependency="true" />
5+
<package id="LightInject" version="6.3.3" targetFramework="net462" />
6+
<package id="MediatR" version="8.0.1" targetFramework="net462" />
7+
<package id="Newtonsoft.Json" version="12.0.3" targetFramework="net462" />
8+
<package id="System.ValueTuple" version="4.5.0" targetFramework="net462" />
99
</packages>

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@ If you have find out that some of the features or their combination of EVE-O Pre
1818
# System Requirements
1919

2020
* Windows 7, Windows 8/8.1, Windows 10
21-
* Microsoft .NET Framework 4.7+
21+
* Microsoft .NET Framework 4.6.2+
2222
* EVE clients Display Mode should be set to **Fixed Window** or **Window Mode**. **Fullscreen** mode is not supported.
2323

2424
# How To Install & Use
2525

2626
1. Download and extract the contents of the .zip archive to a location of your choice (ie: Desktop, CCP folder, etc)
27-
..* **Note**: Please do not install the application into the *Program Files* or *Program files (x86)* folders. These folders in general do not allow applications to write anything there while EVE-O Preview now stores its configuration file next to its executable, thus requiring the write access to the folder it is installed into.
27+
..**Note**: Please do not install the application into the *Program Files* or *Program files (x86)* folders. These folders in general do not allow applications to write anything there while EVE-O Preview now stores its configuration file next to its executable, thus requiring the write access to the folder it is installed into.
2828
2. Start up both EVE-O Preview and your EVE Clients (the order does not matter)
2929
3. Adjust settings as you see fit. Program options are described below
3030

0 commit comments

Comments
 (0)