![Piotr Puszkiewicz](/assets/img/avatar_default.png)
* Bump MSBuild Version to 15.1.0-preview-000503-01 * tool_csc->tool_roslyn * pull some properties up to dir.props * Move Roslyn to "Roslyn" subdirectory * Fix relative paths in RunCsc.* * Add removal of csc & vbc from deps.json * Revert roslyn to 2.0.0-rc3-61212-03 * netcoreapp -> 1.0.3
6 lines
229 B
Batchfile
6 lines
229 B
Batchfile
@echo off
|
|
|
|
REM Copyright (c) .NET Foundation and contributors. All rights reserved.
|
|
REM Licensed under the MIT license. See LICENSE file in the project root for full license information.
|
|
|
|
"%~dp0..\..\..\dotnet" "%~dp0csc.exe" %*
|