Skip to content

Commit c53676b

Browse files
authored
Add net472 back to Mono.Debugging.Soft (#351)
Xamarin.Android has build tasks and tests that target net472 which won't build without multitargeting Mono.Debugging.Soft.
1 parent 2fb5dfe commit c53676b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Mono.Debugging.Soft/Mono.Debugging.Soft.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<TargetFrameworks>net6.0</TargetFrameworks>
4+
<TargetFrameworks>net6.0;net472</TargetFrameworks>
55
<SignAssembly>True</SignAssembly>
66
<AssemblyOriginatorKeyFile>..\Mono.Debugging\mono.debugging.snk</AssemblyOriginatorKeyFile>
77
<NoWarn>1591;1573</NoWarn>

0 commit comments

Comments
 (0)