Skip to content

Commit

Permalink
ci: fail on 'The reference assemblies for .NETFramework,Version=v4.6.…
Browse files Browse the repository at this point in the history
…2 were not found. To resolve this, install the Developer Pack (SDK/Targeting Pack) for this framework version or retarget your application.'
  • Loading branch information
skwasjer committed Nov 7, 2023
1 parent 75bd332 commit 5179cff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<ImplicitUsings>enable</ImplicitUsings>
<NoWarn>$(NoWarn);IDE0079;S1135;CA1510;CA1511;CA1512;CA1513</NoWarn>
<NoWarn Condition="'$(Configuration)'=='Release'">$(NoWarn);NETSDK1138</NoWarn>
<WarningsAsErrors>$(WarningsAsErrors);NU1605;NU1701</WarningsAsErrors>
<WarningsAsErrors>$(WarningsAsErrors);NU1605;NU1701;MSB3644</WarningsAsErrors>
<ContinuousIntegrationBuild Condition="'$(Configuration)'=='Release'">true</ContinuousIntegrationBuild>
</PropertyGroup>

Expand Down

0 comments on commit 5179cff

Please sign in to comment.