Skip to content

Commit

Permalink
[release/9.0.2xx] Update dependencies from dotnet/xdt (#43706)
Browse files Browse the repository at this point in the history
  • Loading branch information
v-wuzhai authored Sep 27, 2024
2 parents db7979c + fe8d030 commit a1e9e25
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions eng/Version.Details.xml
Original file line number Diff line number Diff line change
Expand Up @@ -394,14 +394,14 @@
<Uri>https://github.com/dotnet/wpf</Uri>
<Sha>32227d2fa67c462e95005b288057aafa66391a49</Sha>
</Dependency>
<Dependency Name="Microsoft.Web.Xdt" Version="9.0.0-preview.24453.1">
<Dependency Name="Microsoft.Web.Xdt" Version="9.0.0-preview.24476.1">
<Uri>https://github.com/dotnet/xdt</Uri>
<Sha>c2a9df9c1867454039a1223cef1c090359e33646</Sha>
<Sha>4ddd8113a29852380b7b929117bfe67f401ac320</Sha>
</Dependency>
<!-- Intermediate is necessary for source build. -->
<Dependency Name="Microsoft.SourceBuild.Intermediate.xdt" Version="9.0.0-preview.24453.1">
<Dependency Name="Microsoft.SourceBuild.Intermediate.xdt" Version="9.0.0-preview.24476.1">
<Uri>https://github.com/dotnet/xdt</Uri>
<Sha>c2a9df9c1867454039a1223cef1c090359e33646</Sha>
<Sha>4ddd8113a29852380b7b929117bfe67f401ac320</Sha>
<SourceBuild RepoName="xdt" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.CodeAnalysis.NetAnalyzers" Version="9.0.0-preview.24454.1">
Expand Down
2 changes: 1 addition & 1 deletion eng/Versions.props
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
<DotNetPrivateAssetRootUrl Condition="'$(DotNetPrivateAssetRootUrl)'==''">https://dotnetclimsrc.blob.core.windows.net/dotnet/</DotNetPrivateAssetRootUrl>
</PropertyGroup>
<PropertyGroup Label="Production dependencies">
<MicrosoftWebXdtPackageVersion>9.0.0-preview.24453.1</MicrosoftWebXdtPackageVersion>
<MicrosoftWebXdtPackageVersion>9.0.0-preview.24476.1</MicrosoftWebXdtPackageVersion>
<MicrosoftCssParserVersion>1.0.0-20230414.1</MicrosoftCssParserVersion>
<MicrosoftApplicationInsightsPackageVersion>2.22.0</MicrosoftApplicationInsightsPackageVersion>
<NETStandardLibraryNETFrameworkVersion>2.0.1-servicing-26011-01</NETStandardLibraryNETFrameworkVersion>
Expand Down

0 comments on commit a1e9e25

Please sign in to comment.