]> git.deb.at Git - rhonda/impostor.git/commit
Upgrade to .NET 6 (#479)
authorminiduikboot <mini@duikbo.at>
Wed, 25 May 2022 17:52:22 +0000 (19:52 +0200)
committerGitHub <noreply@github.com>
Wed, 25 May 2022 17:52:22 +0000 (19:52 +0200)
commit380ba46f11dd9fe862e1fcf81463ea4f323355a2
tree6041e89be06120a795571d9f59e708ff087384b5
parentaeefc40ef1336542750ecf959ca943db6bd16dc1
Upgrade to .NET 6 (#479)

* Upgrade to .NET 6

.NET 5 has gone EOL, so move to a supported version.

* Upgrade Docker container as well
* Update docs for .NET 6
* Re-add hack for System.IO.Pipelines
* Bump dependency versions
* Update the deps of the other projects too
* Only declare TargetFramework once
* Dockerfile: also copy over Directory.Build.props
* Cake: pick up target framework automatically
* Upgrade Cake as well
16 files changed:
.config/dotnet-tools.json
Dockerfile
build.cake
docs/Building-from-source.md
docs/Running-the-server.md
docs/Writing-a-plugin.md
src/Directory.Build.props
src/Impostor.Api/Impostor.Api.csproj
src/Impostor.Benchmarks/Impostor.Benchmarks.csproj
src/Impostor.Client.App/Impostor.Client.App.csproj
src/Impostor.Client/Impostor.Client.csproj
src/Impostor.Plugins.Debugger/Impostor.Plugins.Debugger.csproj
src/Impostor.Server/Impostor.Server.csproj
src/Impostor.Tests/Impostor.Tests.csproj
src/Impostor.Tools.Proxy/Impostor.Tools.Proxy.csproj
src/Impostor.Tools.ServerReplay/Impostor.Tools.ServerReplay.csproj