Skip to content

Commit

Permalink
Merge pull request dotnet#19279 from srivatsn/fixconfigs
Browse files Browse the repository at this point in the history
Fix configurations so that project will load in 15.3
  • Loading branch information
srivatsn authored May 5, 2017
2 parents 857df89 + 859a43e commit e08df4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Compilers/Server/PortableServer/PortableServer.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<PropertyGroup>
<Platform Condition="'$(Platform)' == ''">x64</Platform>
<PlatformTarget>AnyCPU</PlatformTarget>
<Platforms>x64</Platforms>
<Platforms>AnyCPU;x64</Platforms>
<RuntimeIdentifier>x64</RuntimeIdentifier>
<ProjectGuid>{06B26DCB-7A12-48EF-AE50-708593ABD05F}</ProjectGuid>
<OutputType>Exe</OutputType>
Expand Down

0 comments on commit e08df4c

Please sign in to comment.