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

github.com/dotnet/runtime.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/eng
diff options
context:
space:
mode:
authorViktor Hofer <viktor.hofer@microsoft.com>2022-03-11 20:51:22 +0300
committerGitHub <noreply@github.com>2022-03-11 20:51:22 +0300
commit2575ce5f513c8f5cd37f935ba70b87cbd787c8df (patch)
tree5bb96f9aa59899cd122b54b8af9f0b17e6f3ebc8 /eng
parent3e2d483153adcab27033340fa40ad0bcdc3acc2a (diff)
Use ApiCompatTask in ApiCompat.proj (#66073)
* Use ApiCompatTask in ApiCompat.proj As ApiCompat now has a task that allows to run in-proc, use that instead of shelving out. Also use items instead of properties to define the attribute exclusion list. * Update ApiCompat version
Diffstat (limited to 'eng')
-rw-r--r--eng/Version.Details.xml4
-rw-r--r--eng/Versions.props2
2 files changed, 3 insertions, 3 deletions
diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml
index 2fdc1c336ff..1eed349b060 100644
--- a/eng/Version.Details.xml
+++ b/eng/Version.Details.xml
@@ -58,9 +58,9 @@
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>81001b45bd54f9223905bf55f6ed0125273580fa</Sha>
</Dependency>
- <Dependency Name="Microsoft.DotNet.ApiCompat" Version="7.0.0-beta.22157.6">
+ <Dependency Name="Microsoft.DotNet.ApiCompat" Version="7.0.0-beta.22159.9">
<Uri>https://github.com/dotnet/arcade</Uri>
- <Sha>81001b45bd54f9223905bf55f6ed0125273580fa</Sha>
+ <Sha>3d988e17f3317c888c82e21b4b3dd5196dfc4d78</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.GenAPI" Version="7.0.0-beta.22157.6">
<Uri>https://github.com/dotnet/arcade</Uri>
diff --git a/eng/Versions.props b/eng/Versions.props
index 21f867f7351..bdeb8db1a13 100644
--- a/eng/Versions.props
+++ b/eng/Versions.props
@@ -46,7 +46,7 @@
<!-- SDK dependencies -->
<MicrosoftDotNetCompatibilityVersion>2.0.0-alpha.1.21525.11</MicrosoftDotNetCompatibilityVersion>
<!-- Arcade dependencies -->
- <MicrosoftDotNetApiCompatVersion>7.0.0-beta.22157.6</MicrosoftDotNetApiCompatVersion>
+ <MicrosoftDotNetApiCompatVersion>7.0.0-beta.22159.9</MicrosoftDotNetApiCompatVersion>
<MicrosoftDotNetBuildTasksFeedVersion>7.0.0-beta.22157.6</MicrosoftDotNetBuildTasksFeedVersion>
<MicrosoftDotNetCodeAnalysisVersion>7.0.0-beta.22157.6</MicrosoftDotNetCodeAnalysisVersion>
<MicrosoftDotNetGenAPIVersion>7.0.0-beta.22157.6</MicrosoftDotNetGenAPIVersion>