Skip to content
This repository was archived by the owner on Dec 24, 2022. It is now read-only.

Commit a734b32

Browse files
Update ServiceStack.Redis.Tests.csproj
change nuget.targets to NuGet.targets for linux building
1 parent 8049237 commit a734b32

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/ServiceStack.Redis.Tests/ServiceStack.Redis.Tests.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -307,12 +307,12 @@
307307
</ProjectReference>
308308
</ItemGroup>
309309
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
310-
<Import Project="$(SolutionDir)\.nuget\nuget.targets" />
310+
<Import Project="$(SolutionDir)\.nuget\NuGet.targets" />
311311
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
312312
Other similar extension points exist, see Microsoft.Common.targets.
313313
<Target Name="BeforeBuild">
314314
</Target>
315315
<Target Name="AfterBuild">
316316
</Target>
317317
-->
318-
</Project>
318+
</Project>

0 commit comments

Comments
 (0)