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

github.com/mono/cecil.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTlakaelel Axayakatl Ceja <tlakaelel.ceja@microsoft.com>2022-10-06 22:25:27 +0300
committerGitHub <noreply@github.com>2022-10-06 22:25:27 +0300
commita12da51e26be8df07e43a09bc56dc4db85df6204 (patch)
tree053a40c2d667c61623addf0258f0b903ac3a6939 /Mono.Cecil.Tests.props
parent1a88006d339e21a684b28efc62fe7b587b464fc3 (diff)
Add arcade infrastructure to dotnet/cecil (#37)
Add arcade infrastructure to dotnet/cecil Adds eng/common folder from arcade Adds NuGet.config file with the dotnet eng/tools/public package sources Adds build scripts at root level to execute the eng/common/build scripts Adds eng/Versions.props and eng/Version.Details.xml files with minimal dependencies since Cecil doesn't require anything, mostly just setting up the package version Adds global.json Adds arcade artifacts to .gitignore file Add Microsoft.Dotnet.Arcade.Sdk Make Mono.Cecil a package Remove frameworks non-compatible with Arcade SDK Make the package non-shippable so it doesn't publish in Nuget Suppress license validation since Cecil has a different license than MIT one Workaround the publickey and publickey token generation from arcade Modify version to match Cecil version 0.11.4.0 Remove helix SDK since we don't use helix testing Add pipeline yaml file Add support for NetCoreAppToolCurrent equals to net7.0 and ToolsFramework netstandard 2.0 Add a variable to find the resources folder given that there is a new structure in the artifacts directory Use VS test runner to avoid running tests using xunit Add signing properties for 3rd party libraries
Diffstat (limited to 'Mono.Cecil.Tests.props')
-rw-r--r--Mono.Cecil.Tests.props3
1 files changed, 0 insertions, 3 deletions
diff --git a/Mono.Cecil.Tests.props b/Mono.Cecil.Tests.props
index bd6df1f..35cbbfc 100644
--- a/Mono.Cecil.Tests.props
+++ b/Mono.Cecil.Tests.props
@@ -6,9 +6,6 @@
<PackageReference Include="NUnit">
<Version>3.11.0</Version>
</PackageReference>
- <PackageReference Include="Microsoft.NET.Test.Sdk">
- <Version>15.9.0</Version>
- </PackageReference>
<PackageReference Include="NUnit3TestAdapter">
<Version>3.12.0</Version>
</PackageReference>