forked from CurrencyCloud/currencycloud-net
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackages.config
15 lines (15 loc) · 1.03 KB
/
packages.config
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="CurrencyCloud" version="5.3.5" targetFramework="net45" />
<package id="Microsoft.NETCore.Platforms" version="2.2.2" targetFramework="net45" />
<package id="NETStandard.Library" version="2.0.3" targetFramework="net45" />
<package id="Newtonsoft.Json" version="12.0.2" targetFramework="net45" />
<package id="NuGet.Build.Tasks.Pack" version="5.2.0" targetFramework="net45" developmentDependency="true" />
<package id="Polly" version="7.1.0" targetFramework="net45" />
<package id="System.Net.Http" version="4.3.4" targetFramework="net45" />
<package id="System.Runtime" version="4.3.1" targetFramework="net45" />
<package id="System.Runtime.Extensions" version="4.3.1" targetFramework="net45" />
<package id="System.Runtime.InteropServices.RuntimeInformation" version="4.3.0" targetFramework="net45" />
<package id="System.ValueTuple" version="4.5.0" targetFramework="net45" />
<package id="System.Xml.ReaderWriter" version="4.3.1" targetFramework="net45" />
</packages>