Skip to content

Commit 966c978

Browse files
chore : install packages to match api env
1 parent 63ddfbf commit 966c978

File tree

6 files changed

+1629
-43
lines changed

6 files changed

+1629
-43
lines changed

Bottle.Tests/Bottle.Tests.csproj

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,12 @@
1010
<ItemGroup>
1111
<PackageReference Include="coverlet.collector" Version="6.0.2" />
1212
<PackageReference Include="DotNetEnv" Version="3.1.1" />
13+
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="8.0.4" />
14+
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="8.0.4">
15+
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
16+
<PrivateAssets>all</PrivateAssets>
17+
</PackageReference>
18+
<PackageReference Include="Microsoft.EntityFrameworkCore.Relational" Version="8.0.4" />
1319
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
1420
<PackageReference Include="xunit" Version="2.9.2" />
1521
<PackageReference Include="xunit.runner.visualstudio" Version="2.8.2" />

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

Lines changed: 20 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, )"
@@ -128,6 +134,20 @@
128134
"target": "Package",
129135
"version": "[3.1.1, )"
130136
},
137+
"Microsoft.EntityFrameworkCore": {
138+
"target": "Package",
139+
"version": "[8.0.4, )"
140+
},
141+
"Microsoft.EntityFrameworkCore.Design": {
142+
"include": "Runtime, Build, Native, ContentFiles, Analyzers, BuildTransitive",
143+
"suppressParent": "All",
144+
"target": "Package",
145+
"version": "[8.0.4, )"
146+
},
147+
"Microsoft.EntityFrameworkCore.Relational": {
148+
"target": "Package",
149+
"version": "[8.0.4, )"
150+
},
131151
"Microsoft.NET.Test.Sdk": {
132152
"target": "Package",
133153
"version": "[17.12.0, )"

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,14 @@
1515
<ImportGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
1616
<Import Project="$(NuGetPackageRoot)xunit.runner.visualstudio/2.8.2/build/net6.0/xunit.runner.visualstudio.props" Condition="Exists('$(NuGetPackageRoot)xunit.runner.visualstudio/2.8.2/build/net6.0/xunit.runner.visualstudio.props')" />
1717
<Import Project="$(NuGetPackageRoot)xunit.core/2.9.2/build/xunit.core.props" Condition="Exists('$(NuGetPackageRoot)xunit.core/2.9.2/build/xunit.core.props')" />
18-
<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')" />
18+
<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')" />
1919
<Import Project="$(NuGetPackageRoot)microsoft.testplatform.testhost/17.12.0/build/netcoreapp3.1/Microsoft.TestPlatform.TestHost.props" Condition="Exists('$(NuGetPackageRoot)microsoft.testplatform.testhost/17.12.0/build/netcoreapp3.1/Microsoft.TestPlatform.TestHost.props')" />
2020
<Import Project="$(NuGetPackageRoot)microsoft.codecoverage/17.12.0/build/netstandard2.0/Microsoft.CodeCoverage.props" Condition="Exists('$(NuGetPackageRoot)microsoft.codecoverage/17.12.0/build/netstandard2.0/Microsoft.CodeCoverage.props')" />
2121
<Import Project="$(NuGetPackageRoot)microsoft.net.test.sdk/17.12.0/build/netcoreapp3.1/Microsoft.NET.Test.Sdk.props" Condition="Exists('$(NuGetPackageRoot)microsoft.net.test.sdk/17.12.0/build/netcoreapp3.1/Microsoft.NET.Test.Sdk.props')" />
22+
<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')" />
2223
</ImportGroup>
2324
<PropertyGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
2425
<Pkgxunit_analyzers Condition=" '$(Pkgxunit_analyzers)' == '' ">/Users/obeng/.nuget/packages/xunit.analyzers/1.16.0</Pkgxunit_analyzers>
26+
<PkgMicrosoft_CodeAnalysis_Analyzers Condition=" '$(PkgMicrosoft_CodeAnalysis_Analyzers)' == '' ">/Users/obeng/.nuget/packages/microsoft.codeanalysis.analyzers/3.3.3</PkgMicrosoft_CodeAnalysis_Analyzers>
2527
</PropertyGroup>
2628
</Project>

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
33
<ImportGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
44
<Import Project="$(NuGetPackageRoot)xunit.core/2.9.2/build/xunit.core.targets" Condition="Exists('$(NuGetPackageRoot)xunit.core/2.9.2/build/xunit.core.targets')" />
5+
<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')" />
56
<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')" />
67
<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')" />
78
<Import Project="$(NuGetPackageRoot)microsoft.codecoverage/17.12.0/build/netstandard2.0/Microsoft.CodeCoverage.targets" Condition="Exists('$(NuGetPackageRoot)microsoft.codecoverage/17.12.0/build/netstandard2.0/Microsoft.CodeCoverage.targets')" />

0 commit comments

Comments
 (0)