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 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 308308 </ProjectReference >
309309 </ItemGroup >
310310 <Import Project =" $(MSBuildBinPath)\Microsoft.CSharp.targets" />
311- <Import Project =" $(SolutionDir)\.nuget\nuget .targets" />
311+ <Import Project =" $(SolutionDir)\.nuget\NuGet .targets" />
312312 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
313313 Other similar extension points exist, see Microsoft.Common.targets.
314314 <Target Name="BeforeBuild">
315315 </Target>
316316 <Target Name="AfterBuild">
317317 </Target>
318318 -->
319- </Project >
319+ </Project >
You can’t perform that action at this time.
0 commit comments