Skip to content

Commit

Permalink
[workloads] Add net current to current names to make them match in ne…
Browse files Browse the repository at this point in the history
…t10 (#103050)

* Add net current to current names to make them match in net10

* Alias them back to the real package name

* Fixup AOTCompiler import

* Remove extra whitespace

* Update WorkloadManifest.json.in

fix mt pack

* Update WorkloadManifest.targets.in
  • Loading branch information
lewing authored Jun 7, 2024
1 parent bd91ae0 commit 4777beb
Show file tree
Hide file tree
Showing 3 changed files with 213 additions and 134 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@
</PropertyGroup>

<ItemGroup>
<_WorkloadManifestValues Include="NetVersion" Value="net9" /> <!-- NetCurrent -->
<_WorkloadManifestValues Include="WorkloadVersion" Value="$(PackageVersion)" />
<_WorkloadManifestValues Include="PackageVersion" Value="$(PackageVersion)" />
<_WorkloadManifestValues Include="PackageVersionNet8" Value="$(PackageVersionNet8)" Condition="'$(PackageVersionNet8)' != ''" />
Expand Down
Loading

0 comments on commit 4777beb

Please sign in to comment.