Update compat pack validation to reference asp 3.0.0 package (dotnet/corefx#32031)
authorSantiago Fernandez Madero <safern@microsoft.com>
Thu, 30 Aug 2018 16:33:04 +0000 (09:33 -0700)
committerGitHub <noreply@github.com>
Thu, 30 Aug 2018 16:33:04 +0000 (09:33 -0700)
Commit migrated from https://github.com/dotnet/corefx/commit/97a43d132bd235cb72edfdcb5fa680fbcf5891cb

src/libraries/pkg/Microsoft.Windows.Compatibility/tests/Microsoft.Windows.Compatibility.Validation.csproj

index 05eae17..00d5c9d 100644 (file)
@@ -13,7 +13,7 @@
    </ItemGroup>
    <ItemGroup Condition="'$(TargetFramework)' != 'netcoreapp2.0'">
     <PackageReference Include="Microsoft.Private.CoreFx.NETCoreApp" Version="$(PrivateCorefxPackageVersion)" />
-    <PackageReference Include="Microsoft.AspNetCore.All" Version="2.2.0-*" />
+    <PackageReference Include="Microsoft.AspNetCore.All" Version="3.0.0-*" />
    </ItemGroup>
    <ItemGroup Condition="'$(TargetFramework)' == 'netcoreapp2.0'">
     <PackageReference Include="Microsoft.AspNetCore.All" Version="2.0.0" />