From 523052f6f3e86fad0a22778c29ef0f3847dec9a0 Mon Sep 17 00:00:00 2001 From: Connie Yau Date: Mon, 1 May 2017 10:49:33 -0700 Subject: [PATCH] Fix link to ResolveAssemblyReference breaking change --- Documentation/compatibility/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/compatibility/README.md b/Documentation/compatibility/README.md index 13532fb..2c72456 100644 --- a/Documentation/compatibility/README.md +++ b/Documentation/compatibility/README.md @@ -105,7 +105,7 @@ Please help us improve the [.NET Framework Application Compatibility documents]( - [MinFreeMemoryPercentageToActiveService is now respected](minfreememorypercentagetoactiveservice-is-now-respected.md) - [NetDataContractSerializer fails to deserialize a ConcurrentDictionary serialized with a different .NET version](netdatacontractserializer-fails-to-deserialize-a-concurrentdictionary-serialized-with-a-different-_net-version.md) - [ObsoleteAttribute exports as both ObsoleteAttribute and DeprecatedAttribute in WinMD scenarios](obsoleteattribute-exports-as-both-obsoleteattribute-and-deprecatedattribute-in-winmd-scenarios.md) -- [ResolveAssemblyReference task now warns of dependencies with the wrong architecture](resolveassemblyreference-task-now-warns-on-dependencies-with-the-wrong-architecture.md) +- [ResolveAssemblyReference task now warns of dependencies with the wrong architecture](resolveassemblyreference-task-now-warns-of-dependencies-with-the-wrong-architecture.md) - [Two-way data-binding to a property with a non-public setter is not supported](two-way-data-binding-to-a-property-with-a-non-public-setter-is-not-supported.md) - [WinRT stream adapters no long call FlushAsync automatically on close](winrt-stream-adapters-no-long-call-flushasync-automatically-on-close.md)