File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 99 <Import Project="Shuttle.Core.MSBuild.targets" />
1010
1111 <ItemGroup>
12- <Framework Include="net35-full; net40-full;net45-full;net451-full" />
12+ <Framework Include="net40-full;net45-full;net451-full" />
1313 <ProjectReference Include="..\$(PackageAssembly)\$(PackageAssembly).csproj" />
1414 </ItemGroup>
1515
Original file line number Diff line number Diff line change 3939 <HintPath >..\packages\NUnit.2.6.3\lib\nunit.framework.dll</HintPath >
4040 </Reference >
4141 <Reference Include =" Shuttle.Core.Infrastructure" >
42- <HintPath >..\packages\shuttle-core-infrastructure.3.1.5\lib\net35 -full\Shuttle.Core.Infrastructure.dll</HintPath >
42+ <HintPath >..\packages\shuttle-core-infrastructure.3.1.5\lib\net40 -full\Shuttle.Core.Infrastructure.dll</HintPath >
4343 </Reference >
4444 <Reference Include =" System" />
4545 <Reference Include =" System.Configuration" />
Original file line number Diff line number Diff line change 11using System . Reflection ;
22using System . Runtime . InteropServices ;
33
4- #if NET35FULL
5- [ assembly: AssemblyTitle ( "Shuttle.Core.Data for .NET Framework 3.5" ) ]
6- #endif
7-
84#if NET40FULL
95[ assembly: AssemblyTitle ( "Shuttle.Core.Data for .NET Framework 4.0" ) ]
106#endif
Original file line number Diff line number Diff line change 3434 <Prefer32Bit >false</Prefer32Bit >
3535 </PropertyGroup >
3636 <PropertyGroup >
37- <Framework Condition =" '$(Framework)' == '' " >net35-full</Framework >
38- </PropertyGroup >
39- <PropertyGroup Condition =" '$(Framework)' == 'net35-full'" >
40- <TargetFrameworkVersion >v3.5</TargetFrameworkVersion >
41- <DefineConstants >$(DefineConstants);NET35FULL</DefineConstants >
37+ <Framework Condition =" '$(Framework)' == '' " >net40-full</Framework >
4238 </PropertyGroup >
4339 <PropertyGroup Condition =" '$(Framework)' == 'net40-full'" >
4440 <TargetFrameworkVersion >v4.0</TargetFrameworkVersion >
5450 </PropertyGroup >
5551 <ItemGroup >
5652 <Reference Include =" Shuttle.Core.Infrastructure" >
57- <HintPath >..\packages\shuttle-core-infrastructure.3.1.5\lib\net35 -full\Shuttle.Core.Infrastructure.dll</HintPath >
53+ <HintPath >..\packages\shuttle-core-infrastructure.3.1.5\lib\net40 -full\Shuttle.Core.Infrastructure.dll</HintPath >
5854 </Reference >
5955 <Reference Include =" System" />
6056 <Reference Include =" System.configuration" />
You can’t perform that action at this time.
0 commit comments