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

github.com/mono/linker.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'test/ILLink.Tasks.Tests/ILLink.Tasks.Tests.csproj')
-rw-r--r--test/ILLink.Tasks.Tests/ILLink.Tasks.Tests.csproj33
1 files changed, 0 insertions, 33 deletions
diff --git a/test/ILLink.Tasks.Tests/ILLink.Tasks.Tests.csproj b/test/ILLink.Tasks.Tests/ILLink.Tasks.Tests.csproj
deleted file mode 100644
index 5ce4708cc..000000000
--- a/test/ILLink.Tasks.Tests/ILLink.Tasks.Tests.csproj
+++ /dev/null
@@ -1,33 +0,0 @@
-<Project Sdk="Microsoft.NET.Sdk">
-
- <PropertyGroup>
- <TargetFramework>netcoreapp3.0</TargetFramework>
-
- <IsPackable>false</IsPackable>
- <IsTestProject>false</IsTestProject>
- </PropertyGroup>
-
- <ItemGroup>
- <Content Include="MusicStoreReflection.xml">
- <!-- It doesn't seem to get copied unless we specify this
- explicitly. -->
- <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
- </Content>
- </ItemGroup>
-
- <Target Name="CopyNuGetConfig" AfterTargets="AfterBuild">
- <Copy SourceFiles="nuget/NuGet.config" DestinationFolder="$(OutDir)" />
- </Target>
-
- <ItemGroup>
- <!-- tell xunit to log diagnostic messages -->
- <Content Include="xunit.runner.json" CopyToOutputDirectory="PreserveNewest" />
- </ItemGroup>
-
- <ItemGroup>
- <PackageReference Include="Microsoft.DotNet.PlatformAbstractions" Version="3.1.1" />
- <PackageReference Include="xunit" Version="2.4.0" />
- <PackageReference Include="xunit.runner.visualstudio" Version="2.4.0" />
- </ItemGroup>
-
-</Project>