oskarnie14 / lidgren-network-gen3

Automatically exported from code.google.com/p/lidgren-network-gen3
0 stars 0 forks source link

Unable to Compiler for .Net Framework 2.0 #128

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.Change Project's Build Framework to 2.0
2.Try to Build

What is the expected output? What do you see instead?
Just compile correctly.I see that there are references to other net framework 
4.0 assemblies.

What version of the product are you using? On what operating system?
The one in the Downloads.Win 7 32-bit

Please provide any additional information below.
None

Original issue reported on code.google.com by ul7im473...@hotmail.com on 11 Aug 2012 at 12:37

GoogleCodeExporter commented 9 years ago
The library targets .Net 4.0.

However, revision 307 removes all Linq usage, but the encryption still requires 
.Net 4.0 classes so you'll have to remove these manually if you want to use 
framework 2.0

Original comment by lidg...@gmail.com on 23 Aug 2012 at 1:38