Skip to content

Commit 8a4204b

Browse files
author
John Luo
committed
Update branding to 3.0.3
1 parent 561deb0 commit 8a4204b

File tree

5 files changed

+7
-15
lines changed

5 files changed

+7
-15
lines changed

Directory.Build.props

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -85,10 +85,7 @@
8585
<TargetingPackInstallerBaseName>aspnetcore-targeting-pack</TargetingPackInstallerBaseName>
8686

8787
<!-- Produce targeting pack installers/packages once per major.minor except in extraordinary cases i.e. 3.0.1. -->
88-
<!-- We can remove the 3.0.1 line from any branch other than release/3.0 and from here after 3.0.1 is released. -->
8988
<IsTargetingPackBuilding Condition=" '$(DotNetBuildFromSource)' == 'true' ">false</IsTargetingPackBuilding>
90-
<IsTargetingPackBuilding
91-
Condition=" '$(IsTargetingPackBuilding)' == '' AND '$(VersionPrefix)' == '3.0.1' ">true</IsTargetingPackBuilding>
9289
<IsTargetingPackBuilding
9390
Condition=" '$(IsTargetingPackBuilding)' == '' AND '$(AspNetCorePatchVersion)' != '0' ">false</IsTargetingPackBuilding>
9491
<IsTargetingPackBuilding Condition=" '$(IsTargetingPackBuilding)' == '' ">true</IsTargetingPackBuilding>

NuGet.config

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,6 @@
66
<add key="darc-pub-dotnet-core-setup-7d57652" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-core-setup-7d57652f/nuget/v3/index.json" />
77
<add key="darc-pub-dotnet-corefx-4ac4c03" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-corefx-4ac4c036/nuget/v3/index.json" />
88
<add key="darc-pub-dotnet-corefx-e14c43e" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-corefx-e14c43ea/nuget/v3/index.json" />
9-
<add key="darc-int-dotnet-core-setup-a2c3406" value="https://pkgs.dev.azure.com/dnceng/_packaging/darc-int-dotnet-core-setup-a2c3406f/nuget/v3/index.json" />
10-
<add key="darc-int-aspnet-Extensions-c3451e0" value="https://pkgs.dev.azure.com/dnceng/_packaging/darc-int-aspnet-Extensions-c3451e0b/nuget/v3/index.json" />
11-
<add key="darc-int-aspnet-EntityFrameworkCore-024c1d5" value="https://pkgs.dev.azure.com/dnceng/_packaging/darc-int-aspnet-EntityFrameworkCore-024c1d5f/nuget/v3/index.json" />
12-
<add key="darc-int-aspnet-AspNetCore-Tooling-7dfb824" value="https://pkgs.dev.azure.com/dnceng/_packaging/darc-int-aspnet-AspNetCore-Tooling-7dfb8241/nuget/v3/index.json" />
139
<!--End: Package sources managed by Dependency Flow automation. Do not edit the sources above.-->
1410
<add key="dotnet-core" value="https://dotnetfeed.blob.core.windows.net/dotnet-core/index.json" />
1511
<add key="dotnet-eng" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-eng/nuget/v3/index.json" />

