fix: Removes scoped for gump AppendTo (#1405)

### Summary
.NET 6 had a bug that required the `scoped` keyword for the gump AppendTo. It looks like this was fixed since then.
This commit is contained in:
Kamron Batman 2023-05-21 00:46:25 -07:00 committed by GitHub
parent 35237ff7d1
commit a7edba3712
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
27 changed files with 29 additions and 29 deletions

View file

@ -18,7 +18,7 @@ jobs:
displayName: 'Install .NET 7'
inputs:
packageType: sdk
version: 7.0.202
version: 7.0.302
- task: NuGetAuthenticate@1
- script: ./publish.cmd Release
displayName: 'Build'