Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
12 commits
Select commit Hold shift + click to select a range
98baadb
Update dependencies from https://github.com/dotnet/arcade build 20210…
dotnet-maestro[bot] Sep 24, 2021
733aa2c
Update dependencies from https://github.com/dotnet/arcade build 20210…
dotnet-maestro[bot] Sep 28, 2021
ec63bf1
Update dependencies from https://github.com/dotnet/arcade build 20210…
dotnet-maestro[bot] Oct 2, 2021
8082e19
Update dependencies from https://github.com/dotnet/arcade build 20211…
dotnet-maestro[bot] Oct 6, 2021
75f21cb
Update dependencies from https://github.com/dotnet/arcade build 20211…
dotnet-maestro[bot] Oct 7, 2021
b70b7a2
Update dependencies from https://github.com/dotnet/arcade build 20211…
dotnet-maestro[bot] Oct 8, 2021
5211f90
Update dependencies from https://github.com/dotnet/arcade build 20211…
dotnet-maestro[bot] Oct 9, 2021
12be0d3
Update dependencies from https://github.com/dotnet/arcade build 20211…
dotnet-maestro[bot] Oct 12, 2021
80ce14b
Update dependencies from https://github.com/dotnet/arcade build 20211…
dotnet-maestro[bot] Oct 13, 2021
725f204
Update dependencies from https://github.com/dotnet/arcade build 20211…
dotnet-maestro[bot] Oct 13, 2021
8eb294e
Update dependencies from https://github.com/dotnet/arcade build 20211…
dotnet-maestro[bot] Oct 15, 2021
7f78223
Update dependencies from https://github.com/dotnet/arcade build 20211…
dotnet-maestro[bot] Oct 16, 2021
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
8 changes: 4 additions & 4 deletions eng/Version.Details.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
<Uri>https://github.com/dotnet/roslyn-analyzers</Uri>
<Sha />
</Dependency>
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="6.0.0-beta.21460.7">
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="6.0.0-beta.21515.3">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>7324320f814152b72295946847ca72413507705a</Sha>
<Sha>f389f732d8cdca8ee1e38a534cf10c8c3182ba39</Sha>
<SourceBuild RepoName="arcade" ManagedOnly="true" />
</Dependency>
<Dependency Name="NuGet.Build.Tasks" Version="6.0.0-preview.4.243">
Expand All @@ -18,9 +18,9 @@
<Uri>https://github.com/dotnet/roslyn</Uri>
<Sha>c1d8c6f043bc80425c6828455eb57f8a404759c6</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.XUnitExtensions" Version="6.0.0-beta.21460.7">
<Dependency Name="Microsoft.DotNet.XUnitExtensions" Version="6.0.0-beta.21515.3">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>7324320f814152b72295946847ca72413507705a</Sha>
<Sha>f389f732d8cdca8ee1e38a534cf10c8c3182ba39</Sha>
</Dependency>
</ToolsetDependencies>
</Dependencies>
2 changes: 1 addition & 1 deletion eng/Versions.props
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<!-- DotNetCliVersion MUST match the dotnet version in global.json.
Otherwise, this version of dotnet will not be installed and the build will error out. -->
<DotNetCliVersion>$([System.Text.RegularExpressions.Regex]::Match($([System.IO.File]::ReadAllText('$(MSBuildThisFileDirectory)..\global.json')), '"dotnet": "([^"]*)"').Groups.get_Item(1))</DotNetCliVersion>
<MicrosoftDotNetXUnitExtensionsVersion>6.0.0-beta.21460.7</MicrosoftDotNetXUnitExtensionsVersion>
<MicrosoftDotNetXUnitExtensionsVersion>6.0.0-beta.21515.3</MicrosoftDotNetXUnitExtensionsVersion>
<MicrosoftCodeAnalysisBannedApiAnalyzersVersion>3.3.2</MicrosoftCodeAnalysisBannedApiAnalyzersVersion>
<MicrosoftExtensionsDependencyModelVersion>6.0.0-preview.2.21154.6</MicrosoftExtensionsDependencyModelVersion>
<MicrosoftNetCompilersToolsetVersion>4.0.0-5.21469.2</MicrosoftNetCompilersToolsetVersion>
Expand Down
26 changes: 18 additions & 8 deletions eng/common/tools.ps1

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion global.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@
},
"msbuild-sdks": {
"Microsoft.Build.CentralPackageVersions": "2.0.1",
"Microsoft.DotNet.Arcade.Sdk": "6.0.0-beta.21460.7"
"Microsoft.DotNet.Arcade.Sdk": "6.0.0-beta.21515.3"
}
}