Skip to content

Commit

Permalink
[vs-workload] Use variable to control VSMAN name (#13881)
Browse files Browse the repository at this point in the history
In .NET 8 we will want our VSMAN files to be versioned with a `.net8.0`
suffix.

Co-authored-by: Peter Collins <[email protected]>
  • Loading branch information
github-actions[bot] and pjcollins authored Mar 13, 2023
1 parent f30491f commit 28709f7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
<ItemGroup>
<_WorkloadPropsReplacements Include="@PACK_VERSION_LONG@" NewValue="$(PackageReferenceVersion)" />
<_WorkloadPropsReplacements Include="@VS_COMPONENT_VERSION@" NewValue="$(VSComponentVersion)" />
<_WorkloadPropsReplacements Include="@VSMAN_VERSION@" NewValue="net7.0" /> <!-- TODO: Replace with $(_MauiDotNetTfm) -->
<_WorkloadPropsReplacements Include="@VSMAN_VERSION@" NewValue="$(_MauiDotNetTfm)" />
</ItemGroup>
<Copy
SourceFiles="$(MauiRootDirectory)eng/automation/vs-workload.template.props"
Expand Down

0 comments on commit 28709f7

Please sign in to comment.