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.Text.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 344
344
</None >
345
345
</ItemGroup >
346
346
<Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
347
- <Import Project =" $(SolutionDir)\.nuget\nuget .targets" />
347
+ <Import Project =" $(SolutionDir)\.nuget\NuGet .targets" />
348
348
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
349
349
Other similar extension points exist, see Microsoft.Common.targets.
350
350
<Target Name="BeforeBuild">
351
351
</Target>
352
352
<Target Name="AfterBuild">
353
353
</Target>
354
354
-->
355
- </Project >
355
+ </Project >
You can’t perform that action at this time.
0 commit comments