Skip to content

Commit 7d8c2ce

Browse files
chore : branch update
1 parent 781b346 commit 7d8c2ce

File tree

6 files changed

+1626
-29
lines changed

6 files changed

+1626
-29
lines changed

Bottle.Api/Bottle.Api.csproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@
99
<ItemGroup>
1010
<PackageReference Include="DotNetEnv" Version="3.1.1" />
1111
<PackageReference Include="Microsoft.AspNetCore.OpenApi" Version="9.0.2" />
12+
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="8.0.4">
13+
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
14+
<PrivateAssets>all</PrivateAssets>
15+
</PackageReference>
1216
<PackageReference Include="Pomelo.EntityFrameworkCore.MySql" Version="8.0.2" />
1317
</ItemGroup>
1418

Bottle.Api/obj/Bottle.Api.csproj.nuget.dgspec.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,12 @@
5252
"target": "Package",
5353
"version": "[9.0.2, )"
5454
},
55+
"Microsoft.EntityFrameworkCore.Design": {
56+
"include": "Runtime, Build, Native, ContentFiles, Analyzers, BuildTransitive",
57+
"suppressParent": "All",
58+
"target": "Package",
59+
"version": "[8.0.4, )"
60+
},
5561
"Pomelo.EntityFrameworkCore.MySql": {
5662
"target": "Package",
5763
"version": "[8.0.2, )"

Bottle.Api/obj/Bottle.Api.csproj.nuget.g.props

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@
1313
<SourceRoot Include="/Users/obeng/.nuget/packages/" />
1414
</ItemGroup>
1515
<ImportGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
16-
<Import Project="$(NuGetPackageRoot)microsoft.entityframeworkcore/8.0.2/buildTransitive/net8.0/Microsoft.EntityFrameworkCore.props" Condition="Exists('$(NuGetPackageRoot)microsoft.entityframeworkcore/8.0.2/buildTransitive/net8.0/Microsoft.EntityFrameworkCore.props')" />
16+
<Import Project="$(NuGetPackageRoot)microsoft.entityframeworkcore/8.0.4/buildTransitive/net8.0/Microsoft.EntityFrameworkCore.props" Condition="Exists('$(NuGetPackageRoot)microsoft.entityframeworkcore/8.0.4/buildTransitive/net8.0/Microsoft.EntityFrameworkCore.props')" />
17+
<Import Project="$(NuGetPackageRoot)microsoft.entityframeworkcore.design/8.0.4/build/net8.0/Microsoft.EntityFrameworkCore.Design.props" Condition="Exists('$(NuGetPackageRoot)microsoft.entityframeworkcore.design/8.0.4/build/net8.0/Microsoft.EntityFrameworkCore.Design.props')" />
1718
</ImportGroup>
19+
<PropertyGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
20+
<PkgMicrosoft_CodeAnalysis_Analyzers Condition=" '$(PkgMicrosoft_CodeAnalysis_Analyzers)' == '' ">/Users/obeng/.nuget/packages/microsoft.codeanalysis.analyzers/3.3.3</PkgMicrosoft_CodeAnalysis_Analyzers>
21+
</PropertyGroup>
1822
</Project>

Bottle.Api/obj/Bottle.Api.csproj.nuget.g.targets

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<?xml version="1.0" encoding="utf-8" standalone="no"?>
22
<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
33
<ImportGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
4+
<Import Project="$(NuGetPackageRoot)system.text.json/8.0.0/buildTransitive/net6.0/System.Text.Json.targets" Condition="Exists('$(NuGetPackageRoot)system.text.json/8.0.0/buildTransitive/net6.0/System.Text.Json.targets')" />
45
<Import Project="$(NuGetPackageRoot)microsoft.extensions.logging.abstractions/8.0.0/buildTransitive/net6.0/Microsoft.Extensions.Logging.Abstractions.targets" Condition="Exists('$(NuGetPackageRoot)microsoft.extensions.logging.abstractions/8.0.0/buildTransitive/net6.0/Microsoft.Extensions.Logging.Abstractions.targets')" />
56
<Import Project="$(NuGetPackageRoot)microsoft.extensions.options/8.0.0/buildTransitive/net6.0/Microsoft.Extensions.Options.targets" Condition="Exists('$(NuGetPackageRoot)microsoft.extensions.options/8.0.0/buildTransitive/net6.0/Microsoft.Extensions.Options.targets')" />
67
</ImportGroup>

0 commit comments

Comments
 (0)