Skip to content

Commit

Permalink
[vs-workload] Use variable to control VSMAN name (#13873)
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.
  • Loading branch information
pjcollins authored Mar 14, 2023
1 parent 75cf1e6 commit d87abe8
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 d87abe8

Please sign in to comment.