Skip to content

Commit 0fec233

Browse files
Merge branch 'main' into dev/mabdullah/disable-logging-in-loading-projects-api
2 parents 0e1ec16 + 62b79b9 commit 0fec233

26 files changed

+58
-35
lines changed

eng/Version.Details.xml

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,10 @@
6767
<Dependency Name="Microsoft.NET.Runtime.Emscripten.Sdk.Internal" Version="10.0.0-preview.6.25316.103">
6868
<Uri>https://github.com/dotnet/dotnet</Uri>
6969
<Sha>20343176cfd35b56036dc4ca9d9ddd2a201a4e92</Sha>
70-
<SourceBuild RepoName="emsdk" ManagedOnly="true" />
70+
</Dependency>
71+
<Dependency Name="Microsoft.NET.Runtime.Emscripten.3.1.56.Cache.win-x64" Version="10.0.0-preview.6.25316.103">
72+
<Uri>https://github.com/dotnet/dotnet</Uri>
73+
<Sha>20343176cfd35b56036dc4ca9d9ddd2a201a4e92</Sha>
7174
</Dependency>
7275
<Dependency Name="Microsoft.Build" Version="17.15.0-preview-25316-103">
7376
<Uri>https://github.com/dotnet/dotnet</Uri>
@@ -546,13 +549,13 @@
546549
<Uri>https://github.com/dotnet/arcade-services</Uri>
547550
<Sha>ae710fac68a8b1eb7ddf3f3579b0c372e2e01feb</Sha>
548551
</Dependency>
549-
<Dependency Name="Microsoft.Testing.Platform" Version="1.8.0-preview.25316.7">
552+
<Dependency Name="Microsoft.Testing.Platform" Version="1.8.0-preview.25317.2">
550553
<Uri>https://github.com/microsoft/testfx</Uri>
551-
<Sha>256bc4dd4a1a1e1358c66295f959cc266652d82c</Sha>
554+
<Sha>7bf53d17d85a1e99a61130febeacc1581aff8a4c</Sha>
552555
</Dependency>
553-
<Dependency Name="MSTest" Version="3.10.0-preview.25316.7">
556+
<Dependency Name="MSTest" Version="3.10.0-preview.25317.2">
554557
<Uri>https://github.com/microsoft/testfx</Uri>
555-
<Sha>256bc4dd4a1a1e1358c66295f959cc266652d82c</Sha>
558+
<Sha>7bf53d17d85a1e99a61130febeacc1581aff8a4c</Sha>
556559
</Dependency>
557560
<Dependency Name="Microsoft.Extensions.Configuration.Ini" Version="10.0.0-preview.6.25316.103">
558561
<Uri>https://github.com/dotnet/dotnet</Uri>

eng/Versions.props

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
<UsingToolVSSDK>true</UsingToolVSSDK>
3131
<FlagNetStandard1XDependencies Condition="'$(DotNetBuildSourceOnly)' == 'true'">true</FlagNetStandard1XDependencies>
3232
<!-- This property is only used in the dotnet test integration tests. -->
33-
<MicrosoftTestingPlatformVersion>1.8.0-preview.25316.7</MicrosoftTestingPlatformVersion>
33+
<MicrosoftTestingPlatformVersion>1.8.0-preview.25317.2</MicrosoftTestingPlatformVersion>
3434
</PropertyGroup>
3535
<PropertyGroup Label="Servicing version information">
3636
<VersionFeature21>30</VersionFeature21>
@@ -274,6 +274,7 @@
274274
<PropertyGroup>
275275
<!-- Dependencies from https://github.com/dotnet/emsdk -->
276276
<MicrosoftNETRuntimeEmscriptenSdkInternalVersion>10.0.0-preview.6.25316.103</MicrosoftNETRuntimeEmscriptenSdkInternalVersion>
277+
<MicrosoftNETRuntimeEmscripten3156Cachewinx64Version>10.0.0-preview.6.25316.103</MicrosoftNETRuntimeEmscripten3156Cachewinx64Version>
277278
<!-- emscripten versions, these are are included in package IDs and need to be kept in sync with emsdk -->
278279
<EmscriptenVersionCurrent>3.1.56</EmscriptenVersionCurrent>
279280
<EmscriptenVersionNet9>3.1.56</EmscriptenVersionNet9>
@@ -322,7 +323,7 @@
322323
<AwesomeAssertionsVersion>8.0.2</AwesomeAssertionsVersion>
323324
<AwesomeAssertionsJsonVersion>8.0.0</AwesomeAssertionsJsonVersion>
324325
<MoqPackageVersion>4.18.4</MoqPackageVersion>
325-
<MSTestVersion>3.10.0-preview.25316.7</MSTestVersion>
326+
<MSTestVersion>3.10.0-preview.25317.2</MSTestVersion>
326327
<XunitCombinatorialVersion>1.3.2</XunitCombinatorialVersion>
327328
<MicrosoftDotNetInstallerWindowsSecurityTestDataPackageVersion>8.0.0-beta.23607.1</MicrosoftDotNetInstallerWindowsSecurityTestDataPackageVersion>
328329
</PropertyGroup>

src/Cli/Microsoft.TemplateEngine.Cli/LocalizableStrings.Designer.cs

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/Cli/Microsoft.TemplateEngine.Cli/LocalizableStrings.resx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -809,7 +809,7 @@ The header is followed by the list of parameters and their errors (might be seve
809809
<comment>{0} is the exit code</comment>
810810
</data>
811811
<data name="TemplateCommand_DisplayConstraintResults_Error" xml:space="preserve">
812-
<value>Failed to instatiate template '{0}', the following constraints are not met:</value>
812+
<value>Failed to instantiate template '{0}', the following constraints are not met:</value>
813813
<comment>{0} - template name (user friendly)</comment>
814814
</data>
815815
<data name="TemplateCommand_DisplayConstraintResults_Hint" xml:space="preserve">

src/Cli/Microsoft.TemplateEngine.Cli/xlf/LocalizableStrings.cs.xlf

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/Cli/Microsoft.TemplateEngine.Cli/xlf/LocalizableStrings.de.xlf

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/Cli/Microsoft.TemplateEngine.Cli/xlf/LocalizableStrings.es.xlf

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/Cli/Microsoft.TemplateEngine.Cli/xlf/LocalizableStrings.fr.xlf

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/Cli/Microsoft.TemplateEngine.Cli/xlf/LocalizableStrings.it.xlf

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/Cli/Microsoft.TemplateEngine.Cli/xlf/LocalizableStrings.ja.xlf

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)