Skip to content

Commit

Permalink
Merge branch 'fix-dependabot-alert-on-microsoft-windows-compati' into…
Browse files Browse the repository at this point in the history
… 'main'

Fix Dependabot alert on Microsoft.Windows.Compatibility

See merge request Sharpmake/sharpmake!424
  • Loading branch information
JTanakaU committed Jun 23, 2023
2 parents 82a199f + c62136e commit cefaf48
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ public override void ConfigureAll(Configuration conf, CommonTarget target)
{
conf.Options.Add(Options.CSharp.UseWindowsForms.Enabled);

conf.ReferencesByNuGetPackage.Add("Microsoft.Windows.Compatibility", "6.0.0");
conf.ReferencesByNuGetPackage.Add("Microsoft.Windows.Compatibility", "6.0.6");
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
</ProjectReference>
</ItemGroup>
<ItemGroup Condition="'$(TargetFramework)'=='net6.0' OR '$(TargetFramework)'=='net6.0-windows'">
<PackageReference Include="Microsoft.Windows.Compatibility" Version="6.0.0" />
<PackageReference Include="Microsoft.Windows.Compatibility" Version="6.0.6" />
</ItemGroup>
<Import Project="Sdk.targets" Sdk="Microsoft.NET.Sdk" />
</Project>

0 comments on commit cefaf48

Please sign in to comment.