eng/Baseline.Designer.props

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<Project>
33
<PropertyGroup>
44
<MSBuildAllProjects>$(MSBuildAllProjects);$(MSBuildThisFileFullPath)</MSBuildAllProjects>
5-
<AspNetCoreBaselineVersion>3.0.1</AspNetCoreBaselineVersion>
5+
<AspNetCoreBaselineVersion>3.0.2</AspNetCoreBaselineVersion>
66
</PropertyGroup>
77
<!-- Package: AspNetCoreRuntime.3.0.x64-->
88
<PropertyGroup Condition=" '$(PackageId)' == 'AspNetCoreRuntime.3.0.x64' ">
@@ -332,11 +332,11 @@
332332
</ItemGroup>
333333
<!-- Package: Microsoft.AspNetCore.DataProtection.EntityFrameworkCore-->
334334
<PropertyGroup Condition=" '$(PackageId)' == 'Microsoft.AspNetCore.DataProtection.EntityFrameworkCore' ">
335-
<BaselinePackageVersion>3.0.0</BaselinePackageVersion>
335+
<BaselinePackageVersion>3.0.1</BaselinePackageVersion>
336336
</PropertyGroup>
337337
<ItemGroup Condition=" '$(PackageId)' == 'Microsoft.AspNetCore.DataProtection.EntityFrameworkCore' AND '$(TargetFramework)' == 'netstandard2.1' ">
338-
<BaselinePackageReference Include="Microsoft.AspNetCore.DataProtection" Version="[3.0.0, )" />
339-
<BaselinePackageReference Include="Microsoft.EntityFrameworkCore" Version="[3.0.0, )" />
338+
<BaselinePackageReference Include="Microsoft.AspNetCore.DataProtection" Version="[3.0.1, )" />
339+
<BaselinePackageReference Include="Microsoft.EntityFrameworkCore" Version="[3.0.1, )" />
340340
</ItemGroup>
341341
<!-- Package: Microsoft.AspNetCore.DataProtection.Extensions-->
342342
<PropertyGroup Condition=" '$(PackageId)' == 'Microsoft.AspNetCore.DataProtection.Extensions' ">

eng/Baseline.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ This file contains a list of all the packages and their versions which were rele
44
Update this list when preparing for a new patch.
55
66
-->
7-
<Baseline Version="3.0.1">
7+
<Baseline Version="3.0.2">
88
<Package Id="AspNetCoreRuntime.3.0.x64" Version="3.0.0" />
99
<Package Id="AspNetCoreRuntime.3.0.x86" Version="3.0.0" />
1010
<Package Id="dotnet-sql-cache" Version="3.0.0" />
@@ -44,7 +44,7 @@ Update this list when preparing for a new patch.
4444
<Package Id="Microsoft.AspNetCore.DataProtection.Abstractions" Version="3.0.0" />
4545
<Package Id="Microsoft.AspNetCore.DataProtection.AzureKeyVault" Version="3.0.0" />
4646
<Package Id="Microsoft.AspNetCore.DataProtection.AzureStorage" Version="3.0.0" />
47-
<Package Id="Microsoft.AspNetCore.DataProtection.EntityFrameworkCore" Version="3.0.0" />
47+
<Package Id="Microsoft.AspNetCore.DataProtection.EntityFrameworkCore" Version="3.0.1" />
4848
<Package Id="Microsoft.AspNetCore.DataProtection.Extensions" Version="3.0.0" />
4949
<Package Id="Microsoft.AspNetCore.DataProtection.StackExchangeRedis" Version="3.0.0" />
5050
<Package Id="Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore" Version="3.0.0" />
@@ -86,5 +86,4 @@ Update this list when preparing for a new patch.
8686
<Package Id="Microsoft.Extensions.Diagnostics.HealthChecks.EntityFrameworkCore" Version="3.0.0" />
8787
<Package Id="Microsoft.Extensions.Identity.Core" Version="3.0.0" />
8888
<Package Id="Microsoft.Extensions.Identity.Stores" Version="3.0.0" />
89-
9089
</Baseline>

eng/Versions.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<PropertyGroup Label="Version settings">
99
<AspNetCoreMajorVersion>3</AspNetCoreMajorVersion>
1010
<AspNetCoreMinorVersion>0</AspNetCoreMinorVersion>
11-
<AspNetCorePatchVersion>2</AspNetCorePatchVersion>
11+
<AspNetCorePatchVersion>3</AspNetCorePatchVersion>
1212
<!--
1313
When StabilizePackageVersion is set to 'true', this branch will produce stable outputs for 'Shipping' packages
1414
-->

0 commit comments

Comments
 (0)