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

[main] Update dependencies from dotnet/installer #11175

Merged
merged 28 commits into from
Apr 20, 2021
Merged
Show file tree
Hide file tree
Changes from 10 commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
120ef2f
Update dependencies from https://github.com/dotnet/installer build 20…
dotnet-maestro[bot] Apr 9, 2021
fad05ba
Merge branch 'main' into darc-main-38ef8300-a7b5-4ebc-9dd4-75e9ac8721ed
dalexsoto Apr 9, 2021
5e184ca
Merge branch 'main' into darc-main-38ef8300-a7b5-4ebc-9dd4-75e9ac8721ed
dalexsoto Apr 9, 2021
8d87901
Merge branch 'main' into darc-main-38ef8300-a7b5-4ebc-9dd4-75e9ac8721ed
mandel-macaque Apr 10, 2021
6b2203c
Update dependencies from https://github.com/dotnet/installer build 20…
dotnet-maestro[bot] Apr 10, 2021
04ceb7d
Merge branch 'main' into darc-main-38ef8300-a7b5-4ebc-9dd4-75e9ac8721ed
dalexsoto Apr 11, 2021
8a477c8
Update dependencies from https://github.com/dotnet/installer build 20…
dotnet-maestro[bot] Apr 11, 2021
27e8d31
same P4 specific fix as ccb43cba563366b5a9e41b3f98cd140a86342317
Apr 12, 2021
a1242da
Merge branch 'main' into darc-main-38ef8300-a7b5-4ebc-9dd4-75e9ac8721ed
spouliot Apr 13, 2021
2d9d5da
Update dependencies from https://github.com/dotnet/installer build 20…
dotnet-maestro[bot] Apr 13, 2021
bf96270
Update dependencies from https://github.com/dotnet/installer build 20…
dotnet-maestro[bot] Apr 14, 2021
29b10a5
Merge branch 'main' into darc-main-38ef8300-a7b5-4ebc-9dd4-75e9ac8721ed
spouliot Apr 14, 2021
56bb3d7
Update dependencies from https://github.com/dotnet/installer build 20…
dotnet-maestro[bot] Apr 14, 2021
ed3ac89
Update to new package names
Apr 15, 2021
44e02cf
Update dependencies from https://github.com/dotnet/installer build 20…
dotnet-maestro[bot] Apr 15, 2021
8ebf77b
Merge branch 'main' into darc-main-38ef8300-a7b5-4ebc-9dd4-75e9ac8721ed
dalexsoto Apr 15, 2021
a22402e
Fix build (path changed to include '.mono')
Apr 15, 2021
d8a6abe
Merge branch 'main' into darc-main-38ef8300-a7b5-4ebc-9dd4-75e9ac8721ed
Apr 16, 2021
9a02e48
remove more '.mono' special case that are not needed anymore
Apr 16, 2021
0ac9320
Update dependencies from https://github.com/dotnet/installer build 20…
dotnet-maestro[bot] Apr 16, 2021
106defd
Fix building apps (it now finds the native libs)
Apr 16, 2021
c837f58
Add back IsTrimmable (or nothing gets linked)
Apr 16, 2021
50e7fcc
Merge branch 'main' into darc-main-38ef8300-a7b5-4ebc-9dd4-75e9ac8721ed
spouliot Apr 17, 2021
898b764
Update dependencies from https://github.com/dotnet/installer build 20…
dotnet-maestro[bot] Apr 19, 2021
e146bd0
Keep downloading the CoreCLR runtime packs.
rolfbjarne Apr 19, 2021
1e376e7
[runtime] Adjust the build to link with the correct runtime library f…
rolfbjarne Apr 19, 2021
5fdd4e2
[tests][monotouch-test] Ignore NSTimeZoneTest / All_28300 on dotnet a…
Apr 19, 2021
52ca962
[dotnet][msbuild] Add more (missing) '\'
Apr 19, 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
2 changes: 1 addition & 1 deletion dotnet/targets/Xamarin.Shared.Sdk.targets
Original file line number Diff line number Diff line change
Expand Up @@ -699,7 +699,7 @@
Condition="'%(Extension)' == '.dylib'" />
<ResolvedFileToPublish
Update="@(ResolvedFileToPublish)"
RelativePath="$([MSBuild]::MakeRelative($(MSBuildProjectDirectory)$(PublishDir),$(_AssemblyPublishDir)))%(Filename)%(Extension)"
RelativePath="$([MSBuild]::MakeRelative($(MSBuildProjectDirectory)$(PublishDir),$(_AssemblyPublishDir)))\%(Filename)%(Extension)"
Condition="'$(_PlatformName)' != 'macOS' And '$(InvariantGlobalization)' != 'true' And '%(Filename)%(Extension)' == 'icudt.dat'" />
</ItemGroup>
</Target>
Expand Down
4 changes: 2 additions & 2 deletions eng/Version.Details.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<Dependencies>
<ProductDependencies>
<Dependency Name="Microsoft.Dotnet.Sdk.Internal" Version="6.0.100-preview.3.21202.5">
<Dependency Name="Microsoft.Dotnet.Sdk.Internal" Version="6.0.100-preview.4.21212.5">
<Uri>https://github.com/dotnet/installer</Uri>
<Sha>aee38a6dd446b512b1ae510d80d2ed1c1f24e79a</Sha>
<Sha>c6e6c1b622701ea76e946882375c426bc422763d</Sha>
</Dependency>
<Dependency Name="Microsoft.NET.ILLink" Version="6.0.100-preview.2.21212.1">
<Uri>https://github.com/mono/linker</Uri>
Expand Down
2 changes: 1 addition & 1 deletion eng/Versions.props
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project>
<!--Package versions-->
<PropertyGroup>
<MicrosoftDotnetSdkInternalPackageVersion>6.0.100-preview.3.21202.5</MicrosoftDotnetSdkInternalPackageVersion>
<MicrosoftDotnetSdkInternalPackageVersion>6.0.100-preview.4.21212.5</MicrosoftDotnetSdkInternalPackageVersion>
<MicrosoftNETILLinkPackageVersion>6.0.100-preview.2.21212.1</MicrosoftNETILLinkPackageVersion>
<MicrosoftNETILLinkTasksPackageVersion>6.0.100-preview.2.21212.1</MicrosoftNETILLinkTasksPackageVersion>
</PropertyGroup>
Expand Down