From 90d62259f16c428c59d1eb3d1043f4c637ff939d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 21 Mar 2024 04:50:38 +0000 Subject: [PATCH] Update all dependencies --- Directory.Build.props | 4 ++-- global.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Directory.Build.props b/Directory.Build.props index 66ecf1329..349d59dde 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -34,11 +34,11 @@ </ItemGroup> <ItemGroup> - <PackageReference Include="Meziantou.DotNet.CodingStandard" Version="1.0.115"> + <PackageReference Include="Meziantou.DotNet.CodingStandard" Version="1.0.119"> <PrivateAssets>all</PrivateAssets> <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets> </PackageReference> - <PackageReference Include="Meziantou.Polyfill" Version="1.0.34"> + <PackageReference Include="Meziantou.Polyfill" Version="1.0.37"> <PrivateAssets>all</PrivateAssets> <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets> </PackageReference> diff --git a/global.json b/global.json index 922949d87..e0016bf46 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,6 @@ { "sdk": { - "version": "8.0.201", + "version": "8.0.203", "rollForward": "latestMajor" } } \ No newline at end of file