Skip to content
This repository was archived by the owner on Aug 22, 2023. It is now read-only.

Allow building with .NET 6 #3

Merged
merged 5 commits into from
Dec 17, 2021
Merged

Allow building with .NET 6 #3

merged 5 commits into from
Dec 17, 2021

Conversation

sandyarmstrong
Copy link
Member

Ported projects to sdk-style and added ifdefs to allow compiling
with .NET 6

Ported projects to sdk-style and added ifdefs to allow compiling
with .NET 6
@sandyarmstrong
Copy link
Member Author

We've been using this branch in VSMac. Xamarin.Android was using #2, which was merged into master, but this branch wasn't based on that. Will need to reconcile and coordinate with @jpobst.

<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<EnableDefaultCompileItems>False</EnableDefaultCompileItems>
<EnableDefaultEmbeddedResourceItems>False</EnableDefaultEmbeddedResourceItems>
<TargetFramework>net472</TargetFramework> </PropertyGroup>
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Missing eol here, but not a big deal

Suggested change
<TargetFramework>net472</TargetFramework> </PropertyGroup>
<TargetFramework>net472</TargetFramework>
</PropertyGroup>

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I can fix while I deal with conflicts.

@sandyarmstrong sandyarmstrong merged commit 074fabe into master Dec 17, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants