Skip to content

Commit 67df837

Browse files
committed
Remove extra quote
1 parent 99bb59e commit 67df837

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Azure.Functions.Sdk/Strings.resx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@
133133
<value>Azure Functions '{0}' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/azure-functions-retired-versions for more information on the support policy.</value>
134134
</data>
135135
<data name="AZFW0105_Error_UsingIncompatibleSdk" xml:space="preserve">
136-
<value>'{0}'' package is incompatible with Azure.Functions.Sdk. Please remove the '{0}' package reference.</value>
136+
<value>'{0}' package is incompatible with Azure.Functions.Sdk. Please remove the '{0}' package reference.</value>
137137
</data>
138138
<data name="AZFW0106_Error_UnknownFunctionsVersion" xml:space="preserve">
139139
<value>The AzureFunctionsVersion '{0}' is unknown or not supported.</value>

0 commit comments

Comments
 (0)