Skip to content
This repository has been archived by the owner on Apr 20, 2023. It is now read-only.

Commit

Permalink
Merge pull request #2860 from alpaix/rel/1.0.0
Browse files Browse the repository at this point in the history
Update NuGet to 3.5.0-beta-1246
  • Loading branch information
eerhardt committed May 4, 2016
2 parents 11a0017 + 0d6b3c8 commit f1e84bb
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion scripts/update-dependencies/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"Microsoft.CSharp": "4.0.1-rc2-24027",
"System.Runtime.Serialization.Primitives": "4.1.1-rc2-24027",
"Microsoft.DotNet.Cli.Build.Framework": "1.0.0-*",
"NuGet.Versioning": "3.5.0-rc-1233",
"NuGet.Versioning": "3.5.0-beta-1246",
"Newtonsoft.Json": "7.0.1",
"Octokit": "0.18.0",
"Microsoft.Net.Http": "2.2.29"
Expand Down
8 changes: 4 additions & 4 deletions src/Microsoft.DotNet.Cli.Utils/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
},
"dependencies": {
"Microsoft.DotNet.ProjectModel": "1.0.0-*",
"NuGet.Versioning": "3.5.0-rc-1233",
"NuGet.Packaging": "3.5.0-rc-1233",
"NuGet.Frameworks": "3.5.0-rc-1233",
"NuGet.ProjectModel": "3.5.0-rc-1233"
"NuGet.Versioning": "3.5.0-beta-1246",
"NuGet.Packaging": "3.5.0-beta-1246",
"NuGet.Frameworks": "3.5.0-beta-1246",
"NuGet.ProjectModel": "3.5.0-beta-1246"
},
"frameworks": {
"net451": {
Expand Down
4 changes: 2 additions & 2 deletions src/Microsoft.DotNet.ProjectModel/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
"dependencies": {
"Microsoft.Extensions.DependencyModel": "1.0.0-*",
"Newtonsoft.Json": "7.0.1",
"NuGet.Packaging": "3.5.0-rc-1233",
"NuGet.RuntimeModel": "3.5.0-rc-1233",
"NuGet.Packaging": "3.5.0-beta-1246",
"NuGet.RuntimeModel": "3.5.0-beta-1246",
"System.Reflection.Metadata": "1.3.0-rc2-24027"
},
"frameworks": {
Expand Down
4 changes: 2 additions & 2 deletions src/dotnet/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@
],
"dependencies": {
"NuGet.Commands": {
"version": "3.5.0-rc-1233",
"version": "3.5.0-beta-1246",
"exclude": "compile"
},
"NuGet.CommandLine.XPlat": "3.5.0-rc-1233",
"NuGet.CommandLine.XPlat": "3.5.0-beta-1246",
"Newtonsoft.Json": "7.0.1",
"System.Text.Encoding.CodePages": "4.0.1-rc2-24027",
"System.Diagnostics.FileVersionInfo": "4.0.0-rc2-24027",
Expand Down
8 changes: 4 additions & 4 deletions test/Microsoft.DotNet.Cli.Utils.Tests/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@
},
"System.Diagnostics.TraceSource": "4.0.0-rc2-24027",
"System.Runtime.Serialization.Primitives": "4.1.1-rc2-24027",
"NuGet.Versioning": "3.5.0-rc-1233",
"NuGet.Packaging": "3.5.0-rc-1233",
"NuGet.Frameworks": "3.5.0-rc-1233",
"NuGet.ProjectModel": "3.5.0-rc-1233",
"NuGet.Versioning": "3.5.0-beta-1246",
"NuGet.Packaging": "3.5.0-beta-1246",
"NuGet.Frameworks": "3.5.0-beta-1246",
"NuGet.ProjectModel": "3.5.0-beta-1246",
"Microsoft.DotNet.ProjectModel": {
"target": "project"
},
Expand Down
4 changes: 2 additions & 2 deletions tools/RuntimeGraphGenerator/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"emitEntryPoint": true
},
"dependencies": {
"NuGet.RuntimeModel": "3.5.0-rc-1233",
"NuGet.Versioning": "3.5.0-rc-1233",
"NuGet.RuntimeModel": "3.5.0-beta-1246",
"NuGet.Versioning": "3.5.0-beta-1246",
"System.CommandLine": "0.1.0-e160119-1",
"System.Runtime.Serialization.Json": "4.0.2-rc2-24027",
"Microsoft.DotNet.ProjectModel": "1.0.0-*",
Expand Down

0 comments on commit f1e84bb

Please sign in to comment.