Skip to content

Commit 0b301e8

Browse files
committed
Update a few library projects to target v8.1
1 parent 1f3796a commit 0b301e8

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

SlidingMenu/Mono.SlidingMenu/Mono.SlidingMenu.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<MonoAndroidAssetsPrefix>Assets</MonoAndroidAssetsPrefix>
1313
<MonoAndroidResourcePrefix>Resources</MonoAndroidResourcePrefix>
1414
<AssemblyName>Mono.SlidingMenu</AssemblyName>
15-
<TargetFrameworkVersion>v4.4</TargetFrameworkVersion>
15+
<TargetFrameworkVersion>v8.1</TargetFrameworkVersion>
1616
</PropertyGroup>
1717
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
1818
<DebugSymbols>True</DebugSymbols>

tv/TvLeanback/Picasso/Picasso/PicassoDroid.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<RootNamespace>Picasso</RootNamespace>
1111
<AssemblyName>Picasso</AssemblyName>
1212
<FileAlignment>512</FileAlignment>
13-
<TargetFrameworkVersion>v4.4</TargetFrameworkVersion>
13+
<TargetFrameworkVersion>v8.1</TargetFrameworkVersion>
1414
</PropertyGroup>
1515
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
1616
<DebugSymbols>true</DebugSymbols>

wear/SynchronizedNotifications/Common/Common.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<AndroidResgenFile>Resources\Resource.designer.cs</AndroidResgenFile>
1414
<AndroidUseLatestPlatformSdk>False</AndroidUseLatestPlatformSdk>
1515
<AssemblyName>Common</AssemblyName>
16-
<TargetFrameworkVersion>v4.4</TargetFrameworkVersion>
16+
<TargetFrameworkVersion>v8.1</TargetFrameworkVersion>
1717
</PropertyGroup>
1818
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
1919
<DebugSymbols>true</DebugSymbols>

0 commit comments

Comments
 (0)