-
Notifications
You must be signed in to change notification settings - Fork 50
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
#v4.0.2104.1-rc - Dependencies update (#74)
- Dependency update - Deprecated code removed - Version upgrade
- Loading branch information
Antonio Buedo
authored
Apr 22, 2021
1 parent
6ac691d
commit ee8dc5e
Showing
16 changed files
with
255 additions
and
255 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +1,31 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<packages> | ||
<package id="BitPay" version="3.0.1907" targetFramework="net472" /> | ||
<package id="BitPay" version="4.0.2104" targetFramework="net472" /> | ||
<package id="BouncyCastle" version="1.8.5" targetFramework="net472" /> | ||
<package id="Microsoft.Extensions.Configuration" version="2.2.0" targetFramework="net472" /> | ||
<package id="Microsoft.Extensions.Configuration.Abstractions" version="2.2.0" targetFramework="net472" /> | ||
<package id="Microsoft.Extensions.Configuration.FileExtensions" version="2.2.0" targetFramework="net472" /> | ||
<package id="Microsoft.Extensions.Configuration.Json" version="2.2.0" targetFramework="net472" /> | ||
<package id="Microsoft.Extensions.FileProviders.Abstractions" version="2.2.0" targetFramework="net472" /> | ||
<package id="Microsoft.Extensions.FileProviders.Physical" version="2.2.0" targetFramework="net472" /> | ||
<package id="Microsoft.Extensions.FileSystemGlobbing" version="2.2.0" targetFramework="net472" /> | ||
<package id="Microsoft.Extensions.Primitives" version="2.2.0" targetFramework="net472" /> | ||
<package id="Microsoft.Bcl.AsyncInterfaces" version="5.0.0" targetFramework="net472" /> | ||
<package id="Microsoft.CSharp" version="4.5.0" targetFramework="net472" /> | ||
<package id="Microsoft.Extensions.Configuration" version="5.0.0" targetFramework="net472" /> | ||
<package id="Microsoft.Extensions.Configuration.Abstractions" version="5.0.0" targetFramework="net472" /> | ||
<package id="Microsoft.Extensions.Configuration.FileExtensions" version="5.0.0" targetFramework="net472" /> | ||
<package id="Microsoft.Extensions.Configuration.Json" version="5.0.0" targetFramework="net472" /> | ||
<package id="Microsoft.Extensions.FileProviders.Abstractions" version="5.0.0" targetFramework="net472" /> | ||
<package id="Microsoft.Extensions.FileProviders.Physical" version="5.0.0" targetFramework="net472" /> | ||
<package id="Microsoft.Extensions.FileSystemGlobbing" version="5.0.0" targetFramework="net472" /> | ||
<package id="Microsoft.Extensions.Primitives" version="5.0.0" targetFramework="net472" /> | ||
<package id="Newtonsoft.Json" version="12.0.2" targetFramework="net472" /> | ||
<package id="System.Buffers" version="4.4.0" targetFramework="net472" /> | ||
<package id="System.Buffers" version="4.5.1" targetFramework="net472" /> | ||
<package id="System.IO" version="4.3.0" targetFramework="net472" /> | ||
<package id="System.Memory" version="4.5.1" targetFramework="net472" /> | ||
<package id="System.Memory" version="4.5.4" targetFramework="net472" /> | ||
<package id="System.Net.Http" version="4.3.4" targetFramework="net472" /> | ||
<package id="System.Numerics.Vectors" version="4.4.0" targetFramework="net472" /> | ||
<package id="System.Numerics.Vectors" version="4.5.0" targetFramework="net472" /> | ||
<package id="System.Runtime" version="4.3.0" targetFramework="net472" /> | ||
<package id="System.Runtime.CompilerServices.Unsafe" version="4.5.1" targetFramework="net472" /> | ||
<package id="System.Security.Cryptography.Algorithms" version="4.3.0" targetFramework="net472" /> | ||
<package id="System.Runtime.CompilerServices.Unsafe" version="5.0.0" targetFramework="net472" /> | ||
<package id="System.Security.Cryptography.Algorithms" version="4.3.1" targetFramework="net472" /> | ||
<package id="System.Security.Cryptography.Encoding" version="4.3.0" targetFramework="net472" /> | ||
<package id="System.Security.Cryptography.Primitives" version="4.3.0" targetFramework="net472" /> | ||
<package id="System.Security.Cryptography.X509Certificates" version="4.3.0" targetFramework="net472" /> | ||
<package id="System.Text.Encodings.Web" version="5.0.0" targetFramework="net472" /> | ||
<package id="System.Text.Json" version="5.0.0" targetFramework="net472" /> | ||
<package id="System.Threading.Tasks.Extensions" version="4.5.4" targetFramework="net472" /> | ||
<package id="System.ValueTuple" version="4.5.0" targetFramework="net472" /> | ||
</packages> |
Oops, something went wrong.