Skip to content

Commit aee43cf

Browse files
Update dependencies from https://github.com/nuget/nuget.client build 6.15.0.82 (#12020)
Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
1 parent a1c1600 commit aee43cf

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

eng/Version.Details.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,9 +116,9 @@
116116
<Uri>https://github.com/dotnet/arcade</Uri>
117117
<Sha>0d52a8b262d35fa2fde84e398cb2e791b8454bd2</Sha>
118118
</Dependency>
119-
<Dependency Name="NuGet.Build.Tasks" Version="6.15.0-preview.1.78">
119+
<Dependency Name="NuGet.Build.Tasks" Version="6.15.0-preview.1.82">
120120
<Uri>https://github.com/nuget/nuget.client</Uri>
121-
<Sha>1a0b6d016d825bf435eb081bbff91a0cec4ade77</Sha>
121+
<Sha>772ee13d2bafaa1414d90dbfbd77e0941115ef19</Sha>
122122
</Dependency>
123123
<Dependency Name="Microsoft.Net.Compilers.Toolset" Version="4.14.0-3.25262.10">
124124
<Uri>https://github.com/dotnet/roslyn</Uri>

eng/Versions.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
<DotNetCliVersion>$([System.Text.RegularExpressions.Regex]::Match($([System.IO.File]::ReadAllText('$(MSBuildThisFileDirectory)..\global.json')), '"dotnet": "([^"]*)"').Groups.get_Item(1))</DotNetCliVersion>
8282
<MicrosoftCodeAnalysisCollectionsVersion>4.2.0-1.22102.8</MicrosoftCodeAnalysisCollectionsVersion>
8383
<MicrosoftDotNetXUnitExtensionsVersion>9.0.0-beta.25302.2</MicrosoftDotNetXUnitExtensionsVersion>
84-
<NuGetBuildTasksVersion>6.15.0-preview.1.78</NuGetBuildTasksVersion>
84+
<NuGetBuildTasksVersion>6.15.0-preview.1.82</NuGetBuildTasksVersion>
8585
<MicrosoftNetCompilersToolsetVersion>4.14.0-3.25262.10</MicrosoftNetCompilersToolsetVersion>
8686
</PropertyGroup>
8787
<PropertyGroup Condition="!$(TargetFramework.StartsWith('net4'))">

global.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
{
22
"sdk": {
33
"allowPrerelease": true,
4-
"paths": [ ".dotnet", "$host$" ],
4+
"paths": [
5+
".dotnet",
6+
"$host$"
7+
],
58
"errorMessage": "The .NET SDK could not be found, please run a command-line build with ./build.cmd."
69
},
710
"tools": {

0 commit comments

Comments
 (0)