Skip to content

Commit ec37af9

Browse files
Chris Martinezcommonsensesoftware
authored andcommitted
Update package references
1 parent 45072f6 commit ec37af9

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

build/code-analysis.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
</ItemGroup>
1717

1818
<ItemGroup Label="NuGet">
19-
<PackageReference Include="Microsoft.CodeAnalysis.FxCopAnalyzers" Version="2.6.1" PrivateAssets="All" />
20-
<PackageReference Include="StyleCop.Analyzers" Version="1.1.0-beta008" PrivateAssets="All" />
19+
<PackageReference Include="Microsoft.CodeAnalysis.FxCopAnalyzers" Version="2.6.2" PrivateAssets="All" />
20+
<PackageReference Include="StyleCop.Analyzers" Version="1.1.0-beta009" PrivateAssets="All" />
2121
</ItemGroup>
2222

2323
</Project>

test/directory.build.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
</ItemGroup>
1414

1515
<ItemGroup Condition=" '$(MSBuildProjectExtension)' != '.shproj' ">
16-
<PackageReference Include="FluentAssertions" Version="5.4.1" />
17-
<PackageReference Include="Moq" Version="4.9.0" />
16+
<PackageReference Include="FluentAssertions" Version="5.4.2" />
17+
<PackageReference Include="Moq" Version="4.10.0" />
1818
<PackageReference Include="xunit" Version="2.4.0" />
1919
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.0" />
2020
</ItemGroup>

0 commit comments

Comments
 (0)