Skip to content

Commit

Permalink
bump efcore to final release (#403)
Browse files Browse the repository at this point in the history
  • Loading branch information
MaceWindu authored Nov 13, 2024
1 parent b10360c commit 043dffb
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 9 deletions.
2 changes: 2 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
17 changes: 10 additions & 7 deletions Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -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>
2 changes: 1 addition & 1 deletion NuGet/linq2db.EntityFrameworkCore.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit 043dffb

Please sign in to comment.