Skip to content

Commit

Permalink
Update Directory.Build.props and Meziantou.FluentAssertionsAnalyzers.…
Browse files Browse the repository at this point in the history
…csproj
  • Loading branch information
jairbubbles committed Dec 20, 2023
1 parent 134ccc1 commit 312f105
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Meziantou.DotNet.CodingStandard" Version="1.0.97">
<PackageReference Include="Meziantou.DotNet.CodingStandard" Version="1.0.96">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<TargetFrameworks>netstandard2.0</TargetFrameworks>
<Version>1.0.17</Version>
<Version>1.0.18</Version>
<IncludeBuildOutput>false</IncludeBuildOutput>
<developmentDependency>true</developmentDependency>
<Description>A Roslyn analyzer to help migrate from Xunit / NUnit assertions to FluentAssertions</Description>
Expand Down

0 comments on commit 312f105

Please sign in to comment.