From: Tuna T. <te...@gm...> - 2009-02-24 19:38:35
|
Why is it required? Tuna Toksöz http://tunatoksoz.com http://turkiyealt.net http://twitter.com/tehlike Typos included to enhance the readers attention! On Tue, Feb 24, 2009 at 9:34 PM, <fab...@us...> wrote: > Revision: 4099 > > http://nhibernate.svn.sourceforge.net/nhibernate/?rev=4099&view=rev > Author: fabiomaulo > Date: 2009-02-24 19:34:25 +0000 (Tue, 24 Feb 2009) > > Log Message: > ----------- > NHibernate.ByteCode.Castle projects target to NET.3.5 (as required by > Castle) > > Modified Paths: > -------------- > > trunk/nhibernate/src/NHibernate.ByteCode.Castle/NHibernate.ByteCode.Castle.csproj > > trunk/nhibernate/src/NHibernate.ByteCode.Castle.Tests/NHibernate.ByteCode.Castle.Tests.csproj > > Modified: > trunk/nhibernate/src/NHibernate.ByteCode.Castle/NHibernate.ByteCode.Castle.csproj > =================================================================== > --- > trunk/nhibernate/src/NHibernate.ByteCode.Castle/NHibernate.ByteCode.Castle.csproj > 2009-02-24 19:31:32 UTC (rev 4098) > +++ > trunk/nhibernate/src/NHibernate.ByteCode.Castle/NHibernate.ByteCode.Castle.csproj > 2009-02-24 19:34:25 UTC (rev 4099) > @@ -10,7 +10,7 @@ > <AppDesignerFolder>Properties</AppDesignerFolder> > <RootNamespace>NHibernate.ByteCode.Castle</RootNamespace> > <AssemblyName>NHibernate.ByteCode.Castle</AssemblyName> > - <TargetFrameworkVersion>v2.0</TargetFrameworkVersion> > + <TargetFrameworkVersion>v3.5</TargetFrameworkVersion> > <FileAlignment>512</FileAlignment> > </PropertyGroup> > <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == > 'Debug|AnyCPU' "> > @@ -48,6 +48,9 @@ > <HintPath>..\..\lib\net\2.0\log4net.dll</HintPath> > </Reference> > <Reference Include="System" /> > + <Reference Include="System.Core"> > + <RequiredTargetFramework>3.5</RequiredTargetFramework> > + </Reference> > </ItemGroup> > <ItemGroup> > <Compile Include="AssemblyInfo.cs" /> > > Modified: > trunk/nhibernate/src/NHibernate.ByteCode.Castle.Tests/NHibernate.ByteCode.Castle.Tests.csproj > =================================================================== > --- > trunk/nhibernate/src/NHibernate.ByteCode.Castle.Tests/NHibernate.ByteCode.Castle.Tests.csproj > 2009-02-24 19:31:32 UTC (rev 4098) > +++ > trunk/nhibernate/src/NHibernate.ByteCode.Castle.Tests/NHibernate.ByteCode.Castle.Tests.csproj > 2009-02-24 19:34:25 UTC (rev 4099) > @@ -10,7 +10,7 @@ > <AppDesignerFolder>Properties</AppDesignerFolder> > <RootNamespace>NHibernate.ByteCode.Castle.Tests</RootNamespace> > <AssemblyName>NHibernate.ByteCode.Castle.Tests</AssemblyName> > - <TargetFrameworkVersion>v2.0</TargetFrameworkVersion> > + <TargetFrameworkVersion>v3.5</TargetFrameworkVersion> > <FileAlignment>512</FileAlignment> > </PropertyGroup> > <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == > 'Debug|AnyCPU' "> > @@ -52,6 +52,9 @@ > <HintPath>..\..\lib\net\2.0\nunit.framework.dll</HintPath> > </Reference> > <Reference Include="System" /> > + <Reference Include="System.Core"> > + <RequiredTargetFramework>3.5</RequiredTargetFramework> > + </Reference> > <Reference Include="System.Data" /> > <Reference Include="System.Xml" /> > </ItemGroup> > > > This was sent by the SourceForge.net collaborative development platform, > the world's largest Open Source development site. > > > ------------------------------------------------------------------------------ > Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, > CA > -OSBC tackles the biggest issue in open source: Open Sourcing the > Enterprise > -Strategies to boost innovation and cut costs with open source > participation > -Receive a $600 discount off the registration fee with the source code: > SFAD > http://p.sf.net/sfu/XcvMzF8H > _______________________________________________ > Nhibernate-commit mailing list > Nhi...@li... > https://lists.sourceforge.net/lists/listinfo/nhibernate-commit > |