diff --git a/.dotnet.metadata b/.dotnet.metadata
index 3f96ae1..8fa380f 100644
--- a/.dotnet.metadata
+++ b/.dotnet.metadata
@@ -1 +1 @@
-ce94a557d3689c3d2402463857b8310c4220368a SOURCES/dotnet-v2.1.525-SDK.tar.gz
+fbcabf5a416a0005a9f7495121f9ea8e95e8607e SOURCES/dotnet-v2.1.526-SDK.tar.gz
diff --git a/.gitignore b/.gitignore
index a1f895c..4206ae8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-SOURCES/dotnet-v2.1.525-SDK.tar.gz
+SOURCES/dotnet-v2.1.526-SDK.tar.gz
diff --git a/SPECS/dotnet.spec b/SPECS/dotnet.spec
index 74f452f..431ae11 100644
--- a/SPECS/dotnet.spec
+++ b/SPECS/dotnet.spec
@@ -28,9 +28,9 @@
 
 %global simple_name dotnet
 
-%global host_version 2.1.29
-%global runtime_version 2.1.29
-%global sdk_version 2.1.525
+%global host_version 2.1.30
+%global runtime_version 2.1.30
+%global sdk_version 2.1.526
 
 Name:           dotnet
 Version:        %{sdk_version}
@@ -317,6 +317,10 @@ rm %{buildroot}%{_libdir}/%{simple_name}/dotnet
 %{_libdir}/%{simple_name}/sdk/%{sdk_version}
 
 %changelog
+* Mon Aug 16 2021 Omair Majid <omajid@redhat.com> - 2.1.526-1
+- Update to .NET SDK 2.1.526 and Runtime 2.1.30
+- Resolves: RHBZ#1993896
+
 * Tue Aug 03 2021 Omair Majid <omajid@redhat.com> - 2.1.525-1
 - Update to .NET SDK 2.1.525 and Runtime 2.1.29
 - Resolves: RHBZ#1988581