File tree 3 files changed +3
-3
lines changed
Microsoft.EntityFrameworkCore.Sdk
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 4
4
5
5
<PropertyGroup >
6
6
<TargetFramework >net6.0</TargetFramework >
7
- <Version >6.0.10 </Version >
7
+ <Version >6.0.11 </Version >
8
8
<GenerateAssemblyInfo >false</GenerateAssemblyInfo >
9
9
<NoPackageAnalysis >true</NoPackageAnalysis >
10
10
<PackageTags >EntityFrameworkCore</PackageTags >
Original file line number Diff line number Diff line change 22
22
<EnableDefaultCompileItems Condition =" '$(IsScaffoldingWithDotNetEF)' == 'true'" >false</EnableDefaultCompileItems >
23
23
<!-- Exclude source files from the None group. -->
24
24
<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 >
26
26
</PropertyGroup >
27
27
28
28
<Import Project =" Sdk.props" Sdk =" Microsoft.NET.Sdk.Web" Condition =" '$(UsingMicrosoftNETSdkWeb)' == '' AND '$(EFCoreSdkAddWebSdk)' != ''" />
Original file line number Diff line number Diff line change 4
4
<!-- This repo version -->
5
5
<MajorVersion >6</MajorVersion >
6
6
<MinorVersion >0</MinorVersion >
7
- <PatchVersion >10 </PatchVersion >
7
+ <PatchVersion >11 </PatchVersion >
8
8
<VersionPrefix >$(MajorVersion).$(MinorVersion).$(PatchVersion)</VersionPrefix >
9
9
<!-- <ContinuousIntegrationBuild Condition="'$(GITHUB_ACTIONS)' == 'true'">true</ContinuousIntegrationBuild> -->
10
10
<!-- <DotNetFinalVersionKind Condition="$(GITHUB_REF.StartsWith('refs/tags/'))">release</DotNetFinalVersionKind> -->
You can’t perform that action at this time.
0 commit comments