Skip to content

Commit d0fb237

Browse files
committed
Merge in 'release/3.1' changes
2 parents d1fa2cb + 42ab068 commit d0fb237

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

eng/Versions.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
<PropertyGroup Label="Version settings">
99
<AspNetCoreMajorVersion>3</AspNetCoreMajorVersion>
1010
<AspNetCoreMinorVersion>1</AspNetCoreMinorVersion>
11-
<AspNetCorePatchVersion>24</AspNetCorePatchVersion>
11+
<AspNetCorePatchVersion>25</AspNetCorePatchVersion>
1212
<!-- This property should be 'false' between branding & code-merging, 'true' the rest of the time -->
13-
<ValidateBaseline>true</ValidateBaseline>
13+
<ValidateBaseline>false</ValidateBaseline>
1414
<PreReleasePreviewNumber>0</PreReleasePreviewNumber>
1515
<ComponentsWebAssemblyMajorVersion>3</ComponentsWebAssemblyMajorVersion>
1616
<ComponentsWebAssemblyMinorVersion>2</ComponentsWebAssemblyMinorVersion>

src/DataProtection/AzureKeyVault/src/Microsoft.AspNetCore.DataProtection.AzureKeyVault.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<TargetFramework>netstandard2.0</TargetFramework>
1313
<GenerateDocumentationFile>true</GenerateDocumentationFile>
1414
<PackageTags>aspnetcore;dataprotection;azure;keyvault</PackageTags>
15-
<IsShippingPackage>true</IsShippingPackage>
15+
<IsShipping>false</IsShipping>
1616
</PropertyGroup>
1717

1818
<ItemGroup>

src/DataProtection/AzureStorage/src/Microsoft.AspNetCore.DataProtection.AzureStorage.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
1414
<GenerateDocumentationFile>true</GenerateDocumentationFile>
1515
<PackageTags>aspnetcore;dataprotection;azure;blob</PackageTags>
16-
<IsShippingPackage>true</IsShippingPackage>
16+
<IsShipping>false</IsShipping>
1717
<UseLatestPackageReferences>true</UseLatestPackageReferences>
1818
</PropertyGroup>
1919

src/submodules/googletest

Submodule googletest updated 146 files

0 commit comments

Comments
 (0)