File tree Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Original file line number Diff line number Diff line change 1
1
## REST from .NET
2
2
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.
10
5
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"
11
9
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.
You can’t perform that action at this time.
0 commit comments