FocusEngine icon indicating copy to clipboard operation
FocusEngine copied to clipboard

fix Xenko.Core.Tasks.csproj line order to solve build error

Open yellowberryHN opened this issue 1 year ago • 0 comments

PR Details

fix line order in .csproj file

Description

In commit https://github.com/phr00t/FocusEngine/commit/d0ee125f47ca85f99c91d30aaec406f945912fc0, NuGet packets were updated, but this .csproj file was incorrectly updated, and a line was swapped around which broke the build.

Related Issue

Motivation and Context

Types of changes

  • [ ] Docs change / refactoring / dependency upgrade
  • [ ] Bug fix (non-breaking change which fixes an issue)
  • [ ] New feature (non-breaking change which adds functionality)
  • [ ] Breaking change (fix or feature that would cause existing functionality to change)

Checklist

  • [ ] My change requires a change to the documentation.
  • [ ] I have added tests to cover my changes.
  • [ ] All new and existing tests passed.

yellowberryHN avatar Jun 24 '24 09:06 yellowberryHN