You've already forked linux-packaging-mono
Imported Upstream version 5.16.0.100
Former-commit-id: 38faa55fb9669e35e7d8448b15c25dc447f25767
This commit is contained in:
parent
0a9828183b
commit
7d7f676260
@@ -1 +1 @@
|
||||
01442cc94b0a9560697739eba0aa9d4cc89f4e5c
|
||||
054fcffdfaa0cf2ec310147734080fd7417132b3
|
@@ -5,6 +5,7 @@
|
||||
using System.CodeDom.Compiler;
|
||||
using System.Collections.Generic;
|
||||
using System.ComponentModel;
|
||||
using System.Diagnostics;
|
||||
using System.IO;
|
||||
using System.Reflection;
|
||||
using System.Runtime.Serialization.Formatters.Tests;
|
||||
@@ -13,7 +14,7 @@ using Xunit;
|
||||
|
||||
namespace System.CodeDom.Tests
|
||||
{
|
||||
public abstract class CodeGenerationTests
|
||||
public abstract class CodeGenerationTests : RemoteExecutorTestBase
|
||||
{
|
||||
[Fact]
|
||||
public void Roundtrip_Extension()
|
||||
|
@@ -107,5 +107,11 @@
|
||||
<Link>Common\System\Collections\TestBase.NonGeneric.cs</Link>
|
||||
</Compile>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="$(CommonTestPath)\System\Diagnostics\RemoteExecutorConsoleApp\RemoteExecutorConsoleApp.csproj">
|
||||
<Project>{69e46a6f-9966-45a5-8945-2559fe337827}</Project>
|
||||
<Name>RemoteExecutorConsoleApp</Name>
|
||||
</ProjectReference>
|
||||
</ItemGroup>
|
||||
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
|
||||
</Project>
|
||||
|
@@ -1 +1 @@
|
||||
c5dbb6995a65fd9a529e5eb73e3616dde60f74d8
|
||||
619c2cb9ba0ce3dbd071fad38c2c8c654f85c80e
|
Reference in New Issue
Block a user