Skip to content

Commit 9d9dd2c

Browse files
committedApr 9, 2020
use latest available .netcore sdk from appveyor
1 parent 3b5e5ce commit 9d9dd2c

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed
 

‎FSharp.Plotly.sln

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ Project("{6EC3EE1D-3C4E-46DD-8F32-0CC8E7565705}") = "FSharp.Plotly", "src\FSharp
1515
EndProject
1616
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "project", "project", "{BF60BC93-E09B-4E5F-9D85-95A519479D54}"
1717
ProjectSection(SolutionItems) = preProject
18+
.config\dotnet-tools.json = .config\dotnet-tools.json
19+
global.json = global.json
1820
LICENSE = LICENSE
1921
README.md = README.md
2022
RELEASE_NOTES.md = RELEASE_NOTES.md

‎global.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"sdk": {
3-
"version": "3.1.201",
3+
"version": "3.1.200",
44
"rollForward": "minor"
55
}
66
}

0 commit comments

Comments
 (0)