Cingulara / openrmf-docs

Documentation on the OpenRMF application, including scripts to run the whole stack as well as just infrastructure with documentation on using the tool.
https://www.openrmf.io/
GNU General Public License v3.0
124 stars 26 forks source link

[FEATURE] Update code runtime to dotnet 6.0 #263

Closed Cingulara closed 2 years ago

Cingulara commented 2 years ago

Is your feature request related to a problem? Please describe. Update runtime to botnet 6.0 on all MSG and API projects. Update components to match for NuGet.

Describe the solution you'd like All codebases and NuGet packages are .net 6.0 compliant and the Dockerfiles build correctly to catch this up.

Describe alternatives you've considered A clear and concise description of any alternative solutions or features you've considered.

Additional context

Cingulara commented 2 years ago

Also need to make sure any test projects update the runtime as well.