Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 7ab52c6

Browse files
author
Mitchell Hwang
committed
Fix iOS sample package version
1 parent 44da689 commit 7ab52c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/mono-samples/iOS/iOSSampleApp.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
</PropertyGroup>
1111

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

1616
<UsingTask TaskName="AppleAppBuilderTask"

0 commit comments

Comments
 (0)