diff --git a/src/Authentication/Authentication.Core/Microsoft.Graph.Authentication.Core.csproj b/src/Authentication/Authentication.Core/Microsoft.Graph.Authentication.Core.csproj
index 4ee4b62c2c..6457abe3f6 100644
--- a/src/Authentication/Authentication.Core/Microsoft.Graph.Authentication.Core.csproj
+++ b/src/Authentication/Authentication.Core/Microsoft.Graph.Authentication.Core.csproj
@@ -11,11 +11,12 @@
true
-
+
+
-
-
-
+
+
+
diff --git a/src/Authentication/Authentication/Helpers/HttpHelpers.cs b/src/Authentication/Authentication/Helpers/HttpHelpers.cs
index cfd9252f5f..96fd8884ff 100644
--- a/src/Authentication/Authentication/Helpers/HttpHelpers.cs
+++ b/src/Authentication/Authentication/Helpers/HttpHelpers.cs
@@ -54,7 +54,7 @@ private static HttpClient GetGraphHttpClient(AzureIdentityAccessTokenProvider au
new NationalCloudHandler(),
new ODataQueryOptionsHandler(),
new HttpVersionHandler(),
- new CompressionHandler(),
+ //new CompressionHandler(),
new RetryHandler(new RetryHandlerOption{
Delay = requestContext.RetryDelay,
MaxRetry = requestContext.MaxRetry,
diff --git a/src/Authentication/Authentication/Microsoft.Graph.Authentication.nuspec b/src/Authentication/Authentication/Microsoft.Graph.Authentication.nuspec
index 6c2e698b02..c8cf6124e3 100644
--- a/src/Authentication/Authentication/Microsoft.Graph.Authentication.nuspec
+++ b/src/Authentication/Authentication/Microsoft.Graph.Authentication.nuspec
@@ -50,12 +50,14 @@
+
+