Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[master] Update dependencies from dotnet/runtime-assets dotnet/llvm-project dotnet/icu mono/linker dotnet/arcade Microsoft/vstest dotnet/xharness #41025

Merged
merged 19 commits into from
Aug 23, 2020
Merged
Changes from 1 commit
Commits
Show all changes
19 commits
Select commit Hold shift + click to select a range
e34a094
Update dependencies from https://github.com/dotnet/arcade build 20200…
dotnet-maestro[bot] Aug 19, 2020
4eaa3b8
Update dependencies from https://github.com/mono/linker build 20200818.3
dotnet-maestro[bot] Aug 19, 2020
3338941
Update dependencies from https://github.com/dotnet/llvm-project build…
dotnet-maestro[bot] Aug 19, 2020
daf2960
Update dependencies from https://github.com/dotnet/xharness build 202…
dotnet-maestro[bot] Aug 19, 2020
fd271c1
Update dependencies from https://github.com/dotnet/icu build 20200818.2
dotnet-maestro[bot] Aug 19, 2020
cb02be4
Update dependencies from https://github.com/dotnet/xharness build 202…
dotnet-maestro[bot] Aug 19, 2020
12047ce
Update dependencies from https://github.com/dotnet/runtime-assets bui…
dotnet-maestro[bot] Aug 20, 2020
bcc54e4
Merge branch 'master' into darc-master-3c281cf1-7867-4f61-a2e5-e6e722…
mmitche Aug 20, 2020
8aa3603
Update dependencies from https://github.com/mono/linker build 20200820.2
dotnet-maestro[bot] Aug 20, 2020
3641093
Update dependencies from https://github.com/dotnet/arcade build 20200…
dotnet-maestro[bot] Aug 21, 2020
2f95342
Update dependencies from https://github.com/microsoft/vstest build 20…
dotnet-maestro[bot] Aug 21, 2020
6609f65
Update dependencies from https://github.com/dotnet/xharness build 202…
dotnet-maestro[bot] Aug 21, 2020
c9aeca7
Pin compilers version
safern Aug 21, 2020
ac41567
Merge remote-tracking branch 'dotnet/master' into darc-master-3c281cf…
safern Aug 21, 2020
f1a456d
Merge remote-tracking branch 'dotnet/master' into darc-master-3c281cf…
safern Aug 22, 2020
445b933
Add dotnet6 feed to NuGet.config
safern Aug 22, 2020
cf35cc1
Update dependencies from https://github.com/mono/linker build 20200822.1
dotnet-maestro[bot] Aug 22, 2020
ec5faf0
Update dependencies from https://github.com/dotnet/arcade build 20200…
dotnet-maestro[bot] Aug 23, 2020
601805a
Update dependencies from https://github.com/microsoft/vstest build 20…
dotnet-maestro[bot] Aug 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
Prev Previous commit
Next Next commit
Pin compilers version
  • Loading branch information
safern committed Aug 21, 2020
commit c9aeca72dce04c8deeec9323eb65ecd447c69e14
2 changes: 2 additions & 0 deletions eng/Versions.props
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@
<ProjectServicingConfiguration Include="Microsoft.NETCore.App.Ref" PatchVersion="0" />
</ItemGroup>
<PropertyGroup>
<!-- Pin compiler version to workaround: https://github.com/dotnet/runtime/issues/41100 -->
<MicrosoftNetCompilersToolsetVersion>3.8.0-2.20403.2</MicrosoftNetCompilersToolsetVersion>
<!-- Arcade dependencies -->
<MicrosoftDotNetApiCompatVersion>5.0.0-beta.20419.21</MicrosoftDotNetApiCompatVersion>
<MicrosoftDotNetBuildTasksFeedVersion>5.0.0-beta.20419.21</MicrosoftDotNetBuildTasksFeedVersion>
Expand Down