Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Kotas <jkotas@microsoft.com>2017-11-19 18:01:41 +0300
committerJan Kotas <jkotas@microsoft.com>2017-11-19 21:37:38 +0300
commit0f828ffdf66084148bd5f19bbc770c07076feb6f (patch)
tree14f43aa620eb093235874219b4e0f582763182f9 /src/System.IO.Compression
parent0bb106232745aedfc0d0c5a84ff2b244bf190317 (diff)
Delete unnecessary SecurityTransparent annotations
Diffstat (limited to 'src/System.IO.Compression')
-rw-r--r--src/System.IO.Compression/src/AssemblyInfo.cs7
-rw-r--r--src/System.IO.Compression/src/System.IO.Compression.csproj1
2 files changed, 0 insertions, 8 deletions
diff --git a/src/System.IO.Compression/src/AssemblyInfo.cs b/src/System.IO.Compression/src/AssemblyInfo.cs
deleted file mode 100644
index 18d3a814bd..0000000000
--- a/src/System.IO.Compression/src/AssemblyInfo.cs
+++ /dev/null
@@ -1,7 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-
-using System.Security;
-
-[assembly: SecurityTransparentAttribute()] \ No newline at end of file
diff --git a/src/System.IO.Compression/src/System.IO.Compression.csproj b/src/System.IO.Compression/src/System.IO.Compression.csproj
index cd690bb295..7f0beb87da 100644
--- a/src/System.IO.Compression/src/System.IO.Compression.csproj
+++ b/src/System.IO.Compression/src/System.IO.Compression.csproj
@@ -111,7 +111,6 @@
<Reference Include="System.Threading.Tasks" />
</ItemGroup>
<ItemGroup Condition="'$(TargetGroup)' == 'netfx'">
- <Compile Include="AssemblyInfo.cs" />
<Reference Include="mscorlib" />
<Reference Include="System" />
</ItemGroup>