This repository was archived by the owner on Dec 24, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
tests/ServiceStack.Redis.Tests Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 20
20
21
21
<PropertyGroup >
22
22
<!-- NuGet command -->
23
- <NuGetExePath >$(NuGetToolsPath)\nuget .exe</NuGetExePath >
23
+ <NuGetExePath >$(NuGetToolsPath)\NuGet .exe</NuGetExePath >
24
24
<NuGetCommand Condition =" '$(OS)' == 'Windows_NT'" >"$(NuGetExePath)"</NuGetCommand >
25
25
<NuGetCommand Condition =" '$(OS)' != 'Windows_NT' " >mono --runtime=v4.0.30319 $(NuGetExePath)</NuGetCommand >
26
26
74
74
LogStandardErrorAsError =" true"
75
75
Condition =" '$(OS)' == 'Windows_NT' " />
76
76
</Target >
77
- </Project >
77
+ </Project >
Original file line number Diff line number Diff line change 308
308
</ProjectReference >
309
309
</ItemGroup >
310
310
<Import Project =" $(MSBuildBinPath)\Microsoft.CSharp.targets" />
311
- <Import Project =" $(SolutionDir)\.nuget\nuget .targets" />
311
+ <Import Project =" $(SolutionDir)\.nuget\NuGet .targets" />
312
312
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
313
313
Other similar extension points exist, see Microsoft.Common.targets.
314
314
<Target Name="BeforeBuild">
315
315
</Target>
316
316
<Target Name="AfterBuild">
317
317
</Target>
318
318
-->
319
- </Project >
319
+ </Project >
You can’t perform that action at this time.
0 commit comments