Skip to content

Commit 2f545f2

Browse files
author
Ryan CrawCour
committed
Update readme.md
1 parent 5fabcb6 commit 2f545f2

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

samples/rest-from-.net/README.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
## REST from .NET
22

3-
This sample application was developed in .NET 4.5.
4-
5-
Referenced Assemblies:
6-
- System.Net.Http.2.0.20126.16343\lib\net40\System.Net.Http.dll
7-
- System.Net.Http.Formatting.Extension.5.2.3.0\lib\System.Net.Http.Extensions.dll
8-
- System.Net.Http.Formatting.Extension.5.2.3.0\lib\System.Net.Http.Formatting.dll
9-
- System.Net.Http.Formatting.Extension.5.2.3.0\lib\System.Net.Http.Primitives.dll
3+
This sample application was developed in .NET 4.5
4+
As per the packages.json file the following packages are being used.
105

6+
- Newtonsoft.Json" version="8.0.2" targetFramework="net45"
7+
- System.Net.Http" version="2.0.20126.16343" targetFramework="net45"
8+
- System.Net.Http.Formatting.Extension" version="5.2.3.0" targetFramework="net45"
119

10+
Ensure you are using the stated versions and not newer versions as newer versions have breaking changes that will cause this project to not compile.

0 commit comments

Comments
 (0)