mirror of
https://github.com/quasar/Quasar.git
synced 2026-04-25 15:25:59 +03:00
[GH-ISSUE #325] client can work on net 2.0 #153
Labels
No labels
bug
bug
cant-reproduce
discussion
duplicate
easy
enhancement
help wanted
improvement
invalid
need more info
pull-request
question
wont-add
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Quasar#153
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @AlexNowhere on GitHub (Aug 11, 2015).
Original GitHub issue: https://github.com/quasar/Quasar/issues/325
if you interesting client whith some fixes can work on not 2.0
at first change solution properties to net.2.0)))
install linqbridge (https://bitbucket.org/raboof/linqbridge) by nuget for client solution.
it`s dll add linq support to net2.0 nothing to fix in code)))
after it install json.net(newtown) and fix JsonUtil.cs to this code:
using System.IO;
using System.Text;
using Newtonsoft.Json;
namespace xClient.Core.Recovery.Utilities
{
public static class JsonUtil
{
public static string Serialize(T o)
{
}
ps all depencies install from nuget.
now client can work on ald windows xp machines)
@MaxXor commented on GitHub (Aug 11, 2015):
No downgrade to .NET Framework 2.0. Just install .NET Framework 3.5 CP on Windows XP.