Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
1d6c616
Update dependencies from https://github.com/dotnet/roslyn build 20200…
dotnet-maestro[bot] Jul 22, 2020
fc849c2
Update dependencies from https://github.com/dotnet/efcore build 20200…
dotnet-maestro[bot] Jul 22, 2020
ad0e27f
Update dependencies from https://github.com/dotnet/efcore build 20200…
dotnet-maestro[bot] Jul 22, 2020
b3b53d7
Update dependencies from https://github.com/dotnet/efcore build 20200…
dotnet-maestro[bot] Jul 22, 2020
27a0e76
Update dependencies from https://github.com/dotnet/efcore build 20200…
dotnet-maestro[bot] Jul 22, 2020
707109d
Update dependencies from https://github.com/dotnet/efcore build 20200…
dotnet-maestro[bot] Jul 22, 2020
28098d0
Update dependencies from https://github.com/dotnet/efcore build 20200…
dotnet-maestro[bot] Jul 22, 2020
f0559e1
Update dependencies from https://github.com/dotnet/efcore build 20200…
dotnet-maestro[bot] Jul 22, 2020
121baf5
Update dependencies from https://github.com/dotnet/efcore build 20200…
dotnet-maestro[bot] Jul 22, 2020
b2d1840
Update dependencies from https://github.com/dotnet/efcore build 20200…
dotnet-maestro[bot] Jul 22, 2020
67f1596
Update dependencies from https://github.com/dotnet/efcore build 20200…
dotnet-maestro[bot] Jul 22, 2020
39f16fb
Update dependencies from https://github.com/dotnet/efcore build 20200…
dotnet-maestro[bot] Jul 22, 2020
1b9ca3b
Update dependencies from https://github.com/dotnet/efcore build 20200…
dotnet-maestro[bot] Jul 22, 2020
f174e7b
Update dependencies from https://github.com/dotnet/efcore build 20200…
dotnet-maestro[bot] Jul 22, 2020
3acec1c
Update dependencies from https://github.com/dotnet/efcore build 20200…
dotnet-maestro[bot] Jul 23, 2020
8ae55c1
Update dependencies from https://github.com/dotnet/efcore build 20200…
dotnet-maestro[bot] Jul 23, 2020
291e1ad
Update dependencies from https://github.com/dotnet/efcore build 20200…
dotnet-maestro[bot] Jul 23, 2020
c8d287b
Update dependencies from https://github.com/dotnet/efcore build 20200…
dotnet-maestro[bot] Jul 23, 2020
56b65d9
Postponing roslyn update
sebastienros Jul 23, 2020
5799f64
Reverting roslyn updates
sebastienros Jul 23, 2020
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 @@ -313,9 +313,9 @@
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>ff5d4b6c8dbdaeacb6e6159d3f8185118dffd915</Sha>
</Dependency>
<Dependency Name="Microsoft.Net.Compilers.Toolset" Version="3.8.0-1.20367.11">
<Dependency Name="Microsoft.Net.Compilers.Toolset" Version="3.8.0-1.20371.14">
<Uri>https://github.com/dotnet/roslyn</Uri>
<Sha>fb7b2e716d163b7abebf57db505e01a4a521ddae</Sha>
<Sha>ad5096d80a47fb7aa5dbce164fa042804f6a7422</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 @@ -62,7 +62,7 @@
-->
<PropertyGroup Label="Automated">
<!-- Packages from dotnet/roslyn -->
<MicrosoftNetCompilersToolsetPackageVersion>3.8.0-1.20367.11</MicrosoftNetCompilersToolsetPackageVersion>
<MicrosoftNetCompilersToolsetPackageVersion>3.8.0-1.20371.14</MicrosoftNetCompilersToolsetPackageVersion>
<!-- Packages from dotnet/runtime -->
<MicrosoftExtensionsDependencyModelPackageVersion>5.0.0-rc.1.20370.4</MicrosoftExtensionsDependencyModelPackageVersion>
<MicrosoftNETCoreAppInternalPackageVersion>5.0.0-rc.1.20370.4</MicrosoftNETCoreAppInternalPackageVersion>
Expand Down