Skip to content

Commit

Permalink
Merge pull request #906 from microsoft/dependabotTuning
Browse files Browse the repository at this point in the history
Rearrange version properties in an attempt to get Dependabot to update tests only
  • Loading branch information
AArnott authored Apr 6, 2023
2 parents 209f9c0 + b3a7f43 commit 1df7865
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
<!-- <DiaMetadataVersion>0.2.185-preview-g7e1e6a442c</DiaMetadataVersion> -->
<ApiDocsVersion>0.1.12-alpha</ApiDocsVersion>

<CodeAnalysisVersion>3.11.0</CodeAnalysisVersion>
<CodeAnalysisVersion Condition="'$(IsTestProject)'=='true'">4.4.0</CodeAnalysisVersion>
<SystemMemoryVersion>4.5.4</SystemMemoryVersion>
<SystemMemoryVersion Condition="'$(IsTestProject)'=='true'">4.5.5</SystemMemoryVersion>
<CodeAnalysisVersion>4.4.0</CodeAnalysisVersion>
<CodeAnalysisVersion Condition="'$(IsTestProject)'!='true'">3.11.0</CodeAnalysisVersion>
<SystemMemoryVersion>4.5.5</SystemMemoryVersion>
<SystemMemoryVersion Condition="'$(IsTestProject)'!='true'">4.5.4</SystemMemoryVersion>
</PropertyGroup>
<ItemGroup>
<PackageVersion Include="coverlet.msbuild" Version="3.2.0" />
Expand Down

0 comments on commit 1df7865

Please sign in to comment.