forked from fsprojects/DynamicsCRMProvider
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update Project Dependencies to Net46
Updated the project dependencies to the latest versions compatible with net46. Updated Type Provider SDK to Latest. Updated Build scripts to work with FAKE 4.64.18
- Loading branch information
Faisal
authored and
Faisal
committed
Jul 19, 2020
1 parent
ea6b8f7
commit d425151
Showing
13 changed files
with
639 additions
and
191 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
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,12 +1,13 @@ | ||
framework: net462 | ||
source https://nuget.org/api/v2 | ||
|
||
nuget FSharp.Formatting | ||
nuget NUnit | ||
nuget NUnit.Runners | ||
nuget FAKE | ||
nuget FAKE 4.64.18 | ||
nuget SourceLink.Fake | ||
nuget Microsoft.CrmSdk.CoreAssemblies < 6.0.0 | ||
nuget Microsoft.CrmSdk.CoreAssemblies | ||
|
||
github fsharp/FAKE modules/Octokit/Octokit.fsx | ||
github FoothillSolutions/FAKE modules/Octokit/Octokit.fsx | ||
github fsprojects/FSharp.TypeProviders.StarterPack src/ProvidedTypes.fsi | ||
github fsprojects/FSharp.TypeProviders.StarterPack src/ProvidedTypes.fs | ||
github fsprojects/FSharp.TypeProviders.StarterPack src/ProvidedTypes.fs |
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,34 +1,31 @@ | ||
RESTRICTION: == net462 | ||
NUGET | ||
remote: https://nuget.org/api/v2 | ||
specs: | ||
FAKE (3.18.0) | ||
FSharp.Compiler.Service (0.0.85) | ||
FSharp.Formatting (2.7.4) | ||
FSharp.Compiler.Service (>= 0.0.82) | ||
FSharpVSPowerTools.Core (>= 1.7.0) | ||
FSharpVSPowerTools.Core (1.7.0) | ||
FSharp.Compiler.Service (>= 0.0.81) | ||
Microsoft.Bcl (1.1.10) | ||
Microsoft.Bcl.Build (>= 1.0.14) | ||
Microsoft.Bcl.Build (1.0.21) | ||
Microsoft.CrmSdk.CoreAssemblies (5.0.18) | ||
Microsoft.IdentityModel (>= 6.1.7600.16394) - framework: >= net40 | ||
Microsoft.IdentityModel (6.1.7600.16394) - framework: >= net40 | ||
Microsoft.Net.Http (2.2.29) | ||
Microsoft.Bcl (>= 1.1.10) | ||
Microsoft.Bcl.Build (>= 1.0.14) | ||
NuGet.CommandLine (2.8.3) | ||
NUnit (2.6.4) | ||
NUnit.Runners (2.6.4) | ||
Octokit (0.7.2) | ||
Microsoft.Net.Http | ||
SourceLink.Fake (0.4.2) | ||
remote: https://www.nuget.org/api/v2 | ||
FAKE (4.64.18) | ||
FSharp.Formatting (4.1) | ||
Microsoft.CrmSdk.CoreAssemblies (9.0.2.26) | ||
NUnit (3.12) | ||
NUnit.Console (3.11.1) | ||
NUnit.ConsoleRunner (>= 3.11.1) | ||
NUnit.Extension.NUnitProjectLoader (>= 3.6) | ||
NUnit.Extension.NUnitV2Driver (>= 3.8) | ||
NUnit.Extension.NUnitV2ResultWriter (>= 3.6) | ||
NUnit.Extension.TeamCityEventListener (>= 1.0.7) | ||
NUnit.Extension.VSProjectLoader (>= 3.8) | ||
NUnit.ConsoleRunner (3.11.1) | ||
NUnit.Extension.NUnitProjectLoader (3.6) | ||
NUnit.Extension.NUnitV2Driver (3.8) | ||
NUnit.Extension.NUnitV2ResultWriter (3.6) | ||
NUnit.Extension.TeamCityEventListener (1.0.7) | ||
NUnit.Extension.VSProjectLoader (3.8) | ||
NUnit.Runners (3.11.1) | ||
NUnit.Console (>= 3.11.1) | ||
Octokit (0.48) | ||
SourceLink.Fake (1.1) | ||
GITHUB | ||
remote: fsharp/FAKE | ||
specs: | ||
modules/Octokit/Octokit.fsx (12b839de599dd8ed448416a963025bb26b978a8d) | ||
Octokit | ||
remote: FoothillSolutions/FAKE | ||
modules/Octokit/Octokit.fsx (74421063dd3915e8e1e407926b38b8b25df50e36) | ||
Octokit (>= 0.20) | ||
remote: fsprojects/FSharp.TypeProviders.StarterPack | ||
specs: | ||
src/ProvidedTypes.fs (cf96cf990590da7082197452b1b544e26ebed472) | ||
src/ProvidedTypes.fsi (cf96cf990590da7082197452b1b544e26ebed472) | ||
src/ProvidedTypes.fs (b45779c1571b54a2bc6bafa12690a8d9763150d1) | ||
src/ProvidedTypes.fsi (b45779c1571b54a2bc6bafa12690a8d9763150d1) |
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
Oops, something went wrong.