Skip to content
This repository was archived by the owner on May 1, 2024. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# Xamarin.Legacy.Sdk

An unofficial MSBuild SDK for multitargeting "legacy" Xamarin and .NET 6.
*Not fully supported.*
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.*

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

Expand Down
2 changes: 1 addition & 1 deletion src/Xamarin.Legacy.Sdk/Xamarin.Legacy.Sdk.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
<NoWarn>NU5128</NoWarn>
<Description>An unofficial MSBuild SDK for multitargeting "legacy" Xamarin and .NET 6. *Not fully supported*</Description>
<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>
<Authors>Microsoft</Authors>
<Owners>Microsoft, Xamarin</Owners>
<Copyright>© Microsoft Corporation. All rights reserved.</Copyright>
Expand Down