Skip to content
This repository has been archived by the owner on Jan 23, 2023. It is now read-only.
/ corefx Public archive

Commit

Permalink
Updating to new version of the compiler and use the switch so tests p…
Browse files Browse the repository at this point in the history
…ass on desktop
  • Loading branch information
joperezr committed Sep 18, 2017
1 parent b704b6d commit a19253a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion BuildToolsVersion.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.0.0-prerelease-02015-01
2.0.0-prerelease-02018-01
1 change: 1 addition & 0 deletions src/System.Collections.Immutable/src/PEVerifyCompat.rsp
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/features:peverify-compat
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
<FileAlignment>512</FileAlignment>
<DocumentationFile>$(OutputPath)$(MSBuildProjectName).xml</DocumentationFile>
<GenerateAppxPackageOnBuild>False</GenerateAppxPackageOnBuild>
<CompilerResponseFile>$(MSBuildThisFileDirectory)PEVerifyCompat.rsp;$(CompilerResponseFile)</CompilerResponseFile>
<PackageTargetFramework Condition="'$(TargetGroup)' == 'netstandard1.0'">netstandard1.0;portable-net45+win8+wp8+wpa81</PackageTargetFramework>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'netcoreapp-Debug|AnyCPU'" />
Expand Down

0 comments on commit a19253a

Please sign in to comment.