Going from to in NAnt

后端 未结 3 658
慢半拍i
慢半拍i 2021-01-07 06:49

I\'ve converted my app from .NET 1.1 to .NET 3.5 and unfortunately NAnt\'s tag does not support .NET 3.5. So I am trying to use the tag to kick off msbuild directly.

3条回答
  •  北海茫月
    2021-01-07 06:58

    I think it can be done with one of two options. Either by using AdditionalLibPaths or AssemblySearchPaths, which are described on MSDN.

    Something like the following:

    
        
        
        
        
    
    

提交回复
热议问题