Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions eng/Version.Details.xml
Original file line number Diff line number Diff line change
Expand Up @@ -89,9 +89,9 @@
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>5da211e1c42254cb35e7ef3d5a8428fb24853169</Sha>
</Dependency>
<Dependency Name="NuGet.Build.Tasks" Version="6.14.0-preview.1.53">
<Dependency Name="NuGet.Build.Tasks" Version="6.14.0-preview.1.66">
<Uri>https://github.com/nuget/nuget.client</Uri>
<Sha>9202ddad5fabd4d7737fa0c717524fbe2455c972</Sha>
<Sha>181b65dad9f440c7a31fe673abc59c258f224ada</Sha>
</Dependency>
<Dependency Name="Microsoft.Net.Compilers.Toolset" Version="4.14.0-2.25111.1">
<Uri>https://github.com/dotnet/roslyn</Uri>
Expand Down
2 changes: 1 addition & 1 deletion eng/Versions.props
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
<MicrosoftCodeAnalysisCollectionsVersion>4.2.0-1.22102.8</MicrosoftCodeAnalysisCollectionsVersion>
<MicrosoftDotNetXUnitExtensionsVersion>9.0.0-beta.25111.5</MicrosoftDotNetXUnitExtensionsVersion>
<MicrosoftNetCompilersToolsetVersion>4.14.0-2.25111.1</MicrosoftNetCompilersToolsetVersion>
<NuGetBuildTasksVersion>6.14.0-preview.1.53</NuGetBuildTasksVersion>
<NuGetBuildTasksVersion>6.14.0-preview.1.66</NuGetBuildTasksVersion>
</PropertyGroup>
<PropertyGroup Condition="!$(TargetFramework.StartsWith('net4'))">
<BootstrapSdkVersion>9.0.200-preview.0.24603.3</BootstrapSdkVersion>
Expand Down