Skip to content

Commit

Permalink
Merge pull request #3950 from mdh1418/mdhwang/use_runtimepack_version…
Browse files Browse the repository at this point in the history
…_for_package

Fix iOSSample package version to match NETCoreAppPackageVersion
  • Loading branch information
richlander authored Nov 13, 2020
2 parents c93a8ba + 9fb8247 commit 02d2ced
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/mono-samples/iOS/iOSSampleApp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.NET.Runtime.iOS.Sample.Mono" Version="6.0.0-*" GeneratePathProperty="true" />
<PackageReference Include="Microsoft.NET.Runtime.iOS.Sample.Mono" Version="6.0.0-$(BundledNETCoreAppPackageVersion)" GeneratePathProperty="true" />
</ItemGroup>

<UsingTask TaskName="AppleAppBuilderTask"
Expand Down

0 comments on commit 02d2ced

Please sign in to comment.