Skip to content

Commit 90a093b

Browse files
[release/3.1.1xx] Update dependencies from dotnet/core-setup (#4181)
* 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]>
1 parent 595244a commit 90a093b

File tree

4 files changed

+7
-5
lines changed

4 files changed

+7
-5
lines changed

NuGet.config

+2
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
<packageSources>
44
<clear />
55
<!--Begin: Package sources managed by Dependency Flow automation. Do not edit the sources below.-->
6+
<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" />
7+
<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" />
68
<!--End: Package sources managed by Dependency Flow automation. Do not edit the sources above.-->
79
<add key="dotnet-core" value="https://dotnetfeed.blob.core.windows.net/dotnet-core/index.json" />
810
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" />

eng/Version.Details.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@
1515
<Uri>https://github.com/dotnet/arcade</Uri>
1616
<Sha>4d80b9cfa53e309c8f685abff3512f60c3d8a3d1</Sha>
1717
</Dependency>
18-
<Dependency Name="Microsoft.NET.HostModel" Version="3.1.1">
19-
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-core-setup</Uri>
20-
<Sha>a1388f194c30cb21b36b75982962cb5e35954e4e</Sha>
18+
<Dependency Name="Microsoft.NET.HostModel" Version="3.1.2">
19+
<Uri>https://github.com/dotnet/core-setup</Uri>
20+
<Sha>916b5cba268e1e1e803243004f4276cf40b2dda8</Sha>
2121
</Dependency>
2222
<Dependency Name="NuGet.Build.Tasks" Version="5.4.0-rtm.6292">
2323
<Uri>https://github.com/NuGet/NuGet.Client</Uri>

eng/Versions.props

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<MicrosoftBuildFrameworkVersion>15.4.8</MicrosoftBuildFrameworkVersion>
1616
<MicrosoftBuildUtilitiesCoreVersion>15.4.8</MicrosoftBuildUtilitiesCoreVersion>
1717
<MicrosoftExtensionsDependencyModelVersion>2.1.0-preview2-26306-03</MicrosoftExtensionsDependencyModelVersion>
18-
<MicrosoftNETHostModelVersion>3.1.1</MicrosoftNETHostModelVersion>
18+
<MicrosoftNETHostModelVersion>3.1.2</MicrosoftNETHostModelVersion>
1919
<NETStandardLibraryNETFrameworkVersion>2.0.1-servicing-26011-01</NETStandardLibraryNETFrameworkVersion>
2020
<NewtonsoftJsonVersion>9.0.1</NewtonsoftJsonVersion>
2121
<NuGetBuildTasksPackageVersion>5.4.0-rtm.6292</NuGetBuildTasksPackageVersion>

global.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"tools": {
3-
"dotnet": "3.1.101-servicing-014832",
3+
"dotnet": "3.1.102-servicing-014859",
44
"vs-opt": {
55
"version": "15.9"
66
}

0 commit comments

Comments
 (0)