Skip to content
This repository was archived by the owner on Dec 24, 2022. It is now read-only.

Commit 54cdef9

Browse files
Update ServiceStack.Text.Tests.csproj
change nuget.targets to NuGet.targets for linux building
1 parent 5b89ea7 commit 54cdef9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/ServiceStack.Text.Tests/ServiceStack.Text.Tests.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -344,12 +344,12 @@
344344
</None>
345345
</ItemGroup>
346346
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
347-
<Import Project="$(SolutionDir)\.nuget\nuget.targets" />
347+
<Import Project="$(SolutionDir)\.nuget\NuGet.targets" />
348348
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
349349
Other similar extension points exist, see Microsoft.Common.targets.
350350
<Target Name="BeforeBuild">
351351
</Target>
352352
<Target Name="AfterBuild">
353353
</Target>
354354
-->
355-
</Project>
355+
</Project>

0 commit comments

Comments
 (0)