Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
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
10 changes: 5 additions & 5 deletions eng/Version.Details.props
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,16 @@ This file should be imported by eng/Versions.props
<Project>
<PropertyGroup>
<!-- dotnet-dotnet dependencies -->
<MicrosoftDotNetArcadeSdkPackageVersion>10.0.0-beta.26213.104</MicrosoftDotNetArcadeSdkPackageVersion>
<MicrosoftDotNetBuildTasksFeedPackageVersion>10.0.0-beta.26213.104</MicrosoftDotNetBuildTasksFeedPackageVersion>
<MicrosoftDotNetArcadeSdkPackageVersion>10.0.0-beta.26216.115</MicrosoftDotNetArcadeSdkPackageVersion>
<MicrosoftDotNetBuildTasksFeedPackageVersion>10.0.0-beta.26216.115</MicrosoftDotNetBuildTasksFeedPackageVersion>
<MicrosoftDotNetCecilPackageVersion>0.11.5-alpha.26070.104</MicrosoftDotNetCecilPackageVersion>
<MicrosoftDotNetSharedFrameworkSdkPackageVersion>10.0.0-beta.26213.104</MicrosoftDotNetSharedFrameworkSdkPackageVersion>
<MicrosoftDotNetSharedFrameworkSdkPackageVersion>10.0.0-beta.26216.115</MicrosoftDotNetSharedFrameworkSdkPackageVersion>
<MicrosoftNETILLinkPackageVersion>10.0.3-servicing.26070.104</MicrosoftNETILLinkPackageVersion>
<MicrosoftNETILLinkTasksPackageVersion>10.0.3</MicrosoftNETILLinkTasksPackageVersion>
<MicrosoftNETRuntimeMonoTargetsSdkPackageVersion>10.0.3</MicrosoftNETRuntimeMonoTargetsSdkPackageVersion>
<MicrosoftNETSdkPackageVersion>10.0.300-preview.0.26213.104</MicrosoftNETSdkPackageVersion>
<MicrosoftNETSdkPackageVersion>10.0.300-preview.0.26216.115</MicrosoftNETSdkPackageVersion>
<MicrosoftNETCoreAppRefPackageVersion>10.0.3</MicrosoftNETCoreAppRefPackageVersion>
<MicrosoftTemplateEngineAuthoringTasksPackageVersion>10.0.300-preview.26213.104</MicrosoftTemplateEngineAuthoringTasksPackageVersion>
<MicrosoftTemplateEngineAuthoringTasksPackageVersion>10.0.300-preview.26216.115</MicrosoftTemplateEngineAuthoringTasksPackageVersion>
<!-- dotnet-macios dependencies -->
<MicrosoftiOSSdknet100_260PackageVersion>26.0.11017</MicrosoftiOSSdknet100_260PackageVersion>
<MicrosoftiOSSdknet90_185PackageVersion>18.5.9227</MicrosoftiOSSdknet90_185PackageVersion>
Expand Down
20 changes: 10 additions & 10 deletions eng/Version.Details.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<Dependencies>
<ProductDependencies>
<Dependency Name="Microsoft.NET.Sdk" Version="10.0.300-preview.0.26213.104">
<Dependency Name="Microsoft.NET.Sdk" Version="10.0.300-preview.0.26216.115">
<Uri>https://github.com/dotnet/dotnet</Uri>
<Sha>2476be2e45bb47d8dd6604fac803cef03198f2a7</Sha>
<Sha>7141470de2a1582db15ae6886e361ead12efb3d8</Sha>
</Dependency>
<Dependency Name="Microsoft.NET.ILLink" Version="10.0.3-servicing.26070.104">
<Uri>https://github.com/dotnet/dotnet</Uri>
Expand Down Expand Up @@ -95,25 +95,25 @@
</Dependency>
</ProductDependencies>
<ToolsetDependencies>
<Dependency Name="Microsoft.DotNet.Build.Tasks.Feed" Version="10.0.0-beta.26213.104">
<Dependency Name="Microsoft.DotNet.Build.Tasks.Feed" Version="10.0.0-beta.26216.115">
<Uri>https://github.com/dotnet/dotnet</Uri>
<Sha>2476be2e45bb47d8dd6604fac803cef03198f2a7</Sha>
<Sha>7141470de2a1582db15ae6886e361ead12efb3d8</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.SharedFramework.Sdk" Version="10.0.0-beta.26213.104">
<Dependency Name="Microsoft.DotNet.SharedFramework.Sdk" Version="10.0.0-beta.26216.115">
<Uri>https://github.com/dotnet/dotnet</Uri>
<Sha>2476be2e45bb47d8dd6604fac803cef03198f2a7</Sha>
<Sha>7141470de2a1582db15ae6886e361ead12efb3d8</Sha>
</Dependency>
<Dependency Name="Microsoft.TemplateEngine.Authoring.Tasks" Version="10.0.300-preview.26213.104">
<Dependency Name="Microsoft.TemplateEngine.Authoring.Tasks" Version="10.0.300-preview.26216.115">
<Uri>https://github.com/dotnet/dotnet</Uri>
<Sha>2476be2e45bb47d8dd6604fac803cef03198f2a7</Sha>
<Sha>7141470de2a1582db15ae6886e361ead12efb3d8</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.XHarness.iOS.Shared" Version="11.0.0-prerelease.26214.1">
<Uri>https://github.com/dotnet/xharness</Uri>
<Sha>84f48de9bd52fdee2a3b42e45e0b21b79413005e</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="10.0.0-beta.26213.104">
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="10.0.0-beta.26216.115">
<Uri>https://github.com/dotnet/dotnet</Uri>
<Sha>2476be2e45bb47d8dd6604fac803cef03198f2a7</Sha>
<Sha>7141470de2a1582db15ae6886e361ead12efb3d8</Sha>
<SourceBuild RepoName="arcade" ManagedOnly="true" />
</Dependency>
</ToolsetDependencies>
Expand Down
6 changes: 3 additions & 3 deletions global.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"sdk": {
"version": "10.0.300-preview.0.26213.104",
"version": "10.0.300-preview.0.26216.115",
"paths": [
"builds/downloads/dotnet",
"$host$"
],
"errorMessage": "The .NET SDK could not be found, please run 'make dotnet -C builds'."
},
"tools": {
"dotnet": "10.0.300-preview.0.26213.104"
"dotnet": "10.0.300-preview.0.26216.115"
},
"msbuild-sdks": {
"Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.26213.104"
"Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.26216.115"
}
}
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
AppBundleSize: 5,788,332 bytes (5,652.7 KB = 5.5 MB)
AppBundleSize: 5,788,575 bytes (5,652.9 KB = 5.5 MB)
# The following list of files and their sizes is just informational / for review, and isn't used in the test:
Contents/_CodeSignature/CodeResources: 3,310 bytes (3.2 KB = 0.0 MB)
Contents/Info.plist: 1,105 bytes (1.1 KB = 0.0 MB)
Contents/MacOS/SizeTestApp: 4,565,216 bytes (4,458.2 KB = 4.4 MB)
Contents/Info.plist: 1,124 bytes (1.1 KB = 0.0 MB)
Contents/MacOS/SizeTestApp: 4,565,440 bytes (4,458.4 KB = 4.4 MB)
Contents/MonoBundle/Microsoft.MacCatalyst.dll: 157,696 bytes (154.0 KB = 0.2 MB)
Contents/MonoBundle/runtimeconfig.bin: 1,405 bytes (1.4 KB = 0.0 MB)
Contents/MonoBundle/SizeTestApp.dll: 7,680 bytes (7.5 KB = 0.0 MB)
Expand Down
6 changes: 3 additions & 3 deletions tests/dotnet/UnitTests/expected/MacCatalyst-MonoVM-size.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
AppBundleSize: 16,303,392 bytes (15,921.3 KB = 15.5 MB)
AppBundleSize: 16,303,635 bytes (15,921.5 KB = 15.5 MB)
# The following list of files and their sizes is just informational / for review, and isn't used in the test:
Contents/_CodeSignature/CodeResources: 4,134 bytes (4.0 KB = 0.0 MB)
Contents/Info.plist: 1,105 bytes (1.1 KB = 0.0 MB)
Contents/MacOS/SizeTestApp: 13,794,304 bytes (13,471.0 KB = 13.2 MB)
Contents/Info.plist: 1,124 bytes (1.1 KB = 0.0 MB)
Contents/MacOS/SizeTestApp: 13,794,528 bytes (13,471.2 KB = 13.2 MB)
Contents/MonoBundle/aot-instances.aotdata.arm64: 1,045,032 bytes (1,020.5 KB = 1.0 MB)
Contents/MonoBundle/Microsoft.MacCatalyst.aotdata.arm64: 35,896 bytes (35.1 KB = 0.0 MB)
Contents/MonoBundle/Microsoft.MacCatalyst.dll: 50,688 bytes (49.5 KB = 0.0 MB)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
AppBundleSize: 2,599,087 bytes (2,538.2 KB = 2.5 MB)
AppBundleSize: 2,599,106 bytes (2,538.2 KB = 2.5 MB)
# The following list of files and their sizes is just informational / for review, and isn't used in the test:
Contents/_CodeSignature/CodeResources: 2,358 bytes (2.3 KB = 0.0 MB)
Contents/Info.plist: 1,105 bytes (1.1 KB = 0.0 MB)
Contents/Info.plist: 1,124 bytes (1.1 KB = 0.0 MB)
Contents/MacOS/SizeTestApp: 2,593,808 bytes (2,533.0 KB = 2.5 MB)
Contents/MonoBundle/runtimeconfig.bin: 1,808 bytes (1.8 KB = 0.0 MB)
Contents/PkgInfo: 8 bytes (0.0 KB = 0.0 MB)
Loading
Loading