Skip to content

Commit 357543a

Browse files
author
Mirroring
committed
Merge commit '92d3e8bae1b2c04b64cb333fb78b5294fa32731a'
2 parents 7d28a22 + 92d3e8b commit 357543a

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

eng/Version.Details.xml

Lines changed: 10 additions & 10 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.24604.2">
382+
<Dependency Name="Microsoft.DotNet.Test.ProjectTemplates.9.0" Version="1.1.0-rtm.24605.1">
383383
<Uri>https://github.com/dotnet/test-templates</Uri>
384-
<Sha>82cef577c12adcc0cf9048d186910ae1f8f33fde</Sha>
384+
<Sha>22f4800ed2fe5dbca64c982aa15fd6838016328e</Sha>
385385
</Dependency>
386386
<!-- Intermediate is necessary for source build. -->
387-
<Dependency Name="Microsoft.SourceBuild.Intermediate.test-templates" Version="1.1.0-rtm.24604.2">
387+
<Dependency Name="Microsoft.SourceBuild.Intermediate.test-templates" Version="1.1.0-rtm.24605.1">
388388
<Uri>https://github.com/dotnet/test-templates</Uri>
389-
<Sha>82cef577c12adcc0cf9048d186910ae1f8f33fde</Sha>
389+
<Sha>22f4800ed2fe5dbca64c982aa15fd6838016328e</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 -->
@@ -408,18 +408,18 @@
408408
<Sha>1a54480f52703fb45fac2a6b955247d33758383e</Sha>
409409
<SourceBuild RepoName="xdt" ManagedOnly="true" />
410410
</Dependency>
411-
<Dependency Name="Microsoft.CodeAnalysis.NetAnalyzers" Version="9.0.0-preview.24574.2">
411+
<Dependency Name="Microsoft.CodeAnalysis.NetAnalyzers" Version="9.0.0-preview.24605.2">
412412
<Uri>https://github.com/dotnet/roslyn-analyzers</Uri>
413-
<Sha>3d61c57c73c3dd5f1f407ef9cd3414d94bf0eaf2</Sha>
413+
<Sha>5bfaf6aea5cf9d1c924d9adc69916eac3be07880</Sha>
414414
</Dependency>
415-
<Dependency Name="Microsoft.CodeAnalysis.PublicApiAnalyzers" Version="3.11.0-beta1.24574.2">
415+
<Dependency Name="Microsoft.CodeAnalysis.PublicApiAnalyzers" Version="3.11.0-beta1.24605.2">
416416
<Uri>https://github.com/dotnet/roslyn-analyzers</Uri>
417-
<Sha>3d61c57c73c3dd5f1f407ef9cd3414d94bf0eaf2</Sha>
417+
<Sha>5bfaf6aea5cf9d1c924d9adc69916eac3be07880</Sha>
418418
</Dependency>
419419
<!-- Intermediate is necessary for source build. -->
420-
<Dependency Name="Microsoft.SourceBuild.Intermediate.roslyn-analyzers" Version="3.11.0-beta1.24574.2">
420+
<Dependency Name="Microsoft.SourceBuild.Intermediate.roslyn-analyzers" Version="3.11.0-beta1.24605.2">
421421
<Uri>https://github.com/dotnet/roslyn-analyzers</Uri>
422-
<Sha>3d61c57c73c3dd5f1f407ef9cd3414d94bf0eaf2</Sha>
422+
<Sha>5bfaf6aea5cf9d1c924d9adc69916eac3be07880</Sha>
423423
<SourceBuild RepoName="roslyn-analyzers" ManagedOnly="true" />
424424
</Dependency>
425425
<Dependency Name="System.CommandLine" Version="2.0.0-beta4.24324.3">

eng/Versions.props

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
<PropertyGroup>
8383
<!-- Dependency from https://github.com/dotnet/test-templates -->
8484
<!-- Supported versions -->
85-
<MicrosoftDotNetTestProjectTemplates90PackageVersion>1.1.0-rtm.24604.2</MicrosoftDotNetTestProjectTemplates90PackageVersion>
85+
<MicrosoftDotNetTestProjectTemplates90PackageVersion>1.1.0-rtm.24605.1</MicrosoftDotNetTestProjectTemplates90PackageVersion>
8686
</PropertyGroup>
8787
<PropertyGroup>
8888
<!-- Dependencies from https://github.com/dotnet/runtime -->
@@ -158,8 +158,8 @@
158158
</PropertyGroup>
159159
<PropertyGroup>
160160
<!-- Dependencies from https://github.com/dotnet/roslyn-analyzers -->
161-
<MicrosoftCodeAnalysisNetAnalyzersVersion>9.0.0-preview.24574.2</MicrosoftCodeAnalysisNetAnalyzersVersion>
162-
<MicrosoftCodeAnalysisPublicApiAnalyzersVersion>3.11.0-beta1.24574.2</MicrosoftCodeAnalysisPublicApiAnalyzersVersion>
161+
<MicrosoftCodeAnalysisNetAnalyzersVersion>9.0.0-preview.24605.2</MicrosoftCodeAnalysisNetAnalyzersVersion>
162+
<MicrosoftCodeAnalysisPublicApiAnalyzersVersion>3.11.0-beta1.24605.2</MicrosoftCodeAnalysisPublicApiAnalyzersVersion>
163163
</PropertyGroup>
164164
<PropertyGroup>
165165
<!-- Dependencies from https://github.com/Microsoft/msbuild -->

0 commit comments

Comments
 (0)