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:
-rw-r--r--.gitignore1
-rwxr-xr-x[-rw-r--r--]build.sh0
-rw-r--r--eng/Version.Details.xml12
-rwxr-xr-x[-rw-r--r--]eng/common/build.sh0
4 files changed, 12 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index e31eccc..d0e84f5 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,7 +5,6 @@ obj
*.user
*.pidb
*.userprefs
-*.xml
*.nupkg
**/test-results/*
*Resharper*
diff --git a/build.sh b/build.sh
index 8477d5a..8477d5a 100644..100755
--- a/build.sh
+++ b/build.sh
diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml
new file mode 100644
index 0000000..b2559a7
--- /dev/null
+++ b/eng/Version.Details.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="utf-8"?>
+<Dependencies>
+ <ProductDependencies>
+ </ProductDependencies>
+ <ToolsetDependencies>
+ <Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="8.0.0-beta.22473.1">
+ <Uri>https://github.com/dotnet/arcade</Uri>
+ <Sha>ba4d2568dd2e3e7538feeaba60215f7bcb99e89c</Sha>
+ <SourceBuild RepoName="arcade" ManagedOnly="true" />
+ </Dependency>
+ </ToolsetDependencies>
+</Dependencies>
diff --git a/eng/common/build.sh b/eng/common/build.sh
index 50af40c..50af40c 100644..100755
--- a/eng/common/build.sh
+++ b/eng/common/build.sh