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
125 stars 27 forks source link

[FEATURE] Update all build workflows to use .net 6 #287

Closed Cingulara closed 2 years ago

Cingulara commented 2 years ago

Is your feature request related to a problem? Please describe. Update the build workflows to do testing and creation based on .net 6 when we update to that.

Describe the solution you'd like Add this to the workflow YML files

    - name: Setup .NET Core
      uses: actions/setup-dotnet@v1
      with:
        dotnet-version: '6.0.x'

Describe alternatives you've considered n/a

Additional context n/a