update to compaitibility package (#57783)
authorAnirudh Agnihotry <anirudhagnihotry098@gmail.com>
Sat, 21 Aug 2021 02:34:59 +0000 (19:34 -0700)
committerGitHub <noreply@github.com>
Sat, 21 Aug 2021 02:34:59 +0000 (19:34 -0700)
eng/Version.Details.xml
eng/Versions.props
eng/packaging.targets

index bba8717..f466345 100644 (file)
       <Uri>https://github.com/dotnet/roslyn-analyzers</Uri>
       <Sha>9a1f02eff42635a5a9934735f12c722c3bfba8e8</Sha>
     </Dependency>
+    <Dependency Name="Microsoft.DotNet.Compatibility" Version="1.0.0-rc.2.21419.17">
+      <Uri>https://github.com/dotnet/sdk</Uri>
+      <Sha>c293382261f9f932c772a095ff3c2f6bd97f2cf9</Sha>
+    </Dependency>
   </ToolsetDependencies>
 </Dependencies>
index 6836bbf..194674a 100644 (file)
@@ -50,7 +50,7 @@
     <MicrosoftCodeAnalysisCSharpVersion>3.10.0</MicrosoftCodeAnalysisCSharpVersion>
     <MicrosoftCodeAnalysisNetAnalyzersVersion>6.0.0-rc1.21413.4</MicrosoftCodeAnalysisNetAnalyzersVersion>
     <!-- SDK dependencies -->
-    <MicrosoftDotNetPackageValidationVersion>1.0.0-rc.1.21404.21</MicrosoftDotNetPackageValidationVersion>
+    <MicrosoftDotNetCompatibilityVersion>1.0.0-rc.2.21419.17</MicrosoftDotNetCompatibilityVersion>
     <!-- Arcade dependencies -->
     <MicrosoftDotNetApiCompatVersion>6.0.0-beta.21418.12</MicrosoftDotNetApiCompatVersion>
     <MicrosoftDotNetBuildTasksFeedVersion>6.0.0-beta.21418.12</MicrosoftDotNetBuildTasksFeedVersion>
index f450f05..4d2b789 100644 (file)
@@ -40,7 +40,7 @@
   </PropertyGroup>
 
   <ItemGroup Condition="'$(EnablePackageValidation)' == 'true'">
-    <PackageReference Include="Microsoft.DotNet.PackageValidation" Version="$(MicrosoftDotNetPackageValidationVersion)" PrivateAssets="all" IsImplicitlyDefined="true" />
+    <PackageReference Include="Microsoft.DotNet.Compatibility" Version="$(MicrosoftDotNetCompatibilityVersion)" PrivateAssets="all" IsImplicitlyDefined="true" />
   </ItemGroup>
 
   <ItemGroup>