Skip to content

Commit

Permalink
Stop pinning dotnet-pgo to C# 8 (dotnet#56947)
Browse files Browse the repository at this point in the history
stephentoub authored Aug 6, 2021
1 parent 26ce14e commit a1aeb13
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/coreclr/tools/dotnet-pgo/dotnet-pgo.csproj
Original file line number Diff line number Diff line change
@@ -6,7 +6,6 @@
<PlatformTarget>AnyCPU</PlatformTarget>
<TargetFramework>$(NetCoreAppToolCurrent)</TargetFramework>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<LangVersion>8.0</LangVersion>
<OutputPath>$(RuntimeBinDir)/dotnet-pgo</OutputPath>
<GenerateRuntimeConfigurationFiles>true</GenerateRuntimeConfigurationFiles>
<EnableDefaultEmbeddedResourceItems>false</EnableDefaultEmbeddedResourceItems>

0 comments on commit a1aeb13

Please sign in to comment.