Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/NuGet.BuildTasks.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/Microsoft.NuGet.Build.Tasks/Strings.resx')
-rw-r--r--src/Microsoft.NuGet.Build.Tasks/Strings.resx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Microsoft.NuGet.Build.Tasks/Strings.resx b/src/Microsoft.NuGet.Build.Tasks/Strings.resx
index 4e0906e..ea0945c 100644
--- a/src/Microsoft.NuGet.Build.Tasks/Strings.resx
+++ b/src/Microsoft.NuGet.Build.Tasks/Strings.resx
@@ -146,7 +146,7 @@
<value>Your project csproj file doesn't list '{0}' as a targeted runtime. You should add '{1}' to the "RuntimeIdentifiers" property in your project csproj file and then re-run NuGet restore.</value>
<comment>0 &amp;1 - Runtime Identifier</comment>
</data>
- <data name="MissingRuntimeIdentifiersInCsproj" xml:space="preserve">
+ <data name="MissingRuntimeIdentifierPropertyInCsproj" xml:space="preserve">
<value>Your project csproj file doesn't have the "RuntimeIdentifiers" property. You should add '{0}' to your project csproj file and then re-run NuGet restore.</value>
<comment>0 - Runtime Identifier</comment>
</data>