Skip to content

Commit

Permalink
[release/3.1.1xx] Update dependencies from dotnet/core-setup (#4181)
Browse files Browse the repository at this point in the history
* Update dependencies from https://github.com/dotnet/core-setup build 20200114.3

- Microsoft.NET.HostModel - 3.1.2

* fixup nuget.config

* Update dependencies from https://github.com/dotnet/core-setup build 20200115.5

- Microsoft.NET.HostModel - 3.1.2

* Update dependencies from https://github.com/dotnet/core-setup build 20200115.9

- Microsoft.NET.HostModel - 3.1.2

* Update dependencies from https://github.com/dotnet/core-setup build 20200115.10

- Microsoft.NET.HostModel - 3.1.2

* Update dependencies from https://github.com/dotnet/core-setup build 20200115.12

- Microsoft.NET.HostModel - 3.1.2

* Update dependencies from https://github.com/dotnet/core-setup build 20200115.14

- Microsoft.NET.HostModel - 3.1.2

* Update dependencies from https://github.com/dotnet/core-setup build 20200116.1

- Microsoft.NET.HostModel - 3.1.2

* Update dependencies from https://github.com/dotnet/core-setup build 20200116.6

- Microsoft.NET.HostModel - 3.1.2

* Update dependencies from https://github.com/dotnet/core-setup build 20200116.9

- Microsoft.NET.HostModel - 3.1.2

* Update dependencies from https://github.com/dotnet/core-setup build 20200116.11

- Microsoft.NET.HostModel - 3.1.2

* Update dependencies from https://github.com/dotnet/core-setup build 20200117.1

- Microsoft.NET.HostModel - 3.1.2

* Update dependencies from https://github.com/dotnet/core-setup build 20200117.4

- Microsoft.NET.HostModel - 3.1.2

* Update stage0

* newersdk

* update nuget.config

Co-authored-by: William Godbe <[email protected]>
  • Loading branch information
dotnet-maestro[bot] and wtgodbe authored Jan 18, 2020
1 parent 595244a commit 90a093b
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
2 changes: 2 additions & 0 deletions NuGet.config
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
<packageSources>
<clear />
<!--Begin: Package sources managed by Dependency Flow automation. Do not edit the sources below.-->
<add key="darc-pub-dotnet-aspnetcore-c3acdca" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-aspnetcore-c3acdcac/nuget/v3/index.json" />
<add key="darc-pub-dotnet-core-setup-916b5cb" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-core-setup-916b5cba/nuget/v3/index.json" />
<!--End: Package sources managed by Dependency Flow automation. Do not edit the sources above.-->
<add key="dotnet-core" value="https://dotnetfeed.blob.core.windows.net/dotnet-core/index.json" />
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" />
Expand Down
6 changes: 3 additions & 3 deletions eng/Version.Details.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>4d80b9cfa53e309c8f685abff3512f60c3d8a3d1</Sha>
</Dependency>
<Dependency Name="Microsoft.NET.HostModel" Version="3.1.1">
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-core-setup</Uri>
<Sha>a1388f194c30cb21b36b75982962cb5e35954e4e</Sha>
<Dependency Name="Microsoft.NET.HostModel" Version="3.1.2">
<Uri>https://github.com/dotnet/core-setup</Uri>
<Sha>916b5cba268e1e1e803243004f4276cf40b2dda8</Sha>
</Dependency>
<Dependency Name="NuGet.Build.Tasks" Version="5.4.0-rtm.6292">
<Uri>https://github.com/NuGet/NuGet.Client</Uri>
Expand Down
2 changes: 1 addition & 1 deletion eng/Versions.props
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<MicrosoftBuildFrameworkVersion>15.4.8</MicrosoftBuildFrameworkVersion>
<MicrosoftBuildUtilitiesCoreVersion>15.4.8</MicrosoftBuildUtilitiesCoreVersion>
<MicrosoftExtensionsDependencyModelVersion>2.1.0-preview2-26306-03</MicrosoftExtensionsDependencyModelVersion>
<MicrosoftNETHostModelVersion>3.1.1</MicrosoftNETHostModelVersion>
<MicrosoftNETHostModelVersion>3.1.2</MicrosoftNETHostModelVersion>
<NETStandardLibraryNETFrameworkVersion>2.0.1-servicing-26011-01</NETStandardLibraryNETFrameworkVersion>
<NewtonsoftJsonVersion>9.0.1</NewtonsoftJsonVersion>
<NuGetBuildTasksPackageVersion>5.4.0-rtm.6292</NuGetBuildTasksPackageVersion>
Expand Down
2 changes: 1 addition & 1 deletion global.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"tools": {
"dotnet": "3.1.101-servicing-014832",
"dotnet": "3.1.102-servicing-014859",
"vs-opt": {
"version": "15.9"
}
Expand Down

0 comments on commit 90a093b

Please sign in to comment.