bump efcore to final release (#403)
This commit is contained in:
Родитель
b10360c03c
Коммит
043dffbaa2
|
@ -579,3 +579,5 @@ dotnet_diagnostic.MA0152.severity = none
|
|||
dotnet_diagnostic.MA0153.severity = none
|
||||
# MA0154: Use langword in XML comment
|
||||
dotnet_diagnostic.MA0154.severity = none
|
||||
# MA0165: Use langword in XML comment
|
||||
dotnet_diagnostic.MA0165.severity = none
|
||||
|
|
|
@ -3,26 +3,29 @@
|
|||
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.11.1" />
|
||||
<PackageVersion Include="NUnit3TestAdapter" Version="4.6.0" />
|
||||
<PackageVersion Include="NUnit" Version="4.2.2" />
|
||||
<PackageVersion Include="FluentAssertions" Version="6.12.1" />
|
||||
<PackageVersion Include="FluentAssertions" Version="6.12.2" />
|
||||
|
||||
<PackageVersion Include="linq2db" Version="5.4.1" />
|
||||
<PackageVersion Include="linq2db.Tools" Version="5.4.1" />
|
||||
|
||||
<PackageVersion Include="NUnit.Analyzers" Version="4.3.0" />
|
||||
<PackageVersion Include="Meziantou.Analyzer" Version="2.0.173" />
|
||||
<PackageVersion Include="Meziantou.Analyzer" Version="2.0.179" />
|
||||
|
||||
<PackageVersion Include="Microsoft.SourceLink.GitHub" Version="8.0.0" />
|
||||
|
||||
<PackageVersion Include="Microsoft.EntityFrameworkCore.Relational" Version="9.0.0-rc.2.24474.1" />
|
||||
<PackageVersion Include="Microsoft.EntityFrameworkCore.InMemory" Version="9.0.0-rc.2.24474.1" />
|
||||
<PackageVersion Include="Microsoft.EntityFrameworkCore.Relational" Version="9.0.0" />
|
||||
<PackageVersion Include="Microsoft.EntityFrameworkCore.InMemory" Version="9.0.0" />
|
||||
|
||||
<PackageVersion Include="Microsoft.Extensions.Logging.Console" Version="9.0.0-rc.2.24473.5" />
|
||||
<PackageVersion Include="Microsoft.Extensions.Logging.Console" Version="9.0.0" />
|
||||
|
||||
<PackageVersion Include="Pomelo.EntityFrameworkCore.MySql" Version="9.0.0-preview.1" />
|
||||
<PackageVersion Include="Npgsql.EntityFrameworkCore.PostgreSQL.NodaTime" Version="9.0.0-rc.2" />
|
||||
<PackageVersion Include="Microsoft.EntityFrameworkCore.Sqlite" Version="9.0.0-rc.2.24474.1" />
|
||||
<PackageVersion Include="Microsoft.EntityFrameworkCore.SqlServer" Version="9.0.0-rc.2.24474.1" />
|
||||
<PackageVersion Include="Microsoft.EntityFrameworkCore.Sqlite" Version="9.0.0" />
|
||||
<PackageVersion Include="Microsoft.EntityFrameworkCore.SqlServer" Version="9.0.0" />
|
||||
|
||||
<PackageVersion Include="EntityFrameworkCore.FSharp" Version="6.0.7" />
|
||||
|
||||
<!--temporary-->
|
||||
<PackageVersion Include="Microsoft.EntityFrameworkCore" Version="9.0.0" />
|
||||
</ItemGroup>
|
||||
</Project>
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
<license type="file">MIT-LICENSE.txt</license>
|
||||
<dependencies>
|
||||
<group targetFramework="net8.0">
|
||||
<dependency id="Microsoft.EntityFrameworkCore.Relational" version="9.0.0-rc.2.24474.1" />
|
||||
<dependency id="Microsoft.EntityFrameworkCore.Relational" version="9.0.0" />
|
||||
<dependency id="linq2db" version="5.4.1" />
|
||||
</group>
|
||||
</dependencies>
|
||||
|
|
|
@ -2,6 +2,10 @@
|
|||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL.NodaTime" />
|
||||
|
||||
<!--deps overrides-->
|
||||
<PackageReference Include="Microsoft.EntityFrameworkCore.Relational" NoWarn="NU1608" />
|
||||
<PackageReference Include="Microsoft.EntityFrameworkCore" NoWarn="NU1608" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
|
|
|
@ -2,7 +2,7 @@ variables:
|
|||
solution: 'linq2db.EFCore.sln'
|
||||
build_configuration: 'Release'
|
||||
assemblyVersion: 9.0.0
|
||||
nugetVersion: 9.0.0-rc.2
|
||||
nugetVersion: 9.0.0
|
||||
artifact_nugets: 'nugets'
|
||||
|
||||
# build on commits to important branches (master + release branches):
|
||||
|
|
Загрузка…
Ссылка в новой задаче