Skip to content

Commit 9923763

Browse files
authored
Update to 6.0.11 servicing. (#149)
Signed-off-by: AraHaan <seandhunt_7@yahoo.com>
1 parent b03be75 commit 9923763

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Microsoft.EntityFrameworkCore.Sdk/Directory.Build.props

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<PropertyGroup>
66
<TargetFramework>net6.0</TargetFramework>
7-
<Version>6.0.10</Version>
7+
<Version>6.0.11</Version>
88
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
99
<NoPackageAnalysis>true</NoPackageAnalysis>
1010
<PackageTags>EntityFrameworkCore</PackageTags>

Sdk/Sdk.props

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<EnableDefaultCompileItems Condition="'$(IsScaffoldingWithDotNetEF)' == 'true'">false</EnableDefaultCompileItems>
2323
<!-- Exclude source files from the None group. -->
2424
<DefaultItemExcludes Condition="'$(IsScaffoldingWithDotNetEF)' == 'true'">**/*.cs;**/*.vb;**/*.fs;**/*.resx</DefaultItemExcludes>
25-
<EFCoreFrameworkVersion Condition="'$(EFCoreFrameworkVersion)' == ''">6.0.10</EFCoreFrameworkVersion>
25+
<EFCoreFrameworkVersion Condition="'$(EFCoreFrameworkVersion)' == ''">6.0.11</EFCoreFrameworkVersion>
2626
</PropertyGroup>
2727

2828
<Import Project="Sdk.props" Sdk="Microsoft.NET.Sdk.Web" Condition="'$(UsingMicrosoftNETSdkWeb)' == '' AND '$(EFCoreSdkAddWebSdk)' != ''" />

eng/Versions.props

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<!-- This repo version -->
55
<MajorVersion>6</MajorVersion>
66
<MinorVersion>0</MinorVersion>
7-
<PatchVersion>10</PatchVersion>
7+
<PatchVersion>11</PatchVersion>
88
<VersionPrefix>$(MajorVersion).$(MinorVersion).$(PatchVersion)</VersionPrefix>
99
<!-- <ContinuousIntegrationBuild Condition="'$(GITHUB_ACTIONS)' == 'true'">true</ContinuousIntegrationBuild> -->
1010
<!-- <DotNetFinalVersionKind Condition="$(GITHUB_REF.StartsWith('refs/tags/'))">release</DotNetFinalVersionKind> -->

0 commit comments

Comments
 (0)