Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/PowerShell/PowerShell.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorxtqqczze <45661989+xtqqczze@users.noreply.github.com>2020-12-12 04:14:30 +0300
committerGitHub <noreply@github.com>2020-12-12 04:14:30 +0300
commit41cfc4e429aad931fca15e5f6932b5149a1655ca (patch)
treeccce3c1d381dc644af90a51fcb77594eca8228a1 /Analyzers.props
parentea2da20a231ed8ea0b6a91937f2461b8914d64c3 (diff)
Upgrade `StyleCopAnalyzers` to `v1.2.0-beta.312` (#14354)
Diffstat (limited to 'Analyzers.props')
-rw-r--r--Analyzers.props2
1 files changed, 1 insertions, 1 deletions
diff --git a/Analyzers.props b/Analyzers.props
index d0b16622b8..14b63bff78 100644
--- a/Analyzers.props
+++ b/Analyzers.props
@@ -1,5 +1,5 @@
<Project>
<ItemGroup>
- <PackageReference Include="StyleCop.Analyzers" Version="1.2.0-beta.261" PrivateAssets="all" />
+ <PackageReference Include="StyleCop.Analyzers" Version="1.2.0-beta.312" PrivateAssets="all" />
</ItemGroup>
</Project>