Skip to content

Commit

Permalink
Merge branch 'main' into use-FlushAsync-from-polyfill
Browse files Browse the repository at this point in the history
  • Loading branch information
Evangelink authored Sep 19, 2024
2 parents dead4ff + 88028c2 commit 6f55acc
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 18 deletions.
24 changes: 12 additions & 12 deletions eng/Version.Details.xml
Original file line number Diff line number Diff line change
@@ -1,29 +1,29 @@
<?xml version="1.0" encoding="utf-8"?>
<Dependencies>
<ToolsetDependencies>
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="10.0.0-beta.24466.4">
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="10.0.0-beta.24467.1">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>4fbea0f97a7e2a1194dbb6d1953595969b4815e6</Sha>
<Sha>34138f08e2c9c3c41a0ac8af583a57ea953e3821</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Build.Tasks.Templating" Version="10.0.0-beta.24466.4">
<Dependency Name="Microsoft.DotNet.Build.Tasks.Templating" Version="10.0.0-beta.24467.1">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>4fbea0f97a7e2a1194dbb6d1953595969b4815e6</Sha>
<Sha>34138f08e2c9c3c41a0ac8af583a57ea953e3821</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.XliffTasks" Version="10.0.0-beta.24466.4">
<Dependency Name="Microsoft.DotNet.XliffTasks" Version="10.0.0-beta.24467.1">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>4fbea0f97a7e2a1194dbb6d1953595969b4815e6</Sha>
<Sha>34138f08e2c9c3c41a0ac8af583a57ea953e3821</Sha>
</Dependency>
<Dependency Name="Microsoft.Testing.Extensions.CodeCoverage" Version="17.12.5-preview.24467.2">
<Dependency Name="Microsoft.Testing.Extensions.CodeCoverage" Version="17.12.5-preview.24467.3">
<Uri>https://dev.azure.com/devdiv/DevDiv/_git/vs-code-coverage</Uri>
<Sha>45bfb9e0f1bffade897524514c6f41d132510373</Sha>
<Sha>cce9cc0264c13cc94d21fbcdb0fda2197ca05469</Sha>
</Dependency>
<Dependency Name="Microsoft.Testing.Internal.Framework" Version="1.5.0-preview.24466.1">
<Dependency Name="Microsoft.Testing.Internal.Framework" Version="1.5.0-preview.24468.2">
<Uri>https://github.com/microsoft/testanywhere</Uri>
<Sha>d320a5d2b0cd3512c6945e8968da5882089fcf2c</Sha>
<Sha>8e5408cbe3187c07ead5e47f3de581a63540d5a2</Sha>
</Dependency>
<Dependency Name="MSTest.Engine" Version="1.0.0-alpha.24466.1">
<Dependency Name="MSTest.Engine" Version="1.0.0-alpha.24468.2">
<Uri>https://github.com/microsoft/testanywhere</Uri>
<Sha>d320a5d2b0cd3512c6945e8968da5882089fcf2c</Sha>
<Sha>8e5408cbe3187c07ead5e47f3de581a63540d5a2</Sha>
</Dependency>
</ToolsetDependencies>
</Dependencies>
8 changes: 4 additions & 4 deletions eng/Versions.props
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
<PreReleaseVersionLabel>preview</PreReleaseVersionLabel>
</PropertyGroup>
<PropertyGroup Label="MSTest prod dependencies - darc updated">
<MicrosoftDotNetBuildTasksTemplatingPackageVersion>10.0.0-beta.24466.4</MicrosoftDotNetBuildTasksTemplatingPackageVersion>
<MicrosoftTestingExtensionsCodeCoverageVersion>17.12.5-preview.24467.2</MicrosoftTestingExtensionsCodeCoverageVersion>
<MicrosoftDotNetBuildTasksTemplatingPackageVersion>10.0.0-beta.24467.1</MicrosoftDotNetBuildTasksTemplatingPackageVersion>
<MicrosoftTestingExtensionsCodeCoverageVersion>17.12.5-preview.24467.3</MicrosoftTestingExtensionsCodeCoverageVersion>
<!-- comment to facilitate merge conflicts -->
<MicrosoftTestingInternalFrameworkVersion>1.5.0-preview.24466.1</MicrosoftTestingInternalFrameworkVersion>
<MSTestEngineVersion>1.0.0-alpha.24466.1</MSTestEngineVersion>
<MicrosoftTestingInternalFrameworkVersion>1.5.0-preview.24468.2</MicrosoftTestingInternalFrameworkVersion>
<MSTestEngineVersion>1.0.0-alpha.24468.2</MSTestEngineVersion>
</PropertyGroup>
</Project>
2 changes: 1 addition & 1 deletion eng/common/template-guidance.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ extends:
Note: Multiple outputs are ONLY applicable to 1ES PT publishing (only usable when referencing `templates-official`).

# Development notes
## Development notes

**Folder / file structure**

Expand Down
2 changes: 1 addition & 1 deletion global.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"rollForward": "latestFeature"
},
"msbuild-sdks": {
"Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.24466.4",
"Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.24467.1",
"MSBuild.Sdk.Extras": "3.0.44"
}
}

0 comments on commit 6f55acc

Please sign in to comment.