Skip to content

Commit

Permalink
Use PROJECT_REUNION_VERSION in the templates (#2175)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattleibow committed Aug 19, 2021
1 parent 903c3fe commit 5ddd0e4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/Templates/src/templates/maui-mobile/MauiApp1.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,10 @@

<ItemGroup Condition="$(TargetFramework.Contains('-windows'))">
<!-- Required - WinUI does not yet have buildTransitive for everything -->
<PackageReference Include="Microsoft.ProjectReunion" Version="PROJECT_REUNION_VERSION_VALUE" />
<PackageReference Include="Microsoft.ProjectReunion.Foundation" Version="PROJECT_REUNION_VERSION_VALUE" />
<PackageReference Include="Microsoft.ProjectReunion.WinUI" Version="PROJECT_REUNION_VERSION_VALUE" />
<PackageReference Include="Microsoft.ProjectReunion.InteractiveExperiences" Version="PROJECT_REUNION_VERSION_VALUE" NoWarn="NU1701" />
<PackageReference Include="Microsoft.ProjectReunion" Version="PROJECT_REUNION_VERSION" />
<PackageReference Include="Microsoft.ProjectReunion.Foundation" Version="PROJECT_REUNION_VERSION" />
<PackageReference Include="Microsoft.ProjectReunion.WinUI" Version="PROJECT_REUNION_VERSION" />
<PackageReference Include="Microsoft.ProjectReunion.InteractiveExperiences" Version="PROJECT_REUNION_VERSION" NoWarn="NU1701" />
</ItemGroup>

<PropertyGroup>
Expand Down

0 comments on commit 5ddd0e4

Please sign in to comment.