Skip to content

Commit

Permalink
Merge pull request #583 from enricosada/use_netcoresdk_preview1
Browse files Browse the repository at this point in the history
Use netcoresdk preview1
  • Loading branch information
dsyme committed Jun 20, 2016
2 parents a853c8d + c612d13 commit e59524b
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 23 deletions.
Original file line number Diff line number Diff line change
@@ -1,13 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<packageSources>
<!--To inherit the global NuGet package sources remove the <clear/> line below -->
<clear />
<add key="api.nuget.org" value="https://api.nuget.org/v3/index.json" />
<add key="fsharp-daily" value="https://www.myget.org/F/fsharp-daily/api/v3/index.json" />
<!-- MSBuild -->
<add key="dotnet-buildtools" value="https://dotnet.myget.org/F/dotnet-buildtools/api/v3/index.json" />
<add key="dotnet-core" value="https://dotnet.myget.org/F/dotnet-core/api/v3/index.json" />
<add key="dotnet-cli" value="https://dotnet.myget.org/F/dotnet-cli/api/v3/index.json" />
<add key="cli-deps" value="https://dotnet.myget.org/F/cli-deps/api/v3/index.json" />

</packageSources>
</configuration>
Original file line number Diff line number Diff line change
Expand Up @@ -51,17 +51,17 @@
"type": "platform",
"version": "1.0.0-rc2-3002702"
},
"Microsoft.Build": "0.1.0-preview-*",
"Microsoft.Build.Framework": "0.1.0-preview-*",
"Microsoft.Build.Tasks.Core": "0.1.0-preview-*",
"Microsoft.Build.Utilities.Core": "0.1.0-preview-*",
"Microsoft.Build": "0.1.0-preview-00022",
"Microsoft.Build.Framework": "0.1.0-preview-00022",
"Microsoft.Build.Tasks.Core": "0.1.0-preview-00022",
"Microsoft.Build.Utilities.Core": "0.1.0-preview-00022",
"System.Runtime.Serialization.Json": "4.0.2-rc2-*",
"Microsoft.FSharp.Core.netcore": "1.0.0-alpha-*",
"FSharp.Compiler.Service.netcore": "1.0.0-alpha-*",
},
"tools": {
"dotnet-compile-fsc": {
"version": "1.0.0-rc2-*",
"version": "1.0.0-preview1-*",
"imports": [
"dnxcore50",
"portable-net45+win81",
Expand Down
7 changes: 0 additions & 7 deletions src/fsharp/FSharp.Compiler.Service.netcore/NuGet.Config
Original file line number Diff line number Diff line change
@@ -1,13 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<packageSources>
<!--To inherit the global NuGet package sources remove the <clear/> line below -->
<clear />
<add key="api.nuget.org" value="https://api.nuget.org/v3/index.json" />
<add key="fsharp-daily" value="https://www.myget.org/F/fsharp-daily/api/v3/index.json" />
<add key="dotnet-buildtools" value="https://dotnet.myget.org/F/dotnet-buildtools/api/v3/index.json" />
<add key="dotnet-core" value="https://dotnet.myget.org/F/dotnet-core/api/v3/index.json" />
<add key="dotnet-cli" value="https://dotnet.myget.org/F/dotnet-cli/api/v3/index.json" />
<add key="cli-deps" value="https://dotnet.myget.org/F/cli-deps/api/v3/index.json" />
</packageSources>
</configuration>
12 changes: 7 additions & 5 deletions src/fsharp/FSharp.Compiler.Service.netcore/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -280,17 +280,19 @@
]
},
"dependencies": {
"Microsoft.NETCore.App": {
"type": "platform",
"version": "1.0.0-rc2-3002702"
},
"NETStandard.Library": "1.5.0-rc2-24027",
"System.Diagnostics.TraceSource": "4.0.0-rc2-*",
"Microsoft.FSharp.Core.netcore": "1.0.0-alpha-*",
"System.Collections.Immutable": "1.2.0-rc2-24027",
"System.Security.Cryptography.Algorithms": "4.1.0-rc2-24027",
"System.Security.Cryptography.Primitives": "4.0.0-rc2-24027",
"System.Reflection.Metadata": "1.3.0-rc2-24027",
"System.Diagnostics.Process": "4.1.0-rc2-24027"
},
"tools": {
"dotnet-fssrgen": "3.0.1",
"dotnet-compile-fsc": {
"version": "1.0.0-rc2-*",
"version": "1.0.0-preview1-*",
"imports": [
"dnxcore50",
"portable-net45+win81",
Expand Down

0 comments on commit e59524b

Please sign in to comment.