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

Commit d0c5f51

Browse files
authored
Update MSBuild SDK Extras
1 parent d29a3cf commit d0c5f51

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

source/AndroidSupportProject.cshtml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
@using System.Linq
2-
<Project Sdk="Microsoft.NET.Sdk">
2+
<Project Sdk="MSBuild.Sdk.Extras/2.0.54">
33

44
<PropertyGroup>
55
<TargetFramework>MonoAndroid90</TargetFramework>
@@ -207,10 +207,6 @@
207207
</Target>
208208
}
209209

210-
<ItemGroup>
211-
<PackageReference Include="MSBuild.Sdk.Extras" Version="1.4.0" PrivateAssets="All" />
212-
</ItemGroup>
213-
214210
<Import Project="$(MSBuildSDKExtrasTargets)" Condition="Exists('$(MSBuildSDKExtrasTargets)')" />
215211

216212
</Project>

0 commit comments

Comments
 (0)