Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/roslyn-binaries.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnkit Jain <radical@gmail.com>2020-02-14 20:37:59 +0300
committerGitHub <noreply@github.com>2020-02-14 20:37:59 +0300
commitff2eb6664c7ed7cacc13bdf35119edad77d3d2a1 (patch)
tree5a6fec60c5c7b41da81ecf0c257d034dea534e25 /Microsoft.Net.Compilers/3.5.0/csi.exe.config
parent9b53dc7db500441c476c1ab7a8d9a0d5fb26cf76 (diff)
Add Roslyn version 3.5.0-beta2-20074-05 binaries from the (#26)
.. nuget `Microsoft.Net.Compilers.Toolset`. Version taken from msbuild/mono-2019-10 branch, (https://github.com/mono/msbuild/blob/mono-2019-10/eng/Versions.props#L27). - Skipped from the nuget: - [Content_Types].xml - catalog.json - extension.vsixmanifest - manifest.json - Roslyn.Compilers.Extension.* (windows/VS specific) - skipped package/* directory - Edited `csi.rsp` with (matches what we used for 3.4.0): ``` -/r:System -/r:System.Core -/r:Microsoft.CSharp +/r:System.dll +/r:System.Core.dll +/r:Microsoft.CSharp.dll +/r:Facades/System.Runtime.dll +/r:Facades/netstandard.dll /u:System /u:System.IO /u:System.Collections.Generic ```
Diffstat (limited to 'Microsoft.Net.Compilers/3.5.0/csi.exe.config')
-rw-r--r--Microsoft.Net.Compilers/3.5.0/csi.exe.config2
1 files changed, 1 insertions, 1 deletions
diff --git a/Microsoft.Net.Compilers/3.5.0/csi.exe.config b/Microsoft.Net.Compilers/3.5.0/csi.exe.config
index e994c0b..f228a3b 100644
--- a/Microsoft.Net.Compilers/3.5.0/csi.exe.config
+++ b/Microsoft.Net.Compilers/3.5.0/csi.exe.config
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
-<!-- Licensed to the .NET Foundation under one or more agreements. The .NET Foundation licenses this file to you under the MIT license. See the LICENSE file in the project root for more information. -->
+<!-- Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. -->
<configuration>
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.7.2" />