Skip to content
This repository was archived by the owner on May 1, 2024. It is now read-only.

Commit ad79e7e

Browse files
Better clarify the purpose of this package (#12)
Fixes: #10
1 parent c2377f0 commit ad79e7e

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
# Xamarin.Legacy.Sdk
22

3-
An unofficial MSBuild SDK for multitargeting "legacy" Xamarin and .NET 6.
4-
*Not fully supported.*
3+
Starting from a .NET 6 project, adds the ability to target legacy
4+
Xamarin target frameworks such as `monoandroid11.0` or
5+
`xamarin.ios10`. *Not fully supported.*
56

67
## What is this? When would I need it?
78

src/Xamarin.Legacy.Sdk/Xamarin.Legacy.Sdk.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
77
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
88
<NoWarn>NU5128</NoWarn>
9-
<Description>An unofficial MSBuild SDK for multitargeting "legacy" Xamarin and .NET 6. *Not fully supported*</Description>
9+
<Description>Starting from a .NET 6 project, adds the ability to target legacy Xamarin target frameworks such as monoandroid11.0 or xamarin.ios10. *Not fully supported*</Description>
1010
<Authors>Microsoft</Authors>
1111
<Owners>Microsoft, Xamarin</Owners>
1212
<Copyright>© Microsoft Corporation. All rights reserved.</Copyright>

0 commit comments

Comments
 (0)