File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 5
5
<ExtensionPackageVersion Condition =" '$(TargetFramework)' == 'netstandard2.0' OR '$(TargetFramework)' == 'netstandard2.1' OR '$(TargetFramework)' == 'net6.0'" >6.0.0</ExtensionPackageVersion >
6
6
<ExtensionPackageVersion Condition =" '$(TargetFramework)' == 'net7.0'" >7.0.0</ExtensionPackageVersion >
7
7
<ExtensionPackageVersion Condition =" '$(TargetFramework)' == 'net8.0'" >8.0.0</ExtensionPackageVersion >
8
- <ExtensionPackageVersion Condition =" '$(TargetFramework)' == 'net9.0'" >9.0.0-rc.2.24473.5 </ExtensionPackageVersion >
8
+ <ExtensionPackageVersion Condition =" '$(TargetFramework)' == 'net9.0'" >9.0.0</ExtensionPackageVersion >
9
9
</PropertyGroup >
10
10
<ItemGroup >
11
11
<PackageVersion Include =" Microsoft.Extensions.Configuration" Version =" $(ExtensionPackageVersion)" />
31
31
<PackageVersion Include =" BenchmarkDotNet" Version =" 0.14.0" />
32
32
</ItemGroup >
33
33
<ItemGroup >
34
- <PackageVersion Include =" Microsoft.EntityFrameworkCore" Version =" 8.0.10 " />
35
- <PackageVersion Include =" Microsoft.EntityFrameworkCore.InMemory" Version =" 8.0.10 " />
36
- <PackageVersion Include =" Microsoft.Extensions.ObjectPool" Version =" 8.0.10 " />
34
+ <PackageVersion Include =" Microsoft.EntityFrameworkCore" Version =" 8.0.11 " />
35
+ <PackageVersion Include =" Microsoft.EntityFrameworkCore.InMemory" Version =" 8.0.11 " />
36
+ <PackageVersion Include =" Microsoft.Extensions.ObjectPool" Version =" 8.0.11 " />
37
37
<PackageVersion Include =" Serilog.Sinks.Console" Version =" 6.0.0" />
38
38
<PackageVersion Include =" System.Data.SqlClient" Version =" 4.8.6" />
39
39
<PackageVersion Include =" Dapper" Version =" 2.1.44" />
You can’t perform that action at this time.
0 commit comments