Skip to content
This repository was archived by the owner on Mar 26, 2025. It is now read-only.

Commit baf8ca3

Browse files
committed
Update to .NET8
1 parent 122ed3d commit baf8ca3

File tree

4 files changed

+4
-5
lines changed

4 files changed

+4
-5
lines changed

example/ExampleShortcutBadgerApp/ExampleShortcutBadgerApp.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
3-
<TargetFramework>net6.0-android</TargetFramework>
3+
<TargetFramework>net8.0-android</TargetFramework>
44
<SupportedOSPlatformVersion>21</SupportedOSPlatformVersion>
55
<OutputType>Exe</OutputType>
66
<Nullable>enable</Nullable>
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<manifest xmlns:android="http://schemas.android.com/apk/res/android" package="ExampleShortcutBadgerApp.ExampleShortcutBadgerApp" android:versionCode="1" android:versionName="1.0">
3-
<uses-sdk android:minSdkVersion="21" />
43
<application android:label="ExampleShortcutBadgerApp"></application>
54
</manifest>

global.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"sdk": {
3-
"version": "6.0.400",
3+
"version": "8.0.100",
44
"allowPrerelease": false
55
}
66
}

src/XamarinShortcutBadger/XamarinShortcutBadger.csproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
3-
<TargetFramework>net6.0-android</TargetFramework>
3+
<TargetFramework>net8.0-android34.0</TargetFramework>
44
<SupportedOSPlatformVersion>21.0</SupportedOSPlatformVersion>
55

66
<!-- Assembly & NuGet Info -->
77
<Title>Shortcut Badger for Xamarin.Android and .NET for Android</Title>
88
<Description>The ShortcutBadger makes your Android App show the count of unread messages as a badge on your App shortcut.</Description>
9-
<Version>1.1.21.60</Version>
9+
<Version>1.1.21.80</Version>
1010
<Authors>Leo Lin, Yauheni Pakala</Authors>
1111
<Owners>Yauheni Pakala</Owners>
1212
<PackageId>Xamarin.ShortcutBadger</PackageId>

0 commit comments

Comments
 (0)