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
diff options
context:
space:
mode:
authorAnirudh Agnihotry <anirudhagnihotry098@gmail.com>2021-08-20 11:15:28 +0300
committerGitHub <noreply@github.com>2021-08-20 11:15:28 +0300
commit4cb2874d70a99a0512cf667f916a8b5b0c6eba69 (patch)
tree1ed01d14ff0b49e1cbbfde62c57e5c51058b0920 /eng/packaging.targets
parent3dba803bb2b330becc9b1d21a6fe4970bafb4573 (diff)
update version (#57781)
Diffstat (limited to 'eng/packaging.targets')
-rw-r--r--eng/packaging.targets2
1 files changed, 1 insertions, 1 deletions
diff --git a/eng/packaging.targets b/eng/packaging.targets
index 7b166ef4438..af4d2deb6a5 100644
--- a/eng/packaging.targets
+++ b/eng/packaging.targets
@@ -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>