Skip to content

Commit

Permalink
Building against official NuGet RC2 bits and removing NuGet links to …
Browse files Browse the repository at this point in the history
…pre-release feed
  • Loading branch information
jbogard committed May 16, 2016
1 parent f71a81a commit 3e59774
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions src/AutoMapper/project.json
Expand Up @@ -17,11 +17,11 @@
"netstandard1.1": {
"compilationOptions": { "define": [ "PORTABLE" ] },
"dependencies": {
"Microsoft.CSharp": "4.0.1-rc3-*",
"NETStandard.Library": "1.5.0-rc2-*",
"System.Linq.Expressions": "4.1.0-rc3-*",
"System.Linq.Queryable": "4.0.1-rc3-*",
"System.Dynamic.Runtime": "4.0.11-rc3-*"
"Microsoft.CSharp": "4.0.1-rc2-24027",
"NETStandard.Library": "1.5.0-rc2-24027",
"System.Linq.Expressions": "4.0.11-rc2-24027",
"System.Linq.Queryable": "4.0.1-rc2-24027",
"System.Dynamic.Runtime": "4.0.11-rc2-24027"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion src/NuGet.config
Expand Up @@ -2,7 +2,7 @@
<configuration>
<packageSources>
<clear/>
<add key="myget.org dotnet-core" value="https://dotnet.myget.org/F/dotnet-core/api/v3/index.json" />
<!--<add key="myget.org dotnet-core" value="https://dotnet.myget.org/F/dotnet-core/api/v3/index.json" />-->
<add key="dotnet.myget.org dotnet-cli" value="https://dotnet.myget.org/F/dotnet-cli/api/v3/index.json" />
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" />
</packageSources>
Expand Down

0 comments on commit 3e59774

Please sign in to comment.