Skip to content
Closed
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
Prev Previous commit
Next Next commit
Update dependencies from https://github.com/mono/linker build 20210802.1
Microsoft.NET.ILLink.Analyzers , Microsoft.NET.ILLink.Tasks
 From Version 6.0.100-preview.6.21378.1 -> To Version 6.0.100-preview.6.21402.1
  • Loading branch information
dotnet-maestro[bot] committed Aug 2, 2021
commit 587b9d4ba86f8fab72737121d28ba1275daa1eec
8 changes: 4 additions & 4 deletions eng/Version.Details.xml
Original file line number Diff line number Diff line change
Expand Up @@ -112,14 +112,14 @@
<Uri>https://github.com/microsoft/vstest</Uri>
<Sha>500dca92deb07250be5430134811df40f4f00356</Sha>
</Dependency>
<Dependency Name="Microsoft.NET.ILLink.Tasks" Version="6.0.100-preview.6.21380.2">
<Dependency Name="Microsoft.NET.ILLink.Tasks" Version="6.0.100-preview.6.21402.1">
<Uri>https://github.com/mono/linker</Uri>
<Sha>facfa57f355bfd0a8473f9572c561b9e84c5befe</Sha>
<Sha>d7fb1ac41fe8423c9db1c7272d2e9fa2c4b8f666</Sha>
<SourceBuild RepoName="linker" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.NET.ILLink.Analyzers" Version="6.0.100-preview.6.21380.2">
<Dependency Name="Microsoft.NET.ILLink.Analyzers" Version="6.0.100-preview.6.21402.1">
<Uri>https://github.com/mono/linker</Uri>
<Sha>facfa57f355bfd0a8473f9572c561b9e84c5befe</Sha>
<Sha>d7fb1ac41fe8423c9db1c7272d2e9fa2c4b8f666</Sha>
</Dependency>
<Dependency Name="System.CodeDom" Version="6.0.0-rc.1.21378.9">
<Uri>https://github.com/dotnet/runtime</Uri>
Expand Down
2 changes: 1 addition & 1 deletion eng/Versions.props
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
</PropertyGroup>
<PropertyGroup>
<!-- Dependencies from https://github.com/mono/linker -->
<MicrosoftNETILLinkTasksPackageVersion>6.0.100-preview.6.21380.2</MicrosoftNETILLinkTasksPackageVersion>
<MicrosoftNETILLinkTasksPackageVersion>6.0.100-preview.6.21402.1</MicrosoftNETILLinkTasksPackageVersion>
<MicrosoftNETILLinkAnalyzerPackageVersion>$(MicrosoftNETILLinkTasksPackageVersion)</MicrosoftNETILLinkAnalyzerPackageVersion>
</PropertyGroup>
<PropertyGroup>
Expand Down