Skip to content

Commit 9ed8e10

Browse files
committed
Update MySite.Web.csproj
1 parent 21299bd commit 9ed8e10

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Ajax/MySite.Web/MySite.Web.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -216,10 +216,10 @@
216216
<PropertyGroup>
217217
<ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
218218
</PropertyGroup>
219-
<Error Condition="!Exists('..\..\packages\Telerik.Licensing.1.6.8\build\Telerik.Licensing.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Telerik.Licensing.1.6.8\build\Telerik.Licensing.props'))" />
219+
<Error Condition="!Exists('..\..\packages\Telerik.Licensing.1.6.8\build\Telerik.Licensing.props')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\Telerik.Licensing.1.6.8\build\Telerik.Licensing.props'))" />
220220
<Error Condition="!Exists('..\..\packages\Telerik.Licensing.1.6.8\build\Telerik.Licensing.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\Telerik.Licensing.1.6.8\build\Telerik.Licensing.targets'))" />
221221
</Target>
222-
<Import Project="..\..\packages\Telerik.Licensing.1.6.8\build\Telerik.Licensing.props" Condition="Exists('..\packages\Telerik.Licensing.1.6.8\build\Telerik.Licensing.props')" />
222+
<Import Project="..\..\packages\Telerik.Licensing.1.6.8\build\Telerik.Licensing.props" Condition="Exists('..\..\packages\Telerik.Licensing.1.6.8\build\Telerik.Licensing.props')" />
223223
<Import Project="..\..\packages\Telerik.Licensing.1.6.8\build\Telerik.Licensing.targets" Condition="Exists('..\..\packages\Telerik.Licensing.1.6.8\build\Telerik.Licensing.targets')" />
224224
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
225225
Other similar extension points exist, see Microsoft.Common.targets.

0 commit comments

Comments
 (0)