Skip to content

Commit

Permalink
Merge pull request #18613 from dotnet/merges/dev15.1.x-to-dev15.2.x-n…
Browse files Browse the repository at this point in the history
…ayewah

Merge 15.1.x to 15.2.x
  • Loading branch information
natidea authored Apr 12, 2017
2 parents 0a75061 + b5b3633 commit aa13d1a
Show file tree
Hide file tree
Showing 7 changed files with 27 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Compilers/CSharp/csc/App.config
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
<!-- 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.6" />
</startup>
<runtime>
<gcServer enabled="true" />
<gcConcurrent enabled="false"/>
Expand Down
3 changes: 3 additions & 0 deletions src/Compilers/Server/VBCSCompiler/App.config
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
<!-- 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.6" />
</startup>
<runtime>
<gcServer enabled="true"/>
<gcConcurrent enabled="false"/>
Expand Down
3 changes: 3 additions & 0 deletions src/Compilers/VisualBasic/vbc/App.config
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
<!-- 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.6" />
</startup>
<runtime>
<gcServer enabled="true" />
<gcConcurrent enabled="false"/>
Expand Down
8 changes: 8 additions & 0 deletions src/Interactive/csi/App.config
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="utf-8" ?>
<!-- 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.6" />
</startup>
</configuration>
1 change: 1 addition & 0 deletions src/Interactive/csi/csi.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
</ProjectReference>
</ItemGroup>
<ItemGroup>
<None Include="App.config" />
<None Include="csi.rsp">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
Expand Down
8 changes: 8 additions & 0 deletions src/Interactive/vbi/App.config
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="utf-8" ?>
<!-- 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.6" />
</startup>
</configuration>
1 change: 1 addition & 0 deletions src/Interactive/vbi/vbi.vbproj
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
</ProjectReference>
</ItemGroup>
<ItemGroup>
<None Include="App.config" />
<None Include="project.json" />
<None Include="vbi.rsp">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
Expand Down

0 comments on commit aa13d1a

Please sign in to comment.