Skip to content

Commit

Permalink
Update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 27, 2023
1 parent ca5ef33 commit 62d950f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion global.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"sdk": {
"version": "7.0.102",
"version": "7.0.201",
"rollForward": "feature"
}
}
2 changes: 1 addition & 1 deletion src/ListDotNetTypes/ListDotNetTypes.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="NuGet.Protocol" Version="6.4.0" />
<PackageReference Include="NuGet.Protocol" Version="6.5.0" />
</ItemGroup>

</Project>
2 changes: 1 addition & 1 deletion src/Meziantou.Analyzer/Meziantou.Analyzer.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
</PackageReference>
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Workspaces" PrivateAssets="all" />

<PackageReference Include="Meziantou.Analyzer" Version="2.0.8" Condition="'$(PackageId)' != 'Meziantou.Analyzer'">
<PackageReference Include="Meziantou.Analyzer" Version="2.0.19" Condition="'$(PackageId)' != 'Meziantou.Analyzer'">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>analyzers</IncludeAssets>
</PackageReference>
Expand Down

0 comments on commit 62d950f

Please sign in to comment.