Let's start with the following simple example
To achieve this we need to use the following
Saturday, October 20, 2018
Monday, October 15, 2018
NAnt msbuild latest .NET Framework versions problem fixed
The problem with NAnt is that the latest supported version for .net framework is 4.5 (msbuild 13).
So, the following snippet:
So, the following snippet:
<msbuild project="D:\MyProject\MyProj.sln"> <property name="nant.settings.currentframework" value="net-4.7.1"> </property> </msbuild>
gives us the error
Target framework could not be changed. "net-4.7.1" is not a valid framework identifier.
The workaround is pretty simple
Friday, October 5, 2018
Open Command Window Here as Administrator with Hotkey
To add a context menu item "Open Command Window Here as Administrator" you need to create AddMenuItem.reg file and paste the following code there:
Subscribe to:
Posts (Atom)