React to Identity Service version updates
This commit is contained in:
parent
d916653ff8
commit
873b41da7e
|
|
@ -15,7 +15,6 @@
|
|||
|
||||
<!-- Pin versions to work around CLI bug -->
|
||||
<AspNetCoreVersion Condition="'$(BUILD_PACKAGE_CACHE)' == 'true'">2.0.0-$(VersionSuffix)</AspNetCoreVersion>
|
||||
<AspNetCoreIdentityServiceVersion Condition="'$(BUILD_PACKAGE_CACHE)' == 'true'">1.0.0-$(VersionSuffix)</AspNetCoreIdentityServiceVersion>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
|
|
@ -98,7 +97,7 @@
|
|||
<FullMetaPackagePackageReference Include="Microsoft.AspNetCore.DataProtection.Extensions" />
|
||||
<FullMetaPackagePackageReference Include="Microsoft.AspNetCore.Diagnostics.Abstractions" />
|
||||
<FullMetaPackagePackageReference Include="Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore" />
|
||||
<FullMetaPackagePackageReference Include="Microsoft.AspNetCore.Diagnostics.Identity.Service" Version="$(AspNetCoreIdentityServiceVersion)" />
|
||||
<FullMetaPackagePackageReference Include="Microsoft.AspNetCore.Diagnostics.Identity.Service" />
|
||||
<FullMetaPackagePackageReference Include="Microsoft.AspNetCore.Hosting.Abstractions" />
|
||||
<FullMetaPackagePackageReference Include="Microsoft.AspNetCore.Hosting.Server.Abstractions" />
|
||||
<FullMetaPackagePackageReference Include="Microsoft.AspNetCore.Html.Abstractions" />
|
||||
|
|
@ -109,12 +108,12 @@
|
|||
<FullMetaPackagePackageReference Include="Microsoft.AspNetCore.HttpOverrides" />
|
||||
<FullMetaPackagePackageReference Include="Microsoft.AspNetCore.Identity" />
|
||||
<FullMetaPackagePackageReference Include="Microsoft.AspNetCore.Identity.EntityFrameworkCore" />
|
||||
<FullMetaPackagePackageReference Include="Microsoft.AspNetCore.Identity.Service" Version="$(AspNetCoreIdentityServiceVersion)" />
|
||||
<FullMetaPackagePackageReference Include="Microsoft.AspNetCore.Identity.Service.Core" Version="$(AspNetCoreIdentityServiceVersion)" />
|
||||
<FullMetaPackagePackageReference Include="Microsoft.AspNetCore.Identity.Service.Abstractions" Version="$(AspNetCoreIdentityServiceVersion)" />
|
||||
<FullMetaPackagePackageReference Include="Microsoft.AspNetCore.Identity.Service.EntityFrameworkCore" Version="$(AspNetCoreIdentityServiceVersion)" />
|
||||
<FullMetaPackagePackageReference Include="Microsoft.AspNetCore.Identity.Service.IntegratedWebClient" Version="$(AspNetCoreIdentityServiceVersion)" />
|
||||
<FullMetaPackagePackageReference Include="Microsoft.AspNetCore.Identity.Service.Mvc" Version="$(AspNetCoreIdentityServiceVersion)" />
|
||||
<FullMetaPackagePackageReference Include="Microsoft.AspNetCore.Identity.Service" />
|
||||
<FullMetaPackagePackageReference Include="Microsoft.AspNetCore.Identity.Service.Core" />
|
||||
<FullMetaPackagePackageReference Include="Microsoft.AspNetCore.Identity.Service.Abstractions" />
|
||||
<FullMetaPackagePackageReference Include="Microsoft.AspNetCore.Identity.Service.EntityFrameworkCore" />
|
||||
<FullMetaPackagePackageReference Include="Microsoft.AspNetCore.Identity.Service.IntegratedWebClient" />
|
||||
<FullMetaPackagePackageReference Include="Microsoft.AspNetCore.Identity.Service.Mvc" />
|
||||
<FullMetaPackagePackageReference Include="Microsoft.AspNetCore.JsonPatch" />
|
||||
<FullMetaPackagePackageReference Include="Microsoft.AspNetCore.Localization" />
|
||||
<FullMetaPackagePackageReference Include="Microsoft.AspNetCore.Localization.Routing" />
|
||||
|
|
|
|||
|
|
@ -2,7 +2,6 @@
|
|||
<PropertyGroup>
|
||||
<AspNetCoreIntegrationTestingVersion>0.4.0-*</AspNetCoreIntegrationTestingVersion>
|
||||
<AspNetCoreVersion>2.0.0-*</AspNetCoreVersion>
|
||||
<AspNetCoreIdentityServiceVersion>1.0.0-*</AspNetCoreIdentityServiceVersion>
|
||||
<CoreFxVersion>4.3.0</CoreFxVersion>
|
||||
<InternalAspNetCoreSdkVersion>2.1.0-*</InternalAspNetCoreSdkVersion>
|
||||
<MoqVersion>4.7.1</MoqVersion>
|
||||
|
|
|
|||
Loading…
Reference in New Issue