Skip to content

Commit

Permalink
Merge pull request #10 from alopezlago/alopezlago/synchronizeNugetsPu…
Browse files Browse the repository at this point in the history
…blic

Merged PR 77: Synchronize FxCop versions between projects.
  • Loading branch information
alopezlago authored Jan 20, 2020
2 parents baf7319 + f40358f commit 37a33c7
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>netcoreapp3.1</TargetFramework>
Expand All @@ -7,7 +7,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.CodeAnalysis.FxCopAnalyzers" Version="2.9.7">
<PackageReference Include="Microsoft.CodeAnalysis.FxCopAnalyzers" Version="2.9.8">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
Expand Down

0 comments on commit 37a33c7

Please sign in to comment.