You've already forked linux-packaging-mono
Imported Upstream version 5.10.0.47
Former-commit-id: d0813289fa2d35e1f8ed77530acb4fb1df441bc0
This commit is contained in:
parent
88ff76fe28
commit
e46a49ecf1
@@ -1 +1 @@
|
||||
e180cb5c5ae74aba136635e15db40031c56ba552
|
||||
a203d193d404a4813ea1c6ef40970b3be451581b
|
@@ -8,7 +8,6 @@ namespace System.CodeDom.Compiler
|
||||
{
|
||||
public partial class CompilerParameters
|
||||
{
|
||||
[NonSerialized]
|
||||
private Evidence _evidence;
|
||||
|
||||
[Obsolete("CAS policy is obsolete and will be removed in a future release of the .NET Framework."
|
||||
|
@@ -12,8 +12,6 @@ namespace System.CodeDom.Compiler
|
||||
private readonly StringCollection _assemblyNames = new StringCollection();
|
||||
private readonly StringCollection _embeddedResources = new StringCollection();
|
||||
private readonly StringCollection _linkedResources = new StringCollection();
|
||||
|
||||
[NonSerialized]
|
||||
private TempFileCollection _tempFiles;
|
||||
|
||||
public CompilerParameters() : this(null, null)
|
||||
|
@@ -13,8 +13,6 @@ namespace System.CodeDom.Compiler
|
||||
private readonly CompilerErrorCollection _errors = new CompilerErrorCollection();
|
||||
private readonly StringCollection _output = new StringCollection();
|
||||
private Assembly _compiledAssembly;
|
||||
|
||||
[NonSerialized]
|
||||
private TempFileCollection _tempFiles;
|
||||
|
||||
public CompilerResults(TempFileCollection tempFiles)
|
||||
|
@@ -106,9 +106,6 @@
|
||||
<Compile Include="$(CommonTestPath)\System\Collections\TestBase.NonGeneric.cs">
|
||||
<Link>Common\System\Collections\TestBase.NonGeneric.cs</Link>
|
||||
</Compile>
|
||||
<Compile Include="$(CommonTestPath)\System\PlatformDetection.cs">
|
||||
<Link>CommonTest\System\PlatformDetection.cs</Link>
|
||||
</Compile>
|
||||
</ItemGroup>
|
||||
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
|
||||
</Project>
|
||||
|
Reference in New Issue
Block a user