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 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
7474 LogStandardErrorAsError =" true"
7575 Condition =" '$(OS)' == 'Windows_NT' " />
7676 </Target >
77- </Project >
77+ </Project >
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments