Skip to content
This repository has been archived by the owner on Mar 11, 2021. It is now read-only.

Commit

Permalink
Update PCL profile from 78 to 111 for Cross Platform mobile template …
Browse files Browse the repository at this point in the history
…under XS
  • Loading branch information
kjpou1 committed Sep 2, 2015
1 parent 01d7e06 commit 89ddeed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@

<!---PCL project -->
<Project name = "${ProjectName}.Common" directory = "${ProjectName}/${ProjectName}.Common" type = "PortableDotNet">
<Options Target = "Library" TargetFrameworkVersion = ".NETPortable,Version=v4.5,Profile=Profile78" />
<Options Target = "Library" TargetFrameworkVersion = ".NETPortable,Version=v4.5,Profile=Profile111" />
<Files>
<File name="GameAppDelegate.cs" AddStandardHeader="True" src="../../Common/GameAppDelegate.cs" />
<File name="GameLayer.cs" AddStandardHeader="True" src="../../Common/EmptyLayer.cs" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@

<!---PCL project -->
<Project name = "${ProjectName}.Common" directory = "${ProjectName}/${ProjectName}.Common" type = "PortableDotNet">
<Options Target = "Library" TargetFrameworkVersion = ".NETPortable,Version=v4.5,Profile=Profile78"/>
<Options Target = "Library" TargetFrameworkVersion = ".NETPortable,Version=v4.5,Profile=Profile111"/>
<Files>
<File name="GameAppDelegate.cs" AddStandardHeader="True" src="../../Common/GameAppDelegate.cs" />
<File name="GameLayer.cs" AddStandardHeader="True" src="../../Common/GameLayer.cs" />
Expand Down

0 comments on commit 89ddeed

Please sign in to comment.