mirror of
https://github.com/jakobadam/RDSFactor.git
synced 2025-07-23 01:55:54 +02:00
Bump .NET version to use HttpClient
This commit is contained in:
parent
f886f3af72
commit
e25fab357a
3 changed files with 11 additions and 1 deletions
|
@ -20,4 +20,4 @@
|
|||
<!--<add name="EventLog" type="System.Diagnostics.EventLogTraceListener" initializeData="APPLICATION_NAME"/> -->
|
||||
</sharedListeners>
|
||||
</system.diagnostics>
|
||||
<startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0"/></startup></configuration>
|
||||
<startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5.1"/></startup></configuration>
|
||||
|
|
5
web/RDWeb/Pages/packages.config
Normal file
5
web/RDWeb/Pages/packages.config
Normal file
|
@ -0,0 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<packages>
|
||||
<package id="Microsoft.AspNet.WebApi.Client" version="5.2.3" targetFramework="net45" />
|
||||
<package id="Newtonsoft.Json" version="6.0.4" targetFramework="net45" />
|
||||
</packages>
|
5
web/packages/repositories.config
Normal file
5
web/packages/repositories.config
Normal file
|
@ -0,0 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<repositories>
|
||||
<repository path="..\..\server\packages.config" />
|
||||
<repository path="..\RDWeb\Pages\packages.config" />
|
||||
</repositories>
|
Loading…
Add table
Add a link
Reference in a new issue