Skip to content

Commit

Permalink
Update dependencies from https://github.com/dotnet/xharness build 202…
Browse files Browse the repository at this point in the history
…40604.1 (dotnet#22950)

Microsoft.DotNet.XHarness.CLI , Microsoft.DotNet.XHarness.TestRunners.Common , Microsoft.DotNet.XHarness.TestRunners.Xunit
 From Version 9.0.0-prerelease.24277.1 -> To Version 9.0.0-prerelease.24304.1

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
  • Loading branch information
dotnet-maestro[bot] and dotnet-maestro[bot] authored Jun 10, 2024
1 parent b182ffe commit e0f1d97
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 16 deletions.
2 changes: 1 addition & 1 deletion .config/dotnet-tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
]
},
"microsoft.dotnet.xharness.cli": {
"version": "9.0.0-prerelease.24277.1",
"version": "9.0.0-prerelease.24304.1",
"commands": [
"xharness"
]
Expand Down
7 changes: 1 addition & 6 deletions NuGet.config
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>

<!-- Define the package sources: all mirrors or internal feeds. -->
<!-- `clear` ensures no additional sources are inherited from another config file. -->
<packageSources>
Expand All @@ -13,20 +12,17 @@
<add key="benchmark-dotnet-prerelease" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/benchmark-dotnet-prerelease/nuget/v3/index.json" />
<add key="skiasharp" value="https://pkgs.dev.azure.com/xamarin/public/_packaging/SkiaSharp/nuget/v3/index.json" />
</packageSources>

<activePackageSource>
<add key="All" value="(Aggregate source)" />
</activePackageSource>

<disabledPackageSources>
<add key="local" value="true" />
<add key="nuget-only" value="true" />
</disabledPackageSources>

<!-- Define mappings by adding package patterns beneath the target source. -->
<!-- Some packages will restore from different locations, but most will be from `dotnet-public`. -->
<!-- The key value for <packageSource> should match key values from <packageSources> element. -->
<packageSourceMapping>
<packageSourceMapping>
<packageSource key="local">
<package pattern="Microsoft.Maui.*" />
<package pattern="Microsoft.AspNetCore.Components.WebView.*" />
Expand Down Expand Up @@ -54,5 +50,4 @@
<package pattern="_NativeAssets.*" />
</packageSource>
</packageSourceMapping>

</configuration>
12 changes: 6 additions & 6 deletions eng/Version.Details.xml
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
<Dependencies>
<ProductDependencies>
<Dependency Name="Microsoft.DotNet.XHarness.TestRunners.Common" Version="9.0.0-prerelease.24277.1">
<Dependency Name="Microsoft.DotNet.XHarness.TestRunners.Common" Version="9.0.0-prerelease.24304.1">
<Uri>https://github.com/dotnet/xharness</Uri>
<Sha>914dd73b3622741590db173b5dd6eac1aa9cc553</Sha>
<Sha>03a55dc4462c3851ce4bb939e71410136ea8f5e3</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.XHarness.TestRunners.Xunit" Version="9.0.0-prerelease.24277.1">
<Dependency Name="Microsoft.DotNet.XHarness.TestRunners.Xunit" Version="9.0.0-prerelease.24304.1">
<Uri>https://github.com/dotnet/xharness</Uri>
<Sha>914dd73b3622741590db173b5dd6eac1aa9cc553</Sha>
<Sha>03a55dc4462c3851ce4bb939e71410136ea8f5e3</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.XHarness.CLI" Version="9.0.0-prerelease.24277.1">
<Dependency Name="Microsoft.DotNet.XHarness.CLI" Version="9.0.0-prerelease.24304.1">
<Uri>https://github.com/dotnet/xharness</Uri>
<Sha>914dd73b3622741590db173b5dd6eac1aa9cc553</Sha>
<Sha>03a55dc4462c3851ce4bb939e71410136ea8f5e3</Sha>
</Dependency>
</ProductDependencies>
<ToolsetDependencies>
Expand Down
6 changes: 3 additions & 3 deletions eng/Versions.props
Original file line number Diff line number Diff line change
Expand Up @@ -104,9 +104,9 @@
<_HarfBuzzSharpVersion>7.3.0.2</_HarfBuzzSharpVersion>
<_SkiaSharpNativeAssetsVersion>0.0.0-commit.7af1d0840a381c0ce7ef2877454a88dbb2949686.1086</_SkiaSharpNativeAssetsVersion>
<MicrosoftTemplateEngineTasksVersion>7.0.114</MicrosoftTemplateEngineTasksVersion>
<MicrosoftDotNetXHarnessTestRunnersCommonVersion>9.0.0-prerelease.24277.1</MicrosoftDotNetXHarnessTestRunnersCommonVersion>
<MicrosoftDotNetXHarnessTestRunnersXunitVersion>9.0.0-prerelease.24277.1</MicrosoftDotNetXHarnessTestRunnersXunitVersion>
<MicrosoftDotNetXHarnessCLIVersion>9.0.0-prerelease.24277.1</MicrosoftDotNetXHarnessCLIVersion>
<MicrosoftDotNetXHarnessTestRunnersCommonVersion>9.0.0-prerelease.24304.1</MicrosoftDotNetXHarnessTestRunnersCommonVersion>
<MicrosoftDotNetXHarnessTestRunnersXunitVersion>9.0.0-prerelease.24304.1</MicrosoftDotNetXHarnessTestRunnersXunitVersion>
<MicrosoftDotNetXHarnessCLIVersion>9.0.0-prerelease.24304.1</MicrosoftDotNetXHarnessCLIVersion>
<TizenUIExtensionsVersion>0.9.2</TizenUIExtensionsVersion>
<SvgSkiaPackageVersion>1.0.0.16</SvgSkiaPackageVersion>
<FizzlerPackageVersion>1.3.0</FizzlerPackageVersion>
Expand Down

0 comments on commit e0f1d97

Please sign in to comment.