Skip to content

Commit 2c86514

Browse files
author
Mirroring
committed
Merge commit '7a28873e9053e96382178e66f69dff0f7248958f'
2 parents 8d20799 + 7a28873 commit 2c86514

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

eng/Version.Details.xml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -379,14 +379,14 @@
379379
<Uri>https://github.com/dotnet/test-templates</Uri>
380380
<Sha>49c9ad01f057b3c6352bbec12b117acc2224493c</Sha>
381381
</Dependency>
382-
<Dependency Name="Microsoft.DotNet.Test.ProjectTemplates.9.0" Version="1.1.0-rtm.24605.1">
382+
<Dependency Name="Microsoft.DotNet.Test.ProjectTemplates.9.0" Version="1.1.0-rtm.24606.1">
383383
<Uri>https://github.com/dotnet/test-templates</Uri>
384-
<Sha>22f4800ed2fe5dbca64c982aa15fd6838016328e</Sha>
384+
<Sha>8d99bca98e3fd0c8f4e10eb200aed20d9665de0e</Sha>
385385
</Dependency>
386386
<!-- Intermediate is necessary for source build. -->
387-
<Dependency Name="Microsoft.SourceBuild.Intermediate.test-templates" Version="1.1.0-rtm.24605.1">
387+
<Dependency Name="Microsoft.SourceBuild.Intermediate.test-templates" Version="1.1.0-rtm.24606.1">
388388
<Uri>https://github.com/dotnet/test-templates</Uri>
389-
<Sha>22f4800ed2fe5dbca64c982aa15fd6838016328e</Sha>
389+
<Sha>8d99bca98e3fd0c8f4e10eb200aed20d9665de0e</Sha>
390390
<SourceBuild RepoName="test-templates" ManagedOnly="true" />
391391
</Dependency>
392392
<!-- For coherency purposes, these versions should be gated by the versions of winforms and wpf routed via windowsdesktop -->
@@ -398,14 +398,14 @@
398398
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-wpf</Uri>
399399
<Sha>f26d48cd826cfd41bed05708d1cdc9e219bf8514</Sha>
400400
</Dependency>
401-
<Dependency Name="Microsoft.Web.Xdt" Version="9.0.0-preview.24522.2">
401+
<Dependency Name="Microsoft.Web.Xdt" Version="10.0.0-preview.24609.2">
402402
<Uri>https://github.com/dotnet/xdt</Uri>
403-
<Sha>1a54480f52703fb45fac2a6b955247d33758383e</Sha>
403+
<Sha>63ae81154c50a1cf9287cc47d8351d55b4289e6d</Sha>
404404
</Dependency>
405405
<!-- Intermediate is necessary for source build. -->
406-
<Dependency Name="Microsoft.SourceBuild.Intermediate.xdt" Version="9.0.0-preview.24522.2">
406+
<Dependency Name="Microsoft.SourceBuild.Intermediate.xdt" Version="10.0.0-preview.24609.2">
407407
<Uri>https://github.com/dotnet/xdt</Uri>
408-
<Sha>1a54480f52703fb45fac2a6b955247d33758383e</Sha>
408+
<Sha>63ae81154c50a1cf9287cc47d8351d55b4289e6d</Sha>
409409
<SourceBuild RepoName="xdt" ManagedOnly="true" />
410410
</Dependency>
411411
<Dependency Name="Microsoft.CodeAnalysis.NetAnalyzers" Version="9.0.0-preview.24605.2">

eng/Versions.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
<DotNetPrivateAssetRootUrl Condition="'$(DotNetPrivateAssetRootUrl)'==''">https://dotnetclimsrc.blob.core.windows.net/dotnet/</DotNetPrivateAssetRootUrl>
4747
</PropertyGroup>
4848
<PropertyGroup Label="Production dependencies">
49-
<MicrosoftWebXdtPackageVersion>9.0.0-preview.24522.2</MicrosoftWebXdtPackageVersion>
49+
<MicrosoftWebXdtPackageVersion>10.0.0-preview.24609.2</MicrosoftWebXdtPackageVersion>
5050
<MicrosoftCssParserVersion>1.0.0-20230414.1</MicrosoftCssParserVersion>
5151
<MicrosoftApplicationInsightsPackageVersion>2.22.0</MicrosoftApplicationInsightsPackageVersion>
5252
<NETStandardLibraryNETFrameworkVersion>2.0.1-servicing-26011-01</NETStandardLibraryNETFrameworkVersion>
@@ -82,7 +82,7 @@
8282
<PropertyGroup>
8383
<!-- Dependency from https://github.com/dotnet/test-templates -->
8484
<!-- Supported versions -->
85-
<MicrosoftDotNetTestProjectTemplates90PackageVersion>1.1.0-rtm.24605.1</MicrosoftDotNetTestProjectTemplates90PackageVersion>
85+
<MicrosoftDotNetTestProjectTemplates90PackageVersion>1.1.0-rtm.24606.1</MicrosoftDotNetTestProjectTemplates90PackageVersion>
8686
</PropertyGroup>
8787
<PropertyGroup>
8888
<!-- Dependencies from https://github.com/dotnet/runtime -->

0 commit comments

Comments
 (0)