-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update EF Core to .NET 8 Fixes #33. The bug was caused by a bug in EF Core/Npgsql that made it generate the SQL query incorrectly. * Add RT as sub-submodule in Rider Yes I've actually needed this * Update SS14, central package management, update deps
- Loading branch information
Showing
8 changed files
with
50 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
<Project> | ||
<PropertyGroup> | ||
<ManagePackageVersionsCentrally>true</ManagePackageVersionsCentrally> | ||
</PropertyGroup> | ||
<Import Project="SS14/Directory.Packages.props"/> | ||
<ItemGroup> | ||
<PackageVersion Include="Microsoft.AspNetCore.Authentication.OpenIdConnect" Version="5.0.6" /> | ||
<PackageVersion Include="Microsoft.EntityFrameworkCore" Version="8.0.0" /> | ||
<PackageVersion Include="Microsoft.Extensions.Hosting.Systemd" Version="8.0.0" /> | ||
<PackageVersion Include="NetEscapades.Configuration.Yaml" Version="3.1.0" /> | ||
<PackageVersion Include="Serilog.AspNetCore" Version="8.0.0" /> | ||
<PackageVersion Include="Serilog.Settings.Configuration" Version="8.0.0" /> | ||
<PackageVersion Include="Serilog.Sinks.Console" Version="5.0.0" /> | ||
</ItemGroup> | ||
</Project> |
Submodule SS14
updated
2662 files
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters