-
Notifications
You must be signed in to change notification settings - Fork 588
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use dotnet --version to resolve local SDK
- Loading branch information
1 parent
04235f0
commit dfcce1e
Showing
5 changed files
with
1,226 additions
and
39 deletions.
There are no files selected for viewing
5 changes: 5 additions & 0 deletions
5
integrationtests/core-reference-assemblies-net60101-rollforward/before/global.json
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 |
---|---|---|
@@ -0,0 +1,5 @@ | ||
{ | ||
"sdk" : { | ||
"version": "6.0.100" | ||
} | ||
} |
12 changes: 12 additions & 0 deletions
12
...ationtests/core-reference-assemblies-net60101-rollforward/before/reference-assemblies.fsx
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 |
---|---|---|
@@ -0,0 +1,12 @@ | ||
#r "paket: | ||
storage: none | ||
source https://api.nuget.org/v3/index.json | ||
source ../../../release/dotnetcore | ||
nuget Fake.Runtime prerelease | ||
nuget FSharp.Core prerelease" | ||
|
||
open Fake.Runtime | ||
|
||
printfn "Starting Build." | ||
Trace.traceFAKE "Some Info from FAKE" | ||
printfn "Ending Build." |
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.