Skip to content

Commit

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

- Microsoft.NET.HostModel - 3.0.3

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

- Microsoft.NET.HostModel - 3.0.3

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

- Microsoft.NET.HostModel - 3.0.3

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

- Microsoft.NET.HostModel - 3.0.3

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

- Microsoft.NET.HostModel - 3.0.3

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

- Microsoft.NET.HostModel - 3.0.3

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

- Microsoft.NET.HostModel - 3.0.3

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

- Microsoft.NET.HostModel - 3.0.3

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

- Microsoft.NET.HostModel - 3.0.3

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

- Microsoft.NET.HostModel - 3.0.3

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

- Microsoft.NET.HostModel - 3.0.3

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

- Microsoft.NET.HostModel - 3.0.3

* Update stage0

* Update stage0

* Add aspnetcore dependency

Co-authored-by: Matt Mitchell <mmitche@microsoft.com>
  • Loading branch information
dotnet-maestro[bot] and mmitche authored Jan 20, 2020
1 parent 4ae7f4f commit 316fbdd
Show file tree
Hide file tree
Showing 4 changed files with 11 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-core-setup-c03f2fe" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-core-setup-c03f2fe6/nuget/v3/index.json" />
<add key="darc-pub-dotnet-aspnetcore-bd11e95" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-aspnetcore-bd11e950/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
10 changes: 7 additions & 3 deletions eng/Version.Details.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,13 @@
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>4d80b9cfa53e309c8f685abff3512f60c3d8a3d1</Sha>
</Dependency>
<Dependency Name="Microsoft.NET.HostModel" Version="3.0.2">
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-core-setup</Uri>
<Sha>a2c3406f47bed9f53fea5205c07d22be382f19b8</Sha>
<Dependency Name="Microsoft.NET.HostModel" Version="3.0.3">
<Uri>https://github.com/dotnet/core-setup</Uri>
<Sha>c03f2fe62663edec83d1bc12b4e9f11bd3de5d0e</Sha>
</Dependency>
<Dependency Name="Microsoft.AspNetCore.App.Runtime.win-x64" Version="3.0.3">
<Uri>https://github.com/dotnet/aspnetcore</Uri>
<Sha>bd11e9503c35094d56814f6399c58c77f4220f71</Sha>
</Dependency>
<Dependency Name="NuGet.Build.Tasks" Version="5.3.1-rtm.6268">
<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.0.2</MicrosoftNETHostModelVersion>
<MicrosoftNETHostModelVersion>3.0.3</MicrosoftNETHostModelVersion>
<NETStandardLibraryNETFrameworkVersion>2.0.1-servicing-26011-01</NETStandardLibraryNETFrameworkVersion>
<NewtonsoftJsonVersion>9.0.1</NewtonsoftJsonVersion>
<NuGetBuildTasksPackageVersion>5.3.1-rtm.6268</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.0.102-servicing-014399",
"dotnet": "3.0.103-servicing-014446",
"vs-opt": {
"version": "15.9"
}
Expand Down

0 comments on commit 316fbdd

Please sign in to comment.