Skip to content

Commit

Permalink
[build] main *conceptually* targets .NET 10 (#1283)
Browse files Browse the repository at this point in the history
Context: 356485e

`Java.Interop.dll` assembly version is now 10.0.

With 356485e significantly changing `generator` output, without a
corresponding `generator --lang-features` or equivalent switch to
revert behavior, it feels "safer" to bump the assembly version *now*
to reduce the likelihood of inadvertent assembly mixing.

(Not that I'm arguing that we *should* have such a flag.
We absolutely need to move away from requiring System.Reflection.Emit.)
  • Loading branch information
jonpryor authored Dec 5, 2024
1 parent 356485e commit 2d48efe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GitInfo.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
9.0
10.0

0 comments on commit 2d48efe

Please sign in to comment.