diff --git a/Directory.Build.props b/Directory.Build.props
index 66ecf1329..7da73b422 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.120">
       <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