.NET Upgrade
Completed
We are trying to support .NET 6 for our build configurations. I have been instructed to upgrade our agents to support .NET 6. Right now, our agents (Linux and Windows) are up to date with the server. The version number for the agents are 99602. The TeamCity server resides within Windows OS. Is there any further configuration required on either server or agents to support .NET 6 on our build configurations? Additionally, would this require upgrading our TeamCity server version to a newer build?
Please sign in to leave a comment.
Hi! TeamCity 2021.2.x should work fine with .NET 6, including SDK version 6.0.301, if you install the fixed dotnet plugin from the issue TW-76527:
https://youtrack.jetbrains.com/issue/TW-76527/Running-a-NET-builder-task-on-DotNet-6-SDK-solution-generates-a-build-error-MSBUILD-error-MSB1006-Property-is-not-valid#focus=Comments-27-6203142.0-0
You can install the fixed plugin like any other external plugin:
https://www.jetbrains.com/help/teamcity/installing-additional-plugins.html#Uninstalling+Plugin+via+Web+UI
Thank you Anatoly. This is exactly what I was looking for.