You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Now that package references are copied into generated csproj (#2347), using variables there results in failure, because the variable is not available there.
One way to make it fail:
Create a console app with some benchmarks.
Use this as a csproj (note the SomeVersion variable).
Now that package references are copied into generated csproj (#2347), using variables there results in failure, because the variable is not available there.
One way to make it fail:
SomeVersion
variable).Program.cs
for completenes.#2364 and #2295 seem to have same root cause as this.
The text was updated successfully, but these errors were encountered: