Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
U
uHttpSharp
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Scott Duncan
uHttpSharp
Commits
6f626ac6
Commit
6f626ac6
authored
Mar 07, 2015
by
NTAuthority
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
package updates
parent
77d094c9
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
3 deletions
+4
-3
uhttpsharp/packages.config
uhttpsharp/packages.config
+1
-1
uhttpsharp/uhttpsharp.csproj
uhttpsharp/uhttpsharp.csproj
+3
-2
No files found.
uhttpsharp/packages.config
View file @
6f626ac6
<?
xml
version
=
"1.0"
encoding
=
"utf-8"
?>
<
packages
>
<
package
id
=
"log4net"
version
=
"2.0.3"
targetFramework
=
"net45"
/>
<
package
id
=
"Newtonsoft.Json"
version
=
"
6.0.3
"
targetFramework
=
"net45"
/>
<
package
id
=
"Newtonsoft.Json"
version
=
"
7.0.1-beta1
"
targetFramework
=
"net45"
/>
</
packages
>
\ No newline at end of file
uhttpsharp/uhttpsharp.csproj
View file @
6f626ac6
...
...
@@ -39,8 +39,9 @@
<Reference
Include=
"log4net"
>
<HintPath>
..\..\..\packages\log4net.2.0.3\lib\net40-full\log4net.dll
</HintPath>
</Reference>
<Reference
Include=
"Newtonsoft.Json"
>
<HintPath>
..\..\..\packages\Newtonsoft.Json.6.0.3\lib\net45\Newtonsoft.Json.dll
</HintPath>
<Reference
Include=
"Newtonsoft.Json, Version=7.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL"
>
<SpecificVersion>
False
</SpecificVersion>
<HintPath>
..\..\..\packages\Newtonsoft.Json.7.0.1-beta1\lib\net45\Newtonsoft.Json.dll
</HintPath>
</Reference>
<Reference
Include=
"System"
/>
<Reference
Include=
"System.Core"
/>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment