Skip to content

Commit f467de7

Browse files
committed
Update error message text when 2.0 SDK is required to build a project
1 parent 2d5667f commit f467de7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Tasks/Common/Resources/Strings.resx

+1-1
Original file line numberDiff line numberDiff line change
@@ -313,6 +313,6 @@
313313
<value>Resolved file has a bad image, no metadata, or is otherwise inaccessible. {0}</value>
314314
</data>
315315
<data name="UnsupportedSDKVersionForNetStandard20" xml:space="preserve">
316-
<value>The version of Microsoft.NET.Sdk used by this project is insufficient to support .NET Standard 2.0 which is required by this project's references. Please install version 2.0 or higher of the .NET Core SDK.</value>
316+
<value>The version of Microsoft.NET.Sdk used by this project is insufficient to support references to libraries targeting .NET Standard 1.5 or higher. Please install version 2.0 or higher of the .NET Core SDK.</value>
317317
</data>
318318
</root>

0 commit comments

Comments
 (0)