-
Notifications
You must be signed in to change notification settings - Fork 515
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into Xcode13-UserNotifications-beta2
- Loading branch information
Showing
133 changed files
with
38,661 additions
and
30,917 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 0 additions & 2 deletions
2
dotnet/Workloads/Microsoft.NET.Sdk.macOS/WorkloadManifest.targets
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
<Project> | ||
<!-- Do not sign files that already have a signature --> | ||
<ItemGroup> | ||
<Skip Include="Mono.Options.dll" /> | ||
<Skip Include="System.Reflection.MetadataLoadContext.dll" /> | ||
</ItemGroup> | ||
|
||
<!--ItemGroup> | ||
<ThirdParty Include="" /> | ||
</ItemGroup--> | ||
|
||
<ItemGroup> | ||
<FirstParty Include="bgen.dll" /> | ||
<FirstParty Include="dotnet-linker.dll" /> | ||
<FirstParty Include="Xamarin.*.dll" /> | ||
<!-- mlaunch.app MonoBundle content--> | ||
<FirstParty Include="mlaunch.exe" /> | ||
<FirstParty Include="Mono.Security.dll" /> | ||
<FirstParty Include="mscorlib.dll" /> | ||
<FirstParty Include="System.Core.dll" /> | ||
<FirstParty Include="System.dll" /> | ||
<FirstParty Include="System.Numerics.dll" /> | ||
<FirstParty Include="System.Xml.dll" /> | ||
</ItemGroup> | ||
</Project> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<Project> | ||
<PropertyGroup> | ||
<TargetName>Microsoft.NET.Sdk.MaciOS.Workload</TargetName> | ||
</PropertyGroup> | ||
<ItemGroup> | ||
<!-- Shorten package names to avoid long path caching issues in Visual Studio --> | ||
<ShortNames Include="@PACK_VERSION_LONG@"> | ||
<Replacement>@PACK_VERSION_SHORT@</Replacement> | ||
</ShortNames> | ||
<ComponentResources Include="ios" Category=".NET" Title=".NET SDK for iOS" Description=".NET SDK Workload for building iOS applications."/> | ||
<ComponentVersions Include="ios" Version="@IOS_WORKLOAD_VERSION@" /> | ||
<ComponentResources Include="maccatalyst" Category=".NET" Title=".NET SDK for Mac Catalyst" Description=".NET SDK Workload for building macOS applications with Mac Catalyst."/> | ||
<ComponentVersions Include="maccatalyst" Version="@MACCATALYST_WORKLOAD_VERSION@" /> | ||
</ItemGroup> | ||
</Project> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,10 +2,12 @@ | |
"version": "@VERSION@", | ||
"workloads": { | ||
"@PLATFORM_LOWERCASE@": { | ||
"description": "Microsoft @PLATFORM@ SDK for .NET", | ||
"description": ".NET SDK Workload for building macOS applications with @PLATFORM@.", | ||
"packs": [ | ||
"Microsoft.@[email protected]", | ||
"Microsoft.@[email protected]", | ||
"Microsoft.@[email protected]", | ||
"Microsoft.@[email protected]", | ||
"Microsoft.@[email protected]" | ||
], | ||
"extends": [ | ||
|
@@ -22,6 +24,14 @@ | |
"kind": "framework", | ||
"version": "@VERSION@" | ||
}, | ||
"Microsoft.@[email protected]": { | ||
"kind": "framework", | ||
"version": "@VERSION@" | ||
}, | ||
"Microsoft.@[email protected]": { | ||
"kind": "framework", | ||
"version": "@VERSION@" | ||
}, | ||
"Microsoft.@[email protected]": { | ||
"kind": "template", | ||
"version": "@VERSION@" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,11 +2,15 @@ | |
"version": "@VERSION@", | ||
"workloads": { | ||
"@PLATFORM_LOWERCASE@": { | ||
"description": "Microsoft @PLATFORM@ SDK for .NET", | ||
"description": ".NET SDK Workload for building @PLATFORM@ applications.", | ||
"packs": [ | ||
"Microsoft.@[email protected]", | ||
"Microsoft.@[email protected]", | ||
"Microsoft.@[email protected]", | ||
"Microsoft.@[email protected]", | ||
"Microsoft.@[email protected]", | ||
"Microsoft.@[email protected]", | ||
"Microsoft.@[email protected]", | ||
"Microsoft.@[email protected]" | ||
], | ||
"extends": [ | ||
|
@@ -27,6 +31,22 @@ | |
"kind": "framework", | ||
"version": "@VERSION@" | ||
}, | ||
"Microsoft.@[email protected]": { | ||
"kind": "framework", | ||
"version": "@VERSION@" | ||
}, | ||
"Microsoft.@[email protected]": { | ||
"kind": "framework", | ||
"version": "@VERSION@" | ||
}, | ||
"Microsoft.@[email protected]": { | ||
"kind": "framework", | ||
"version": "@VERSION@" | ||
}, | ||
"Microsoft.@[email protected]": { | ||
"kind": "framework", | ||
"version": "@VERSION@" | ||
}, | ||
"Microsoft.@[email protected]": { | ||
"kind": "template", | ||
"version": "@VERSION@" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,10 +2,12 @@ | |
"version": "@VERSION@", | ||
"workloads": { | ||
"@PLATFORM_LOWERCASE@": { | ||
"description": "Microsoft @PLATFORM@ SDK for .NET", | ||
"description": ".NET SDK Workload for building @PLATFORM@ applications.", | ||
"packs": [ | ||
"Microsoft.@[email protected]", | ||
"Microsoft.@[email protected]", | ||
"Microsoft.@[email protected]", | ||
"Microsoft.@[email protected]", | ||
"Microsoft.@[email protected]" | ||
], | ||
"extends": [ | ||
|
@@ -22,6 +24,14 @@ | |
"kind": "framework", | ||
"version": "@VERSION@" | ||
}, | ||
"Microsoft.@[email protected]": { | ||
"kind": "framework", | ||
"version": "@VERSION@" | ||
}, | ||
"Microsoft.@[email protected]": { | ||
"kind": "framework", | ||
"version": "@VERSION@" | ||
}, | ||
"Microsoft.@[email protected]": { | ||
"kind": "template", | ||
"version": "@VERSION@" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,10 +2,12 @@ | |
"version": "@VERSION@", | ||
"workloads": { | ||
"@PLATFORM_LOWERCASE@": { | ||
"description": "Microsoft @PLATFORM@ SDK for .NET", | ||
"description": ".NET SDK Workload for building @PLATFORM@ applications.", | ||
"packs": [ | ||
"Microsoft.@[email protected]", | ||
"Microsoft.@[email protected]", | ||
"Microsoft.@[email protected]", | ||
"Microsoft.@[email protected]", | ||
"Microsoft.@[email protected]" | ||
], | ||
"extends": [ | ||
|
@@ -22,6 +24,14 @@ | |
"kind": "framework", | ||
"version": "@VERSION@" | ||
}, | ||
"Microsoft.@[email protected]": { | ||
"kind": "framework", | ||
"version": "@VERSION@" | ||
}, | ||
"Microsoft.@[email protected]": { | ||
"kind": "framework", | ||
"version": "@VERSION@" | ||
}, | ||
"Microsoft.@[email protected]": { | ||
"kind": "template", | ||
"version": "@VERSION@" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
<Project> | ||
<!--Package versions--> | ||
<PropertyGroup> | ||
<MicrosoftDotnetSdkInternalPackageVersion>6.0.100-preview.7.21330.1</MicrosoftDotnetSdkInternalPackageVersion> | ||
<MicrosoftNETILLinkTasksPackageVersion>6.0.100-preview.6.21329.2</MicrosoftNETILLinkTasksPackageVersion> | ||
<MicrosoftDotnetSdkInternalPackageVersion>6.0.100-rc.1.21370.12</MicrosoftDotnetSdkInternalPackageVersion> | ||
<MicrosoftNETILLinkTasksPackageVersion>6.0.100-preview.6.21370.1</MicrosoftNETILLinkTasksPackageVersion> | ||
<MicrosoftDotNetBuildTasksFeedPackageVersion>6.0.0-beta.21212.6</MicrosoftDotNetBuildTasksFeedPackageVersion> | ||
</PropertyGroup> | ||
</Project> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.