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 307
307
</ProjectReference >
308
308
</ItemGroup >
309
309
<Import Project =" $(MSBuildBinPath)\Microsoft.CSharp.targets" />
310
- <Import Project =" $(SolutionDir)\.nuget\nuget .targets" />
310
+ <Import Project =" $(SolutionDir)\.nuget\NuGet .targets" />
311
311
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
312
312
Other similar extension points exist, see Microsoft.Common.targets.
313
313
<Target Name="BeforeBuild">
314
314
</Target>
315
315
<Target Name="AfterBuild">
316
316
</Target>
317
317
-->
318
- </Project >
318
+ </Project >
You can’t perform that action at this time.
0 commit comments