Skip to content

Commit

Permalink
[Xamarin] Allow to use the runners in xamarin apps by adding netstand…
Browse files Browse the repository at this point in the history
…ard 2.1 as a target. (#608)

Co-authored-by: Premek Vysoky <[email protected]>
  • Loading branch information
mandel-macaque and premun authored May 26, 2021
1 parent 3a13f31 commit fd2a4a5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<TargetFrameworks>netstandard2.1;net6.0</TargetFrameworks>
<IsPackable>true</IsPackable>
<!-- Mono.Options is apparently not strong-name signed -->
<NoWarn>CS8002;</NoWarn>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<TargetFrameworks>netstandard2.1;net6.0</TargetFrameworks>
<IsPackable>true</IsPackable>
<!-- Mono.Options is apparently not strong-name signed -->
<NoWarn>CS8002;</NoWarn>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<TargetFrameworks>netstandard2.1;net6.0</TargetFrameworks>
<IsPackable>true</IsPackable>
<Nullable>disable</Nullable>
</PropertyGroup>
Expand Down

0 comments on commit fd2a4a5

Please sign in to comment.