Skip to content

Commit 76acd14

Browse files
committedJun 21, 2009
trunk target to .NET3.5
SVN: trunk@4506
1 parent 92a74fc commit 76acd14

38 files changed

+56
-91984
lines changed
 

‎default.build

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
Supported versions of .NET Framework, separated by spaces.
1717
Used by *-all-frameworks targets.
1818
-->
19-
<property name="supported.frameworks" value="net-2.0" />
19+
<property name="supported.frameworks" value="net-3.5" />
2020

2121
<fileset id="buildfiles.all" basedir="src">
2222
<!-- Files have to be in dependency order -->
@@ -110,7 +110,7 @@
110110

111111
<target name="check-framework-version">
112112
<echo>Running with ${framework::get-target-framework()}</echo>
113-
<fail message="ERROR: NHibernate requires .Net 3.5 to compile (but can run on .Net 2.0), please use the -t:net-3.5 parameter when starting nant" if="${framework::get-target-framework()!='net-3.5'}"/>
113+
<fail message="ERROR: NHibernate requires .Net 3.5." if="${framework::get-target-framework()!='net-3.5'}"/>
114114
</target>
115115

116116
<target name="test-report" if="${nunit2report.installed}">

‎lib/net/2.0/Antlr3.Runtime.dll

-114 KB
Binary file not shown.

‎lib/net/2.0/Castle.Core.dll

-76 KB
Binary file not shown.

‎lib/net/2.0/Castle.Core.xml

-3,197
This file was deleted.

‎lib/net/2.0/Castle.DynamicProxy.license.txt

-13
This file was deleted.

‎lib/net/2.0/Castle.DynamicProxy2.dll

-108 KB
Binary file not shown.

‎lib/net/2.0/Castle.DynamicProxy2.xml

-1,249
This file was deleted.

‎lib/net/2.0/Common.Logging.dll

-28 KB
Binary file not shown.

‎lib/net/2.0/Iesi.Collections.dll

-32 KB
Binary file not shown.

‎lib/net/2.0/Iesi.Collections.license.txt

-9
This file was deleted.

‎lib/net/2.0/Iesi.Collections.xml

-1,903
This file was deleted.

‎lib/net/2.0/LinFu.DynamicProxy.dll

-20.5 KB
Binary file not shown.

‎lib/net/2.0/LinFu.License.txt

-167
This file was deleted.

‎lib/net/2.0/Spring.Aop.dll

-156 KB
Binary file not shown.

0 commit comments

Comments
 (0)