We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 339b447 commit 796a2e0Copy full SHA for 796a2e0
src/libraries/Microsoft.CSharp/src/Microsoft.CSharp.csproj
@@ -2,8 +2,6 @@
2
<PropertyGroup>
3
<AssemblyName>Microsoft.CSharp</AssemblyName>
4
<RootNamespace>Microsoft.CSharp</RootNamespace>
5
- <!-- dotnet/corefx#3128 tracks removing this exclusion -->
6
- <ExcludeLocalizationImport Condition="'$(TargetsWindows)' != 'true'">true</ExcludeLocalizationImport>
7
<Configurations>netstandard2.0-Debug;netstandard2.0-Release</Configurations>
8
</PropertyGroup>
9
<ItemGroup>
@@ -175,4 +173,4 @@
175
173
<Reference Include="System.Runtime.InteropServices" />
176
174
<Reference Include="System.Threading" />
177
</ItemGroup>
178
-</Project>
+</Project>
0 commit comments