File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed
src/Microsoft.Android.Build.BaseTasks Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 55 <!-- Import this file in projects needing to reference Microsoft.Build.*.dll -->
66 <PropertyGroup >
77 <MSBuildPackageReferenceVersion >16.10.0</MSBuildPackageReferenceVersion >
8- <LibZipSharpVersion >2.0.0-alpha7 </LibZipSharpVersion >
8+ <LibZipSharpVersion >2.0.0-alpha8 </LibZipSharpVersion >
99 <MonoUnixVersion >7.0.0-alpha8.21302.6</MonoUnixVersion >
1010 </PropertyGroup >
1111
1515 <PackageReference Include =" Microsoft.Build.Tasks.Core" Version =" $(MSBuildPackageReferenceVersion)" />
1616 <PackageReference Include =" Microsoft.Build.Utilities.Core" Version =" $(MSBuildPackageReferenceVersion)" />
1717 <PackageReference Include =" K4os.Compression.LZ4" Version =" 1.1.11" />
18- <PackageReference Include =" Xamarin.Build.AsyncTask" Version =" 0.3.4 " GeneratePathProperty =" true" />
18+ <PackageReference Include =" Xamarin.Build.AsyncTask" Version =" 0.4.0 " GeneratePathProperty =" true" />
1919 <PackageReference Include =" Xamarin.LibZipSharp" Version =" $(LibZipSharpVersion)" GeneratePathProperty =" true" />
2020 <PackageReference Include =" Mono.Unix" Version =" $(MonoUnixVersion)" GeneratePathProperty =" true" />
2121 </ItemGroup >
Original file line number Diff line number Diff line change 44 <Import Project =" ..\tools\BuildTasks.props" Sdk =" Microsoft.DotNet.Arcade.Sdk" />
55
66 <PropertyGroup >
7- <TargetFramework >netstandard2.0</ TargetFramework >
7+ <TargetFrameworks >netstandard2.0;netcoreapp3.1</ TargetFrameworks >
88 <RootNamespace >Microsoft.Android.Build.Tasks</RootNamespace >
99 <AllowUnsafeBlocks >true</AllowUnsafeBlocks >
1010 <GenerateResxSource >true</GenerateResxSource >
1111 <UpdateXlfOnBuild Condition =" '$(RunningOnCI)' != 'true' " >true</UpdateXlfOnBuild >
12+ <SignAssembly >true</SignAssembly >
13+ <AssemblyOriginatorKeyFile >..\..\product.snk</AssemblyOriginatorKeyFile >
1214 </PropertyGroup >
1315
1416 <ItemGroup >
You can’t perform that action at this time.
0 commit comments