Skip to content

Commit 1a7c980

Browse files
deps: Bump Microsoft.CodeAnalysis.Analyzers from 5.3.0-2.25625.1 to 5.3.0 (#139)
--- updated-dependencies: - dependency-name: Microsoft.CodeAnalysis.Analyzers dependency-version: 5.3.0 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 43b5962 commit 1a7c980

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

src/PatternKit.Generators/PatternKit.Generators.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
</ItemGroup>
2424

2525
<ItemGroup>
26-
<PackageReference Include="Microsoft.CodeAnalysis.Analyzers" Version="5.3.0-2.25625.1" PrivateAssets="all" />
26+
<PackageReference Include="Microsoft.CodeAnalysis.Analyzers" Version="5.3.0" PrivateAssets="all" />
2727
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="5.3.0" PrivateAssets="all" />
2828
<PackageReference Include="System.Collections.Immutable" Version="10.0.5" />
2929
</ItemGroup>

src/PatternKit.Generators/packages.lock.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
".NETStandard,Version=v2.0": {
55
"Microsoft.CodeAnalysis.Analyzers": {
66
"type": "Direct",
7-
"requested": "[5.3.0-2.25625.1, )",
8-
"resolved": "5.3.0-2.25625.1",
9-
"contentHash": "4Yhh2fnu3G+J0J1lDc8WZVgMjgbynSeTfkl5IFJMFrmiIO0sc7Tjx+f3sFVV8Sd35PrIUWfof0RWc3lAMl7Azg=="
7+
"requested": "[5.3.0, )",
8+
"resolved": "5.3.0",
9+
"contentHash": "KuLhbZwB0L8JikL86AE5VWEp3RLNjIcp+j8yz9EJ/UBgRz4+qDEjHg/tluRFbpYpD/e37BqaaNFbQ0vqawBwWQ=="
1010
},
1111
"Microsoft.CodeAnalysis.CSharp": {
1212
"type": "Direct",

0 commit comments

Comments
 (0)