-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update submodule for 9.0 * Update to Dotnet 9.0 * Upgrade Nuget packages * ubuntu-latest doesn't contain dotnet9.0 because fuck you * Update Dockerfile
- Loading branch information
1 parent
0771011
commit eff55b9
Showing
5 changed files
with
16 additions
and
12 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
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 |
---|---|---|
@@ -1,16 +1,16 @@ | ||
<Project> | ||
<Import Project="SS14/Directory.Packages.props"/> | ||
<Import Project="SS14/Directory.Packages.props" /> | ||
<PropertyGroup> | ||
<ManagePackageVersionsCentrally>true</ManagePackageVersionsCentrally> | ||
</PropertyGroup> | ||
<ItemGroup> | ||
<PackageVersion Include="CsvHelper" Version="30.0.1" /> | ||
<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="Microsoft.AspNetCore.Authentication.OpenIdConnect" Version="9.0.0" /> | ||
<PackageVersion Include="Microsoft.EntityFrameworkCore" Version="9.0.0" /> | ||
<PackageVersion Include="Microsoft.Extensions.Hosting.Systemd" Version="9.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" /> | ||
<PackageVersion Include="Serilog.AspNetCore" Version="9.0.0" /> | ||
<PackageVersion Include="Serilog.Settings.Configuration" Version="9.0.0" /> | ||
<PackageVersion Include="Serilog.Sinks.Console" Version="6.0.0" /> | ||
</ItemGroup> | ||
</Project> | ||
</Project> |
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