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 5
5
<!-- Import this file in projects needing to reference Microsoft.Build.*.dll -->
6
6
<PropertyGroup >
7
7
<MSBuildPackageReferenceVersion >16.10.0</MSBuildPackageReferenceVersion >
8
- <LibZipSharpVersion >2.0.0-alpha7 </LibZipSharpVersion >
8
+ <LibZipSharpVersion >2.0.0-alpha8 </LibZipSharpVersion >
9
9
<MonoUnixVersion >7.0.0-alpha8.21302.6</MonoUnixVersion >
10
10
</PropertyGroup >
11
11
15
15
<PackageReference Include =" Microsoft.Build.Tasks.Core" Version =" $(MSBuildPackageReferenceVersion)" />
16
16
<PackageReference Include =" Microsoft.Build.Utilities.Core" Version =" $(MSBuildPackageReferenceVersion)" />
17
17
<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" />
19
19
<PackageReference Include =" Xamarin.LibZipSharp" Version =" $(LibZipSharpVersion)" GeneratePathProperty =" true" />
20
20
<PackageReference Include =" Mono.Unix" Version =" $(MonoUnixVersion)" GeneratePathProperty =" true" />
21
21
</ItemGroup >
Original file line number Diff line number Diff line change 4
4
<Import Project =" ..\tools\BuildTasks.props" Sdk =" Microsoft.DotNet.Arcade.Sdk" />
5
5
6
6
<PropertyGroup >
7
- <TargetFramework >netstandard2.0</ TargetFramework >
7
+ <TargetFrameworks >netstandard2.0;netcoreapp3.1</ TargetFrameworks >
8
8
<RootNamespace >Microsoft.Android.Build.Tasks</RootNamespace >
9
9
<AllowUnsafeBlocks >true</AllowUnsafeBlocks >
10
10
<GenerateResxSource >true</GenerateResxSource >
11
11
<UpdateXlfOnBuild Condition =" '$(RunningOnCI)' != 'true' " >true</UpdateXlfOnBuild >
12
+ <SignAssembly >true</SignAssembly >
13
+ <AssemblyOriginatorKeyFile >..\..\product.snk</AssemblyOriginatorKeyFile >
12
14
</PropertyGroup >
13
15
14
16
<ItemGroup >
You can’t perform that action at this time.
0 commit comments