diff --git a/src/Microsoft.Bcl.Build.Symbols/build/Microsoft.Bcl.Build.Symbols.targets b/src/Microsoft.Bcl.Build.Symbols/build/Microsoft.Bcl.Build.Symbols.targets index ac93133..b13b245 100644 --- a/src/Microsoft.Bcl.Build.Symbols/build/Microsoft.Bcl.Build.Symbols.targets +++ b/src/Microsoft.Bcl.Build.Symbols/build/Microsoft.Bcl.Build.Symbols.targets @@ -72,6 +72,7 @@ WARNING: DO NOT MODIFY this file unless you are knowledgeable about MSBuild and NETSTANDARD_14 NETSTANDARD_15 NETSTANDARD_16 + NETSTANDARD_17 NETSTANDARD_20 NETSTANDARD_21 @@ -95,7 +96,10 @@ WARNING: DO NOT MODIFY this file unless you are knowledgeable about MSBuild and $(BuildConstants)$(ISNETCORE); $(BuildConstants)$(NETCORE); - + + + NET_50 + $(BuildConstants)PORTABLE;PROFILE_$(TargetFrameworkProfile.ToUpper().Substring(7)); @@ -130,7 +134,11 @@ WARNING: DO NOT MODIFY this file unless you are knowledgeable about MSBuild and CSHARP_50 CSHARP_60 CSHARP_70 - CSHARP_80 + + + + CSHARP_80 + CSHARP_90 $(BuildConstants)$(CSHARP);