-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Changes to upgrade to NetStandard2 - WIP (#14)
* Changes to upgrade to NetStandard2 - WIP as using local copy of Gjallarhorn.dll * update references for Gjallarhorn_mtnrbq
- Loading branch information
1 parent
7ea0ed5
commit d4f9980
Showing
82 changed files
with
5,819 additions
and
5,964 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
Large diffs are not rendered by default.
Oops, something went wrong.
File renamed without changes.
Large diffs are not rendered by default.
Oops, something went wrong.
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,28 +1,31 @@ | ||
group Main | ||
source https://nuget.org/api/v2 | ||
|
||
source https://api.nuget.org/v3/index.json | ||
framework:netstandard2 | ||
redirects: on | ||
|
||
framework: net461, net45, portable-net45+netcore45+wpa81+wp8+MonoAndroid1+MonoTouch1 | ||
|
||
nuget Gjallarhorn >= 1.1.0 | ||
|
||
nuget SourceLink.Fake | ||
nuget FAKE | ||
nuget FSharp.Formatting | ||
nuget FsXaml.WPF | ||
nuget Xamarin.Forms | ||
nuget FSharp.Core >= 4.0.0.1 | ||
|
||
nuget FSharp.Core ~> 4.3 | ||
nuget Gjallarhorn_mtnrbq 2.0.0-alpha | ||
nuget Microsoft.Build.Utilities.Core >= 15.5 | ||
github fsharp/FAKE modules/Octokit/Octokit.fsx | ||
|
||
group Test | ||
source https://nuget.org/api/v2 | ||
|
||
redirects: on | ||
group Test | ||
source https://api.nuget.org/v3/index.json | ||
framework: netcoreapp2.0 | ||
nuget Microsoft.NET.Test.Sdk 15.5.0 | ||
nuget NUnit 3.9.0 | ||
nuget NUnit3TestAdapter 3.9.0 | ||
nuget NUnit.ConsoleRunner ~> 3 | ||
nuget FSharp.Core 4.3.3 | ||
nuget Gjallarhorn_mtnrbq 2.0.0-alpha | ||
|
||
framework: net461, net45, portable-net45+netcore45+wpa81+wp8+MonoAndroid1+MonoTouch1 | ||
|
||
nuget Gjallarhorn >= 1.1.0 | ||
nuget NUnit ~> 2 | ||
nuget NUnit.Runners ~> 2 | ||
nuget FSharp.Core >= 4.0.0.1 | ||
group WpfSamples | ||
source https://api.nuget.org/v3/index.json | ||
framework: net461 | ||
nuget FsXaml.Wpf | ||
nuget FSharp.Core 4.3.3 | ||
nuget Gjallarhorn_mtnrbq 2.0.0-alpha |
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,3 +1,3 @@ | ||
group Main | ||
FSharp.Core | ||
Gjallarhorn | ||
Gjallarhorn_mtnrbq |
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.