Skip to content

Commit 8a5f602

Browse files
committed
Bump MSBuild.Sdk.Extras
1 parent 3e9a8e2 commit 8a5f602

File tree

2 files changed

+1
-8
lines changed

2 files changed

+1
-8
lines changed

Directory.build.targets

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,4 @@
22
<PropertyGroup Condition="$(TargetFramework.StartsWith('xamarin.ios'))">
33
<DefineConstants>$(DefineConstants);MONO;UIKIT;COCOA;IOS</DefineConstants>
44
</PropertyGroup>
5-
6-
<PropertyGroup>
7-
<TargetFrameworkMonikerAssemblyAttributesPath>$([System.IO.Path]::Combine('$(IntermediateOutputPath)','$(TargetFrameworkMoniker).AssemblyAttributes$(DefaultLanguageSourceExtension)'))</TargetFrameworkMonikerAssemblyAttributesPath>
8-
</PropertyGroup>
9-
<ItemGroup>
10-
<EmbeddedFiles Include="$(GeneratedAssemblyInfoFile)"/>
11-
</ItemGroup>
125
</Project>

global.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"msbuild-sdks": {
3-
"MSBuild.Sdk.Extras": "2.0.54"
3+
"MSBuild.Sdk.Extras": "3.0.38"
44
}
55
}

0 commit comments

Comments
 (0)