diff --git a/BreakingChanges.txt b/BreakingChanges.txt
index acdde8b35..d5037d30a 100644
--- a/BreakingChanges.txt
+++ b/BreakingChanges.txt
@@ -1,6 +1,6 @@
Tracking Breaking Changes since 7.0
-- All: (Desktop) Updated the desktop library to target .Net 4.5.2.
+- All: (Desktop) Updated the desktop library to target .Net 4.5.0
- Queues: Add Message now modifies the PopReceipt, Id, NextVisibleTime, InsertionTime, and ExpirationTime properties of its CloudQueueMessage parameter. The message can then be passed to the UpdateMessage and DeleteMessage APIs.
- Blobs/Files: Populate content MD5 for range gets on Blobs and Files.
- Blobs: BlobContainerPublicAccess enum has a new value "Unknown".
diff --git a/Lib/WindowsDesktop/Microsoft.WindowsAzure.Storage.Desktop.csproj b/Lib/WindowsDesktop/Microsoft.WindowsAzure.Storage.Desktop.csproj
index ff29b74d0..079e5f174 100644
--- a/Lib/WindowsDesktop/Microsoft.WindowsAzure.Storage.Desktop.csproj
+++ b/Lib/WindowsDesktop/Microsoft.WindowsAzure.Storage.Desktop.csproj
@@ -9,7 +9,7 @@
PropertiesMicrosoft.WindowsAzure.StorageMicrosoft.WindowsAzure.Storage
- v4.5.2
+ v4.5512
diff --git a/Lib/WindowsDesktop/WindowsAzure.Storage.nuspec b/Lib/WindowsDesktop/WindowsAzure.Storage.nuspec
index 93946a7c1..1d663024a 100644
--- a/Lib/WindowsDesktop/WindowsAzure.Storage.nuspec
+++ b/Lib/WindowsDesktop/WindowsAzure.Storage.nuspec
@@ -30,7 +30,7 @@
-
+
diff --git a/Lib/WindowsDesktop/packages.config b/Lib/WindowsDesktop/packages.config
index 6a8ec90a8..c15799959 100644
--- a/Lib/WindowsDesktop/packages.config
+++ b/Lib/WindowsDesktop/packages.config
@@ -1,9 +1,9 @@
-
-
-
-
-
-
+
+
+
+
+
+
\ No newline at end of file
diff --git a/README.md b/README.md
index 82c6def70..3d488b4a9 100644
--- a/README.md
+++ b/README.md
@@ -31,7 +31,7 @@ For the best development experience, developers should use the official Microsof
## Target Frameworks
-- .NET Framework 4.5.2: As of December 2016, Storage Client Libraries for .NET supports primarily the desktop .NET Framework 4.5.2 release and above.
+- .NET Framework 4.5.0: As of December 2016, Storage Client Libraries for .NET supports primarily the desktop .NET Framework 4.5.0 release and above.
- Windows 8 and 8.1 for Windows Store app development: Storage Client Libraries are available for Windows Store applications.
- Windows Phone 8 and 8.1 app development: Storage Client Libraries are available for Windows Phone applications including Universal applications.
- Netstandard1.3: Storage Client Libraries for .NET are available to support Netstandard application development including Xamarin/UWP applications.
diff --git a/Test/FaultInjection/AzureStorageMangler/AzureStorageMangler.csproj b/Test/FaultInjection/AzureStorageMangler/AzureStorageMangler.csproj
index c27ae8192..abe24b597 100644
--- a/Test/FaultInjection/AzureStorageMangler/AzureStorageMangler.csproj
+++ b/Test/FaultInjection/AzureStorageMangler/AzureStorageMangler.csproj
@@ -66,7 +66,7 @@
PropertiesMicrosoft.WindowsAzure.Test.NetworkAzureStorageMangler
- v4.5.2
+ v4.5512
diff --git a/Test/FaultInjection/AzureStorageMangler/app.config b/Test/FaultInjection/AzureStorageMangler/app.config
index de8289320..c5e1daefd 100644
--- a/Test/FaultInjection/AzureStorageMangler/app.config
+++ b/Test/FaultInjection/AzureStorageMangler/app.config
@@ -1,3 +1,3 @@
-
+
diff --git a/Test/FaultInjection/HttpMangler/HttpMangler.csproj b/Test/FaultInjection/HttpMangler/HttpMangler.csproj
index 2ac58a2f3..5cb5888b3 100644
--- a/Test/FaultInjection/HttpMangler/HttpMangler.csproj
+++ b/Test/FaultInjection/HttpMangler/HttpMangler.csproj
@@ -10,7 +10,7 @@
PropertiesMicrosoft.WindowsAzure.Test.NetworkHttpMangler
- v4.5.2
+ v4.5512
diff --git a/Test/WindowsDesktop/App.config b/Test/WindowsDesktop/App.config
index ce4b64821..b0393547c 100644
--- a/Test/WindowsDesktop/App.config
+++ b/Test/WindowsDesktop/App.config
@@ -1,46 +1,46 @@
-
+
-
+
-
+
-
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
+
diff --git a/Test/WindowsDesktop/Microsoft.WindowsAzure.Storage.Test.csproj b/Test/WindowsDesktop/Microsoft.WindowsAzure.Storage.Test.csproj
index ae2dbf731..09af2384f 100644
--- a/Test/WindowsDesktop/Microsoft.WindowsAzure.Storage.Test.csproj
+++ b/Test/WindowsDesktop/Microsoft.WindowsAzure.Storage.Test.csproj
@@ -8,7 +8,7 @@
PropertiesMicrosoft.WindowsAzure.StorageMicrosoft.WindowsAzure.Storage.Test
- v4.5.2
+ v4.5512{3AC096D0-A1C2-E12C-1390-A8335801FDAB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}UnitTest
diff --git a/Test/WindowsDesktop/packages.config b/Test/WindowsDesktop/packages.config
index eba241ff9..1e78590a0 100644
--- a/Test/WindowsDesktop/packages.config
+++ b/Test/WindowsDesktop/packages.config
@@ -1,18 +1,18 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/changelog.txt b/changelog.txt
index 62754bde4..3c68ab007 100644
--- a/changelog.txt
+++ b/changelog.txt
@@ -1,7 +1,7 @@
Changes in 8.0.0 :
- All: Support for 2016-05-31 REST version. Please see our REST API documentation and blogs for information about the related added features. If you are using the Storage Emulator, please update to Emulator version 4.6.
-- All: (Desktop) Updated the desktop library to target .Net 4.5.2.
+- All: (Desktop) Updated the desktop library to target .Net 4.5.0.
- All: Added a new Netstandard 1.0 Target Framework (facade) as PCL support.
- Blobs: Added large block blob upload support. The supported Blocks can now support sizes up to 100 MB.
- Blobs: Added a new, memory-optimized upload algorithm for UploadFrom* APIs. This strategy only applies for blocks greater than 4MB and when StoreBlobContentMD5 and Client-Side Encryption are disabled.