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

Commit db545f1

Browse files
committed
Merge pull request #411 from angelcolmenares/master
enable building on linux
2 parents 5b89ea7 + 676f3e3 commit db545f1

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/.nuget/NuGet.targets

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
<PropertyGroup>
2222
<!-- NuGet command -->
23-
<NuGetExePath>$(NuGetToolsPath)\nuget.exe</NuGetExePath>
23+
<NuGetExePath>$(NuGetToolsPath)\NuGet.exe</NuGetExePath>
2424
<NuGetCommand Condition=" '$(OS)' == 'Windows_NT'">"$(NuGetExePath)"</NuGetCommand>
2525
<NuGetCommand Condition=" '$(OS)' != 'Windows_NT' ">mono --runtime=v4.0.30319 $(NuGetExePath)</NuGetCommand>
2626

@@ -74,4 +74,4 @@
7474
LogStandardErrorAsError="true"
7575
Condition=" '$(OS)' == 'Windows_NT' " />
7676
</Target>
77-
</Project>
77+
</Project>

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)