How to reproduce:
1. Create a new project
2. Open the Package Manager (Window -> Package Management -> Package Manager)
3. Install the "Economy" (com.unity.services.economy) package
4. Install the "Deployment" (com.unity.services.deployment) package
5. Observe the console
Actual result: A CS0619 error is thrown in the Console
Expected result: No errors are thrown in the Console
Reproducible with: 6000.5.2f1, 6000.6.0a2, 6000.6.0b2, 6000.7.0a1
Not reproducible with: 6000.0.0f1, 6000.0.78f1 6000.3.19f1, 6000.6.0a1
Reproducible on: Windows 11
Not reproducible on: No other environments tested
Note: Full error message:
"Library\PackageCache\com.unity.services.economy@2fb0da06fdd3\Editor\Authoring\Model\EconomyAsset.cs(208,13): error CS0619: 'ProjectWindowUtil.CreateAssetWithContent(string, string, Texture2D, Action)' is obsolete: 'CreateAssetWithContent(string, string, Texture2D, Action) is obsolete. Use CreateAssetWithTextContent(string, string, Texture2D, Action) instead.'"