-
-
Notifications
You must be signed in to change notification settings - Fork 218
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated packages + removed binding for System.Net.Http + go for Frame…
…work 4.8
- Loading branch information
1 parent
7f2cd45
commit eec4c51
Showing
18 changed files
with
163 additions
and
142 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,29 +1,29 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<packages> | ||
<package id="Microsoft.Bcl.AsyncInterfaces" version="7.0.0" targetFramework="net462" /> | ||
<package id="Microsoft.CrmSdk.CoreAssemblies" version="9.0.2.46" targetFramework="net462" /> | ||
<package id="Microsoft.CrmSdk.CoreAssemblies" version="9.0.2.48" targetFramework="net462" /> | ||
<package id="Microsoft.CrmSdk.Deployment" version="9.0.2.34" targetFramework="net462" /> | ||
<package id="Microsoft.CrmSdk.Workflow" version="9.0.2.46" targetFramework="net462" /> | ||
<package id="Microsoft.CrmSdk.Workflow" version="9.0.2.48" targetFramework="net462" /> | ||
<package id="Microsoft.CrmSdk.XrmTooling.CoreAssembly" version="9.1.1.1" targetFramework="net462" /> | ||
<package id="Microsoft.CrmSdk.XrmTooling.WpfControls" version="9.1.1.1" targetFramework="net462" /> | ||
<package id="Microsoft.IdentityModel.Clients.ActiveDirectory" version="5.3.0" targetFramework="net462" /> | ||
<package id="Microsoft.NETCore.Platforms" version="7.0.0" targetFramework="net462" /> | ||
<package id="Microsoft.NETCore.Targets" version="5.0.0" targetFramework="net462" /> | ||
<package id="Microsoft.Rest.ClientRuntime" version="2.3.24" targetFramework="net462" /> | ||
<package id="MscrmTools.Xrm.Connection" version="1.2023.2.55-beta8" targetFramework="net462" /> | ||
<package id="Newtonsoft.Json" version="13.0.2" targetFramework="net462" /> | ||
<package id="Newtonsoft.Json" version="13.0.3-beta1" targetFramework="net462" /> | ||
<package id="System.Buffers" version="4.5.1" targetFramework="net462" /> | ||
<package id="System.Memory" version="4.5.5" targetFramework="net462" /> | ||
<package id="System.Net.Http" version="4.3.4" targetFramework="net462" /> | ||
<package id="System.Numerics.Vectors" version="4.5.0" targetFramework="net462" /> | ||
<package id="System.Private.Uri" version="4.3.2" targetFramework="net462" /> | ||
<package id="System.Runtime.CompilerServices.Unsafe" version="6.0.0" targetFramework="net462" /> | ||
<package id="System.Runtime.CompilerServices.Unsafe" version="7.0.0-preview.2.22152.2" targetFramework="net462" /> | ||
<package id="System.Security.Cryptography.Algorithms" version="4.3.1" targetFramework="net462" /> | ||
<package id="System.Security.Cryptography.Encoding" version="4.3.0" targetFramework="net462" /> | ||
<package id="System.Security.Cryptography.Primitives" version="4.3.0" targetFramework="net462" /> | ||
<package id="System.Security.Cryptography.X509Certificates" version="4.3.2" targetFramework="net462" /> | ||
<package id="System.Text.Encodings.Web" version="7.0.0" targetFramework="net462" /> | ||
<package id="System.Text.Json" version="7.0.1" targetFramework="net462" /> | ||
<package id="System.Text.Encodings.Web" version="8.0.0-preview.1.23110.8" targetFramework="net462" /> | ||
<package id="System.Text.Json" version="7.0.2" targetFramework="net462" /> | ||
<package id="System.Threading.Tasks.Extensions" version="4.5.4" targetFramework="net462" /> | ||
<package id="System.ValueTuple" version="4.5.0" targetFramework="net462" /> | ||
</packages> |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,27 +1,27 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<packages> | ||
<package id="Microsoft.Bcl.AsyncInterfaces" version="7.0.0" targetFramework="net462" /> | ||
<package id="Microsoft.CrmSdk.CoreAssemblies" version="9.0.2.46" targetFramework="net462" /> | ||
<package id="Microsoft.CrmSdk.CoreAssemblies" version="9.0.2.48" targetFramework="net462" /> | ||
<package id="Microsoft.CrmSdk.Deployment" version="9.0.2.34" targetFramework="net462" /> | ||
<package id="Microsoft.CrmSdk.Workflow" version="9.0.2.46" targetFramework="net462" /> | ||
<package id="Microsoft.CrmSdk.Workflow" version="9.0.2.48" targetFramework="net462" /> | ||
<package id="Microsoft.CrmSdk.XrmTooling.CoreAssembly" version="9.1.1.1" targetFramework="net462" /> | ||
<package id="Microsoft.IdentityModel.Clients.ActiveDirectory" version="5.3.0" targetFramework="net462" /> | ||
<package id="Microsoft.NETCore.Platforms" version="7.0.0" targetFramework="net462" /> | ||
<package id="Microsoft.NETCore.Targets" version="5.0.0" targetFramework="net462" /> | ||
<package id="Microsoft.Rest.ClientRuntime" version="2.3.24" targetFramework="net462" /> | ||
<package id="Newtonsoft.Json" version="13.0.2" targetFramework="net462" /> | ||
<package id="Newtonsoft.Json" version="13.0.3-beta1" targetFramework="net462" /> | ||
<package id="System.Buffers" version="4.5.1" targetFramework="net462" /> | ||
<package id="System.Memory" version="4.5.5" targetFramework="net462" /> | ||
<package id="System.Net.Http" version="4.3.4" targetFramework="net462" /> | ||
<package id="System.Numerics.Vectors" version="4.5.0" targetFramework="net462" /> | ||
<package id="System.Private.Uri" version="4.3.2" targetFramework="net462" /> | ||
<package id="System.Runtime.CompilerServices.Unsafe" version="6.0.0" targetFramework="net462" /> | ||
<package id="System.Runtime.CompilerServices.Unsafe" version="7.0.0-preview.2.22152.2" targetFramework="net462" /> | ||
<package id="System.Security.Cryptography.Algorithms" version="4.3.1" targetFramework="net462" /> | ||
<package id="System.Security.Cryptography.Encoding" version="4.3.0" targetFramework="net462" /> | ||
<package id="System.Security.Cryptography.Primitives" version="4.3.0" targetFramework="net462" /> | ||
<package id="System.Security.Cryptography.X509Certificates" version="4.3.2" targetFramework="net462" /> | ||
<package id="System.Text.Encodings.Web" version="7.0.0" targetFramework="net462" /> | ||
<package id="System.Text.Json" version="7.0.1" targetFramework="net462" /> | ||
<package id="System.Text.Encodings.Web" version="8.0.0-preview.1.23110.8" targetFramework="net462" /> | ||
<package id="System.Text.Json" version="7.0.2" targetFramework="net462" /> | ||
<package id="System.Threading.Tasks.Extensions" version="4.5.4" targetFramework="net462" /> | ||
<package id="System.ValueTuple" version="4.5.0" targetFramework="net462" /> | ||
</packages> |
Oops, something went wrong.