From 2ff0e98c1a6b0e9a5f3e779d6dc7e33bac29d5a0 Mon Sep 17 00:00:00 2001 From: Oleksiy Gapotchenko Date: Fri, 12 Jun 2020 13:41:25 +0300 Subject: [PATCH] Update README.md --- Source/Gapotchenko.FX.Reflection.Loader/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/Gapotchenko.FX.Reflection.Loader/README.md b/Source/Gapotchenko.FX.Reflection.Loader/README.md index f9d05e9a..a1032884 100644 --- a/Source/Gapotchenko.FX.Reflection.Loader/README.md +++ b/Source/Gapotchenko.FX.Reflection.Loader/README.md @@ -255,7 +255,7 @@ namespace MyPlugin ``` There are a lot of projects that may need this: T4 templates, MSBuild tasks, plugins, extensions etc. -Basically everything that gets dynamically loaded and depends on one or more NuGet packages. +Basically everything that gets dynamically loaded and depends on one or more NuGet packages with mishmash of versions.