Skip to content

Commit

Permalink
Update NuGet dependencies (#25)
Browse files Browse the repository at this point in the history
* Update NuGet dependencies

* Update more packages

---------

Co-authored-by: Renovate Bot <[email protected]>
Co-authored-by: Gérald Barré <[email protected]>
  • Loading branch information
3 people authored Jun 11, 2024
1 parent f252807 commit 059cac2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,7 @@ dotnet_diagnostic.IDE0079.severity = suggestion
# Enabled: True, Severity: silent
dotnet_diagnostic.IDE0080.severity = warning

# IDE0082: 'typeof' can be converted to 'nameof'
# IDE0082: 'typeof' can be converted to 'nameof'
# Help link: https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0082
# Enabled: True, Severity: silent
dotnet_diagnostic.IDE0082.severity = warning
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Meziantou.Framework.FullPath" Version="1.0.12" />
<PackageReference Include="Microsoft.CodeAnalysis.Common" Version="4.9.2" />
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="4.9.2" />
<PackageReference Include="Microsoft.CodeAnalysis.VisualBasic" Version="4.9.2" />
<PackageReference Include="Microsoft.CodeAnalysis.VisualBasic.Workspaces" Version="4.9.2" />
<PackageReference Include="NuGet.Protocol" Version="6.9.1" />
<PackageReference Include="Meziantou.Framework.FullPath" Version="1.0.13" />
<PackageReference Include="Microsoft.CodeAnalysis.Common" Version="4.10.0" />
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="4.10.0" />
<PackageReference Include="Microsoft.CodeAnalysis.VisualBasic" Version="4.10.0" />
<PackageReference Include="Microsoft.CodeAnalysis.VisualBasic.Workspaces" Version="4.10.0" />
<PackageReference Include="NuGet.Protocol" Version="6.10.0" />
</ItemGroup>

</Project>

0 comments on commit 059cac2

Please sign in to comment.