Skip to content

Commit

Permalink
Updated all packages to framework 4.6.1. Unity API changed, so made t…
Browse files Browse the repository at this point in the history
…he necessary change for releasing presenters.
  • Loading branch information
David.Rogers committed Jun 28, 2018
1 parent 570dd20 commit cd15398
Show file tree
Hide file tree
Showing 39 changed files with 23,611 additions and 123 deletions.
Empty file.
Binary file not shown.
Empty file.
Binary file not shown.
7 changes: 5 additions & 2 deletions Samples/SimpleInjector/SimpleInjector.sln
@@ -1,7 +1,7 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.25420.1
# Visual Studio 15
VisualStudioVersion = 15.0.27703.2035
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SimpleInjector", "SimpleInjector\SimpleInjector.csproj", "{0ED8F98F-5917-445A-A371-333A5801A15A}"
EndProject
Expand Down Expand Up @@ -31,4 +31,7 @@ Global
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {0C582CDF-96C6-4826-8364-689E30748D8F}
EndGlobalSection
EndGlobal
6 changes: 3 additions & 3 deletions Samples/SimpleInjector/SimpleInjector/App.config
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8" ?>
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6.1" />
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6.2"/>
</startup>
</configuration>
</configuration>
1 change: 0 additions & 1 deletion Samples/SimpleInjector/SimpleInjector/Forms/ChildView1.cs
@@ -1,6 +1,5 @@
using System;
using System.Collections.Generic;
using System.ComponentModel;
using SimpleInjector.Views;
using WinFormsMvp.Forms;

Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 5 additions & 3 deletions Samples/SimpleInjector/SimpleInjector/SimpleInjector.csproj
Expand Up @@ -9,9 +9,10 @@
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>SimpleInjector</RootNamespace>
<AssemblyName>SimpleInjector</AssemblyName>
<TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
<TargetFrameworkVersion>v4.6.2</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
<TargetFrameworkProfile />
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<PlatformTarget>AnyCPU</PlatformTarget>
Expand All @@ -33,8 +34,8 @@
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<Reference Include="SimpleInjector, Version=4.0.8.0, Culture=neutral, PublicKeyToken=984cb50dea722e99, processorArchitecture=MSIL">
<HintPath>..\packages\SimpleInjector.4.0.8\lib\net45\SimpleInjector.dll</HintPath>
<Reference Include="SimpleInjector, Version=4.3.0.0, Culture=neutral, PublicKeyToken=984cb50dea722e99, processorArchitecture=MSIL">
<HintPath>..\packages\SimpleInjector.4.3.0\lib\net45\SimpleInjector.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />
Expand Down Expand Up @@ -84,6 +85,7 @@
<Compile Include="Properties\Resources.Designer.cs">
<AutoGen>True</AutoGen>
<DependentUpon>Resources.resx</DependentUpon>
<DesignTime>True</DesignTime>
</Compile>
<None Include="packages.config" />
<None Include="Properties\Settings.settings">
Expand Down
2 changes: 1 addition & 1 deletion Samples/SimpleInjector/SimpleInjector/packages.config
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="SimpleInjector" version="4.0.8" targetFramework="net461" />
<package id="SimpleInjector" version="4.3.0" targetFramework="net462" />
</packages>
Binary file not shown.
Binary file not shown.

0 comments on commit cd15398

Please sign in to comment.