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

Commit a7e17fe

Browse files
committed
Merge pull request #197 from angelcolmenares/master
enable building on linux
2 parents 1f7e1ae + a734b32 commit a7e17fe

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.Redis.Tests/ServiceStack.Redis.Tests.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -307,12 +307,12 @@
307307
</ProjectReference>
308308
</ItemGroup>
309309
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
310-
<Import Project="$(SolutionDir)\.nuget\nuget.targets" />
310+
<Import Project="$(SolutionDir)\.nuget\NuGet.targets" />
311311
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
312312
Other similar extension points exist, see Microsoft.Common.targets.
313313
<Target Name="BeforeBuild">
314314
</Target>
315315
<Target Name="AfterBuild">
316316
</Target>
317317
-->
318-
</Project>
318+
</Project>

0 commit comments

Comments
 (0)