Skip to content

Commit 796a2e0

Browse files
authored
Delete outdated workaround (#1921)
1 parent 339b447 commit 796a2e0

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/libraries/Microsoft.CSharp/src/Microsoft.CSharp.csproj

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
<PropertyGroup>
33
<AssemblyName>Microsoft.CSharp</AssemblyName>
44
<RootNamespace>Microsoft.CSharp</RootNamespace>
5-
<!-- dotnet/corefx#3128 tracks removing this exclusion -->
6-
<ExcludeLocalizationImport Condition="'$(TargetsWindows)' != 'true'">true</ExcludeLocalizationImport>
75
<Configurations>netstandard2.0-Debug;netstandard2.0-Release</Configurations>
86
</PropertyGroup>
97
<ItemGroup>
@@ -175,4 +173,4 @@
175173
<Reference Include="System.Runtime.InteropServices" />
176174
<Reference Include="System.Threading" />
177175
</ItemGroup>
178-
</Project>
176+
</Project>

0 commit comments

Comments
 (0)