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
Adding a link to the issue logged in roslyn for the open key.
Browse files Browse the repository at this point in the history
  • Loading branch information
joperezr committed Jan 27, 2016
1 parent 59e97f3 commit 812179d
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions src/System.Buffers/src/System.Buffers.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
<ProjectGuid>{2ADDB484-6F57-4D71-A3FE-A57EC6329A2B}</ProjectGuid>
<PackageTargetFramework>dotnet5.2</PackageTargetFramework>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<!-- Disable Open Key on cross plat since Roslyn doesn't support it yet. -->
<UseOpenKey Condition="'$(OsEnvironment)'=='Windows_NT'>true</UseOpenKey>
<!-- Disable Open Key on cross plat since Roslyn doesn't support it yet. See issue: https://github.com/dotnet/roslyn/issues/8210 -->
<UseOpenKey Condition="'$(OsEnvironment)'=='Windows_NT'">true</UseOpenKey>
</PropertyGroup>
<!-- Default configurations to help VS understand the options -->
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|AnyCPU'" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<AssemblyVersion>4.0.0.0</AssemblyVersion>
<DocumentationFile>$(OutputPath)$(AssemblyName).xml</DocumentationFile>
<PackageTargetFramework>dotnet5.2</PackageTargetFramework>
<!-- Disable Open Key on cross plat since Roslyn doesn't support it yet. -->
<!-- Disable Open Key on cross plat since Roslyn doesn't support it yet. See issue: https://github.com/dotnet/roslyn/issues/8210 -->
<UseOpenKey Condition="'$(OsEnvironment)'=='Windows_NT'">true</UseOpenKey>
</PropertyGroup>
<!-- Default configurations to help VS understand the configurations -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<AssemblyVersion>4.0.0.0</AssemblyVersion>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<PackageTargetFramework>dotnet5.1</PackageTargetFramework>
<!-- Disable Open Key on cross plat since Roslyn doesn't support it yet. -->
<!-- Disable Open Key on cross plat since Roslyn doesn't support it yet. See issue: https://github.com/dotnet/roslyn/issues/8210 -->
<UseOpenKey Condition="'$(OsEnvironment)'=='Windows_NT'>true</UseOpenKey>
</PropertyGroup>
<!-- Default configurations to help VS understand the configurations -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<AssemblyVersion>4.0.0.0</AssemblyVersion>
<DocumentationFile>$(OutputPath)$(AssemblyName).xml</DocumentationFile>
<PackageTargetFramework>dotnet5.1</PackageTargetFramework>
<!-- Disable Open Key on cross plat since Roslyn doesn't support it yet. -->
<!-- Disable Open Key on cross plat since Roslyn doesn't support it yet. See issue: https://github.com/dotnet/roslyn/issues/8210 -->
<UseOpenKey Condition="'$(OsEnvironment)'=='Windows_NT'>true</UseOpenKey>
</PropertyGroup>
<!-- Default configurations to help VS understand the configurations -->
Expand Down

0 comments on commit 812179d

Please sign in to comment.