File tree Expand file tree Collapse file tree 3 files changed +7
-4
lines changed Expand file tree Collapse file tree 3 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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'))" >
Original file line number Diff line number Diff line change 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" : {
You can’t perform that action at this time.
0 commit comments