Skip to content

Commit 1a9f3e3

Browse files
committed
Update DependencyModel to the official package and add dotnet-core feed to the NuGet.config
Fix #14.
1 parent b113c4d commit 1a9f3e3

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

NuGet.config

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@
55
<clear />
66
<add key="nugetbuild" value="https://www.myget.org/F/nugetbuild/api/v3/index.json" />
77
<add key="dotnet-buildtools" value="https://dotnet.myget.org/F/dotnet-buildtools/api/v3/index.json" />
8-
<!-- TODO: https://github.com/dotnet/sdk/issues/14 dotnet-core-test needs to be changed to dotnet-core once the netstandard1.3 DependencyModel package is available -->
9-
<add key="dotnet-core-test" value="https://dotnet.myget.org/F/dotnet-core-test/api/v3/index.json" />
8+
<add key="dotnet-core" value="https://dotnet.myget.org/F/dotnet-core/api/v3/index.json" />
109
<add key="api.nuget.org" value="https://api.nuget.org/v3/index.json" />
1110
</packageSources>
1211
</configuration>

src/Tasks/Microsoft.DotNet.Core.Build.Tasks.UnitTests/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"dependencies": {
33
"NuGet.ProjectModel": "3.5.0-rc1-1697",
4-
"Microsoft.Extensions.DependencyModel": "1.0.1-beta-003393",
4+
"Microsoft.Extensions.DependencyModel": "1.0.1-beta-000914",
55
"Microsoft.Build.Framework": "0.1.0-preview-00028-160627",
66
"Microsoft.Build.Utilities.Core": "0.1.0-preview-00028-160627",
77
"xunit": "2.1.0",

src/Tasks/Microsoft.DotNet.Core.Build.Tasks/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"dependencies": {
33
"NuGet.ProjectModel": "3.5.0-rc1-1697",
4-
"Microsoft.Extensions.DependencyModel": "1.0.1-beta-003393",
4+
"Microsoft.Extensions.DependencyModel": "1.0.1-beta-000914",
55
"Microsoft.Build.Framework": "0.1.0-preview-00028-160627",
66
"Microsoft.Build.Utilities.Core": "0.1.0-preview-00028-160627"
77
},

0 commit comments

Comments
 (0)