Skip to content
This repository has been archived by the owner on Jun 6, 2019. It is now read-only.

Commit

Permalink
- removed .net 3.5 support
Browse files Browse the repository at this point in the history
  • Loading branch information
eben-roux committed Oct 20, 2015
1 parent 5381a63 commit 9154224
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .build/package.msbuild
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<Import Project="Shuttle.Core.MSBuild.targets" />

<ItemGroup>
<Framework Include="net35-full;net40-full;net45-full;net451-full" />
<Framework Include="net40-full;net45-full;net451-full" />
<ProjectReference Include="..\$(PackageAssembly)\$(PackageAssembly).csproj" />
</ItemGroup>

Expand Down
4 changes: 0 additions & 4 deletions Shuttle.ESB.Castle/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
using System.Reflection;
using System.Runtime.InteropServices;

#if NET35FULL
[assembly: AssemblyTitle("Shuttle.ESB.Castle for .NET Framework 3.5")]
#endif

#if NET40FULL
[assembly: AssemblyTitle("Shuttle.ESB.Castle for .NET Framework 4.0")]
#endif
Expand Down
10 changes: 3 additions & 7 deletions Shuttle.ESB.Castle/Shuttle.ESB.Castle.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,7 @@
<CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules>
</PropertyGroup>
<PropertyGroup>
<Framework Condition=" '$(Framework)' == '' ">net35-full</Framework>
</PropertyGroup>
<PropertyGroup Condition="'$(Framework)' == 'net35-full'">
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
<DefineConstants>$(DefineConstants);NET35FULL</DefineConstants>
<Framework Condition=" '$(Framework)' == '' ">net40-full</Framework>
</PropertyGroup>
<PropertyGroup Condition="'$(Framework)' == 'net40-full'">
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
Expand All @@ -80,10 +76,10 @@
<HintPath>..\packages\Castle.Windsor.3.3.0\lib\net35\Castle.Windsor.dll</HintPath>
</Reference>
<Reference Include="Shuttle.Core.Infrastructure">
<HintPath>..\packages\shuttle-core-infrastructure.3.1.5\lib\net35-full\Shuttle.Core.Infrastructure.dll</HintPath>
<HintPath>..\packages\shuttle-core-infrastructure.3.1.5\lib\net40-full\Shuttle.Core.Infrastructure.dll</HintPath>
</Reference>
<Reference Include="Shuttle.ESB.Core, Version=3.4.2.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\shuttle-esb-core.3.4.2\lib\net35-full\Shuttle.ESB.Core.dll</HintPath>
<HintPath>..\packages\shuttle-esb-core.3.4.2\lib\net40-full\Shuttle.ESB.Core.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="System" />
Expand Down

0 comments on commit 9154224

Please sign in to comment.