Commit 5307908
authored
[Java.Base] Update to Microsoft.DotNet.GenAPI 8.0.0-beta.24516.1 (#1272)
Context: https://dev.azure.com/dnceng/public/_artifacts/feed/dotnet-eng/NuGet/Microsoft.DotNet.GenAPI/overview/8.0.0-beta.24516.1
Microsoft.DotNet.GenAPI 8.0.0-beta.24516.1 is the latest 8.0.x
version of Microsoft.DotNet.GenAPI, and as we don't want to require
.NET 9.0 yet, that's the latest version we can use.
Additionally, Microsoft.DotNet.GenAPI 8.0.0-beta.24516.1 does not
contain a `Microsoft.DotNet.GenAPI.dll` which can be used a'la
`dotnet Microsoft.DotNet.GenAPI.dll …`, so migrate to instead use the
MSBuild properties and targets:
* `$(GenerateReferenceAssemblySource)`=true causes
Microsoft.DotNet.GenAPI to generate the reference assembly source
files.
* `$(GenAPIInputAssembly)`: the assembly to process
* `$(GenAPILibPath)`: where to resolve `$(GenAPIInputAssembly)`
assembly references.
* `$(GenAPITargetPath)`: Where the reference assembly source should
be written.1 parent 0aec86a commit 5307908
File tree
3 files changed
+1624
-707
lines changed- src
- Java.Base
3 files changed
+1624
-707
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
| 30 | + | |
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| |||
0 commit comments